COLOR #B58E72

HEX: #B58E72
RGB: (181,142,114)

Color info

#B58E72 contains mainly red and green colors. Web safe color of #B58E72 is #CC9966 (or #C96).

RGB color model

#B58E72 color RGB value is (181,142,114).

  • red value is 181;
  • green value is 142;
  • blue value is 114.
RGB:
(181,142,114)
(71%,56%,45%)

RGB channels and saturation

R 181 of 255 = 71%
G 142 of 255 = 56%
B 114 of 255 = 45%

181
142
114

R + G + B ~ 57%. #B58E72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
181 + 142 + 114 = 437 (100%)
R 181 of 437 ~ 41.42%
G 142 of 437 ~ 32.49%
B 114 of 437 ~ 26.09%

%41.42
%32.49
%26.09

CMYK color model

#B58E72 color CMYK value is (0,22,37,29).

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 37.02%
  • key color value is 29.02%
CMYK:
(0,22,37,29)
C0M22Y37K29 
(0%,22%,37%,29%)
(0.00/0.22/0.37/0.29)	

CMYK percentages

%0
%21.55
%37.02
%29.02

Codes

Color #B58E72 in popluar color models

B58E72
RGB181142114
HSL25°31.16%57.84%
HSB/HSV25°37.02%70.98%
CMYK0.00%21.55%37.02%
29.02%

Color #B58E72 in popluar number systems.

HEXB58E72
Decimal181142114
Binary10110101100011101110010
Octal265216162

Shades and tints

Shades of #B58E72

#B58E72
(181,142,114)
#A58268
(165,130,104)
#95765E
(149,118,94)
#856A54
(133,106,84)
#755E4A
(117,94,74)
#655240
(101,82,64)
#554636
(85,70,54)
#453A2C
(69,58,44)
#352E22
(53,46,34)
#252218
(37,34,24)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #B58E72

#B58E72
(181,142,114)
#BB987E
(187,152,126)
#C1A28A
(193,162,138)
#C7AC96
(199,172,150)
#CDB6A2
(205,182,162)
#D3C0AE
(211,192,174)
#D9CABA
(217,202,186)
#DFD4C6
(223,212,198)
#E5DED2
(229,222,210)
#EBE8DE
(235,232,222)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58E72 color. Also use rgb(181,142,114) instead hex code.

Text Font Color

.myTextColor { color: #B58E72; }

<p style="color:#B58E72">This sample text font color is #B58E72.</p>

This text font color is #B58E72.


Background Color

.myBgColor { background-color: #B58E72; }

<div style="background-color:#B58E72">Inner text</div>

This div background color is #B58E72.


Border color

.myBorderColor { border: 1px solid #B58E72; }

<div style="border:3px solid #B58E72">Div</div>

This div border color is #B58E72.


Opacity

.myOpacity80 { color: #B58E72; opacity: 0.8; }

<p style="color:#B58E72;opacity:0.8;">80%</p>

Text with #B58E72 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B58E72;}

<p style="text-shadow: 3px 3px 1px #B58E72">Text here.</p>

This text has shadow with #B58E72 color.

.textShadow {text-shadow: 3px 3px 1px #B58E72, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B58E72, 5px 5px 20px red">Text here.</p>

This text has shadow with #B58E72 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B58E72, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B58E72, Direction=45, Strength=4)">Text</p>

This text has shadow with #B58E72 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B58E72;
  -webkit-box-shadow:	1px 1px 3px 2px #B58E72;
  box-shadow:		1px 1px 3px 2px #B58E72;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B58E72;
-webkit-box-shadow: 1px 1px 3px 2px #B58E72;
box-shadow:1px 1px 3px 2px #B58E72;">
Div content here</div>
This div box has shadow with color #B58E72.

Preview

Color preview on black background

This text has color #B58E72 on black background.


Color preview on white background

This text has color #B58E72 on white background.



Black color preview on #B58E72 background

This text has black color on #B58E72 background.


White color preview on #B58E72 background

This text has white color on #B58E72 background.