COLOR #B9B596

HEX: #B9B596
RGB: (185,181,150)

Color info

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

RGB color model

#B9B596 color RGB value is (185,181,150).

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

RGB channels and saturation

R 185 of 255 = 73%
G 181 of 255 = 71%
B 150 of 255 = 59%

185
181
150

R + G + B ~ 68%. #B9B596 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 181 + 150 = 516 (100%)
R 185 of 516 ~ 35.85%
G 181 of 516 ~ 35.08%
B 150 of 516 ~ 29.07%

%35.85
%35.08
%29.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.16%
  • yellow value is 18.92%
  • key color value is 27.45%
CMYK:
(0,2,19,27)
C0M2Y19K27 
(0%,2%,19%,27%)
(0.00/0.02/0.19/0.27)	

CMYK percentages

%0
%2.16
%18.92
%27.45

Codes

Color #B9B596 in popluar color models

B9B596
RGB185181150
HSL53°20.00%65.69%
HSB/HSV53°18.92%72.55%
CMYK0.00%2.16%18.92%
27.45%

Color #B9B596 in popluar number systems.

HEXB9B596
Decimal185181150
Binary101110011011010110010110
Octal271265226

Shades and tints

Shades of #B9B596

#B9B596
(185,181,150)
#A9A589
(169,165,137)
#99957C
(153,149,124)
#89856F
(137,133,111)
#797562
(121,117,98)
#696555
(105,101,85)
#595548
(89,85,72)
#49453B
(73,69,59)
#39352E
(57,53,46)
#292521
(41,37,33)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #B9B596

#B9B596
(185,181,150)
#BFBB9F
(191,187,159)
#C5C1A8
(197,193,168)
#CBC7B1
(203,199,177)
#D1CDBA
(209,205,186)
#D7D3C3
(215,211,195)
#DDD9CC
(221,217,204)
#E3DFD5
(227,223,213)
#E9E5DE
(233,229,222)
#EFEBE7
(239,235,231)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B596; }

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

This text font color is #B9B596.


Background Color

.myBgColor { background-color: #B9B596; }

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

This div background color is #B9B596.


Border color

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

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

This div border color is #B9B596.


Opacity

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

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

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

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

This text has shadow with #B9B596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B596 on black background.


Color preview on white background

This text has color #B9B596 on white background.



Black color preview on #B9B596 background

This text has black color on #B9B596 background.


White color preview on #B9B596 background

This text has white color on #B9B596 background.