COLOR #B9B597

HEX: #B9B597
RGB: (185,181,151)

Color info

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

RGB color model

#B9B597 color RGB value is (185,181,151).

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

RGB channels and saturation

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

185
181
151

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

Portions of RGB colors in percentages

R + G + B =
185 + 181 + 151 = 517 (100%)
R 185 of 517 ~ 35.78%
G 181 of 517 ~ 35.01%
B 151 of 517 ~ 29.21%

%35.78
%35.01
%29.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.16%
  • yellow value is 18.38%
  • key color value is 27.45%
CMYK:
(0,2,18,27)
C0M2Y18K27 
(0%,2%,18%,27%)
(0.00/0.02/0.18/0.27)	

CMYK percentages

%0
%2.16
%18.38
%27.45

Codes

Color #B9B597 in popluar color models

B9B597
RGB185181151
HSL53°19.54%65.88%
HSB/HSV53°18.38%72.55%
CMYK0.00%2.16%18.38%
27.45%

Color #B9B597 in popluar number systems.

HEXB9B597
Decimal185181151
Binary101110011011010110010111
Octal271265227

Shades and tints

Shades of #B9B597

#B9B597
(185,181,151)
#A9A58A
(169,165,138)
#99957D
(153,149,125)
#898570
(137,133,112)
#797563
(121,117,99)
#696556
(105,101,86)
#595549
(89,85,73)
#49453C
(73,69,60)
#39352F
(57,53,47)
#292522
(41,37,34)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #B9B597

#B9B597
(185,181,151)
#BFBBA0
(191,187,160)
#C5C1A9
(197,193,169)
#CBC7B2
(203,199,178)
#D1CDBB
(209,205,187)
#D7D3C4
(215,211,196)
#DDD9CD
(221,217,205)
#E3DFD6
(227,223,214)
#E9E5DF
(233,229,223)
#EFEBE8
(239,235,232)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B597; }

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

This text font color is #B9B597.


Background Color

.myBgColor { background-color: #B9B597; }

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

This div background color is #B9B597.


Border color

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

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

This div border color is #B9B597.


Opacity

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

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

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

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

This text has shadow with #B9B597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B597 on black background.


Color preview on white background

This text has color #B9B597 on white background.



Black color preview on #B9B597 background

This text has black color on #B9B597 background.


White color preview on #B9B597 background

This text has white color on #B9B597 background.