COLOR #B9B587

HEX: #B9B587
RGB: (185,181,135)

Color info

#B9B587 contains red, green and blue colors in about the same proportion. Web safe color of #B9B587 is #CCCC99 (or #CC9).

RGB color model

#B9B587 color RGB value is (185,181,135).

  • red value is 185;
  • green value is 181;
  • blue value is 135.
RGB:
(185,181,135)
(73%,71%,53%)

RGB channels and saturation

R 185 of 255 = 73%
G 181 of 255 = 71%
B 135 of 255 = 53%

185
181
135

R + G + B ~ 66%. #B9B587 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 181 + 135 = 501 (100%)
R 185 of 501 ~ 36.93%
G 181 of 501 ~ 36.13%
B 135 of 501 ~ 26.95%

%36.93
%36.13
%26.95

CMYK color model

#B9B587 color CMYK value is (0,2,27,27).

  • cyan value is 0.00%
  • magenta value is 2.16%
  • yellow value is 27.03%
  • key color value is 27.45%
CMYK:
(0,2,27,27)
C0M2Y27K27 
(0%,2%,27%,27%)
(0.00/0.02/0.27/0.27)	

CMYK percentages

%0
%2.16
%27.03
%27.45

Codes

Color #B9B587 in popluar color models

B9B587
RGB185181135
HSL55°26.32%62.75%
HSB/HSV55°27.03%72.55%
CMYK0.00%2.16%27.03%
27.45%

Color #B9B587 in popluar number systems.

HEXB9B587
Decimal185181135
Binary101110011011010110000111
Octal271265207

Shades and tints

Shades of #B9B587

#B9B587
(185,181,135)
#A9A57B
(169,165,123)
#99956F
(153,149,111)
#898563
(137,133,99)
#797557
(121,117,87)
#69654B
(105,101,75)
#59553F
(89,85,63)
#494533
(73,69,51)
#393527
(57,53,39)
#29251B
(41,37,27)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #B9B587

#B9B587
(185,181,135)
#BFBB91
(191,187,145)
#C5C19B
(197,193,155)
#CBC7A5
(203,199,165)
#D1CDAF
(209,205,175)
#D7D3B9
(215,211,185)
#DDD9C3
(221,217,195)
#E3DFCD
(227,223,205)
#E9E5D7
(233,229,215)
#EFEBE1
(239,235,225)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B587 color. Also use rgb(185,181,135) instead hex code.

Text Font Color

.myTextColor { color: #B9B587; }

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

This text font color is #B9B587.


Background Color

.myBgColor { background-color: #B9B587; }

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

This div background color is #B9B587.


Border color

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

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

This div border color is #B9B587.


Opacity

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

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

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

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

This text has shadow with #B9B587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B587 on black background.


Color preview on white background

This text has color #B9B587 on white background.



Black color preview on #B9B587 background

This text has black color on #B9B587 background.


White color preview on #B9B587 background

This text has white color on #B9B587 background.