COLOR #B59C8B

HEX: #B59C8B
RGB: (181,156,139)

Color info

#B59C8B contains red, green and blue colors in about the same proportion. Web safe color of #B59C8B is #CC9999 (or #C99).

RGB color model

#B59C8B color RGB value is (181,156,139).

  • red value is 181;
  • green value is 156;
  • blue value is 139.
RGB:
(181,156,139)
(71%,61%,55%)

RGB channels and saturation

R 181 of 255 = 71%
G 156 of 255 = 61%
B 139 of 255 = 55%

181
156
139

R + G + B ~ 62%. #B59C8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 156 + 139 = 476 (100%)
R 181 of 476 ~ 38.03%
G 156 of 476 ~ 32.77%
B 139 of 476 ~ 29.2%

%38.03
%32.77
%29.2

CMYK color model

#B59C8B color CMYK value is (0,14,23,29).

  • cyan value is 0.00%
  • magenta value is 13.81%
  • yellow value is 23.20%
  • key color value is 29.02%
CMYK:
(0,14,23,29)
C0M14Y23K29 
(0%,14%,23%,29%)
(0.00/0.14/0.23/0.29)	

CMYK percentages

%0
%13.81
%23.2
%29.02

Codes

Color #B59C8B in popluar color models

B59C8B
RGB181156139
HSL24°22.11%62.75%
HSB/HSV24°23.20%70.98%
CMYK0.00%13.81%23.20%
29.02%

Color #B59C8B in popluar number systems.

HEXB59C8B
Decimal181156139
Binary101101011001110010001011
Octal265234213

Shades and tints

Shades of #B59C8B

#B59C8B
(181,156,139)
#A58E7F
(165,142,127)
#958073
(149,128,115)
#857267
(133,114,103)
#75645B
(117,100,91)
#65564F
(101,86,79)
#554843
(85,72,67)
#453A37
(69,58,55)
#352C2B
(53,44,43)
#251E1F
(37,30,31)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #B59C8B

#B59C8B
(181,156,139)
#BBA595
(187,165,149)
#C1AE9F
(193,174,159)
#C7B7A9
(199,183,169)
#CDC0B3
(205,192,179)
#D3C9BD
(211,201,189)
#D9D2C7
(217,210,199)
#DFDBD1
(223,219,209)
#E5E4DB
(229,228,219)
#EBEDE5
(235,237,229)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59C8B color. Also use rgb(181,156,139) instead hex code.

Text Font Color

.myTextColor { color: #B59C8B; }

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

This text font color is #B59C8B.


Background Color

.myBgColor { background-color: #B59C8B; }

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

This div background color is #B59C8B.


Border color

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

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

This div border color is #B59C8B.


Opacity

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

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

Text with #B59C8B 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 #B59C8B;}

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

This text has shadow with #B59C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59C8B on black background.


Color preview on white background

This text has color #B59C8B on white background.



Black color preview on #B59C8B background

This text has black color on #B59C8B background.


White color preview on #B59C8B background

This text has white color on #B59C8B background.