COLOR #B9B697

HEX: #B9B697
RGB: (185,182,151)

Color info

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

RGB color model

#B9B697 color RGB value is (185,182,151).

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

RGB channels and saturation

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

185
182
151

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

Portions of RGB colors in percentages

R + G + B =
185 + 182 + 151 = 518 (100%)
R 185 of 518 ~ 35.71%
G 182 of 518 ~ 35.14%
B 151 of 518 ~ 29.15%

%35.71
%35.14
%29.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.62%
  • 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
%1.62
%18.38
%27.45

Codes

Color #B9B697 in popluar color models

B9B697
RGB185182151
HSL55°19.54%65.88%
HSB/HSV55°18.38%72.55%
CMYK0.00%1.62%18.38%
27.45%

Color #B9B697 in popluar number systems.

HEXB9B697
Decimal185182151
Binary101110011011011010010111
Octal271266227

Shades and tints

Shades of #B9B697

#B9B697
(185,182,151)
#A9A68A
(169,166,138)
#99967D
(153,150,125)
#898670
(137,134,112)
#797663
(121,118,99)
#696656
(105,102,86)
#595649
(89,86,73)
#49463C
(73,70,60)
#39362F
(57,54,47)
#292622
(41,38,34)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #B9B697

#B9B697
(185,182,151)
#BFBCA0
(191,188,160)
#C5C2A9
(197,194,169)
#CBC8B2
(203,200,178)
#D1CEBB
(209,206,187)
#D7D4C4
(215,212,196)
#DDDACD
(221,218,205)
#E3E0D6
(227,224,214)
#E9E6DF
(233,230,223)
#EFECE8
(239,236,232)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B697; }

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

This text font color is #B9B697.


Background Color

.myBgColor { background-color: #B9B697; }

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

This div background color is #B9B697.


Border color

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

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

This div border color is #B9B697.


Opacity

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

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

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

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

This text has shadow with #B9B697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B697 on black background.


Color preview on white background

This text has color #B9B697 on white background.



Black color preview on #B9B697 background

This text has black color on #B9B697 background.


White color preview on #B9B697 background

This text has white color on #B9B697 background.