@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#b48858 hex color - Yellow - Warm color - Information

#b48858 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #b48858 Color code in RGB color code model is created after adding 70.59% red color, 53.33% green color and 34.51% blue color. Hex #b48858 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 51% yellow and 29.41% black.

Hex #b48858 color code is between #bb7755 web safe hex color code and #aa9966 web safe hex color code. #bb7755 is the nearest web safe color code. You can see here many more shades of #b48858 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code b48858 #b48858
RGB Decimal 180, 136, 88 rgb(180, 136, 88)
RGB Percent 71%, 53%, 35% rgb(71%, 53%, 35%)
CSS RGBa 180, 136, 88,1 rgba(180,136,88,1)
CMYK Model cmyk(0%,24%,51%,29.41%)
HSL Color Space 31,38% ,53% hsl(31,38% ,53%)
HSV Color Space 31°, 51%, 71%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110100 10001000 01011000
Octal 264 210 130
Decimal 180 136 88
Hex b4 88 58

Different shades of #b48858 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #b48858
#c4a17b
Dark Shade of #b48858
#966e43
Saturated Shade of #b48858
#c0894c
Desaturated Shade of #b48858
#a88764
Grey scale Shade of #b48858
#868686
Brighten Shade
#cda171
Most Readable Shade
#000000

Shades of #b48858 color code

Generate more color scales with scales (color stack) generator.

#b48858
#a0784e
#8c6944
#785a3a
#644b30
#503c27
#3c2d1d
#281e13
#140f09
#000000

Similar Color like #b48858 color

Find visually similar hex color codes nearing to #b48858 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#b58959
#b68a5a
#b78b5b
#b88c5c
#b98d5d
#ba8e5e
#bb8f5f
#bc9060
#bd9161
#be9262
#bf9363
#c09464
#c19565
#c29666
#b38757
#b28656
#b18555
#b08454
#af8353
#ae8252
#ad8151
#ac8050
#ab7f4f
#aa7e4e
#a97d4d
#a87c4c
#a77b4b
#a67a4a

Monochromatic Color with #b48858

#b48858
#dea86d
#0a0805
#34281a
#5f482e
#896843

Tints of #b48858 Color

#b48858
#bc956a
#c4a27d
#cdaf8f
#d5bca2
#ddcab4
#e6d7c7
#eee4d9
#f6f1ec
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#b48858
#5884b4

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#b48858
#58b2b4
#5a58b4

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#b46358
#b47658
#b48858
#b49a58
#b4ad58

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#b48858
#58b488
#8858b4

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#b48858
#58b45a
#5884b4
#b458b2

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#b48858
#5884b4
#5a58b4
#b2b458

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #b48858 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#b48858 Color Code Preview on Black Background Color

This is how #b48858 Color will look on black background color. Color contrast ratio is 6.60

#b48858 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#b48858">Your Example Paragraph content text in with font color #b48858 </p>

Your Example Paragraph content text in with font color #b48858

HTML with inline CSS

<div style="color:#b48858">Your Paragraph text in with font color #b48858 </div>

Your Example Paragraph content text in with font color #b48858

#b48858 color code is use for CSS Background Color

Background color for the above div is #b48858

HTML with inline CSS

<div style="background-color:#b48858;"></div>

#b48858 color code is use for CSS Border Color

CSS Border color for the above div is #b48858

HTML with inline CSS

<div style="border:5px solid #b48858;"></div>

CSS Border Left color for the above div is #b48858

HTML with inline CSS

<div style="border-left:5px solid #b48858;"></div>

CSS Border Right color for the above div is #b48858

HTML with inline CSS

<div style="border-right:5px solid #b48858;"></div>

CSS Border Bottom color for the above div is #b48858

HTML with inline CSS

<div style="border-bottom:5px solid #b48858;"></div>

CSS Border Top color for the above div is #b48858

HTML with inline CSS

<div style="border-top:5px solid #b48858;"></div>

#b48858 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#b48858; } .examplecolorclass {color:#b48858; } .examplebordercolor {border:3px solid #b48858; }

#b48858 Color code Preview on White Background

This is how #b48858 Color code will look on white background color. Color contrast ratio is 3.18

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #b48858; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b48858; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(180,136,88,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(88,132,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(180,136,88,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.