COLOR #B9B196

HEX: #B9B196 RGB: (185,177,150)

Color info

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

RGB color model

#B9B196 color RGB value is (185,177,150).

RGB: (185,177,150) (73%, 69%, 59%)

RGB channels and saturation

R 185 of 255 = 73%
G 177 of 255 = 69%
B 150 of 255 = 59%

185
177
150

R + G + B ~ 67%. #B9B196 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 177 + 150 = 512 (100%)
R 185 of 512 ~ 36.13%
G 177 of 512 ~ 34.57%
B 150 of 512 ~ 29.3'%

%36.13
%34.57
%29.3

CMYK color model

#B9B196 color CMYK value is (0,4,19,27).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 18.92%
  • key color value is 27.45%
CMYK: (0,4,19,27) C0M4Y19K27 (0%,4%,19%,27%) (0.00/0.04/0.19/0.27) 

CMYK percentages

%0
%4.32
%18.92
%27.45

Codes

Color #B9B196 in popluar color models

B9 B1 96
RGB 185 177 150
HSL 46° 20.00% 65.69%
HSB/HSV 46° 18.92% 72.55%
CMYK 0.00% 4.32% 18.92%
27.45%

Color #B9B196 in popluar number systems.

HEX B9 B1 96
Decimal 185 177 150
Binary 10111001 10110001 10010110
Octal 271 261 226

Shades and tints

Shades of #B9B196

#B9B196
(185,177,150)
#A9A189
(169,161,137)
#99917C
(153,145,124)
#89816F
(137,129,111)
#797162
(121,113,98)
#696155
(105,97,85)
#595148
(89,81,72)
#49413B
(73,65,59)
#39312E
(57,49,46)
#292121
(41,33,33)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #B9B196

#B9B196
(185,177,150)
#BFB89F
(191,184,159)
#C5BFA8
(197,191,168)
#CBC6B1
(203,198,177)
#D1CDBA
(209,205,186)
#D7D4C3
(215,212,195)
#DDDBCC
(221,219,204)
#E3E2D5
(227,226,213)
#E9E9DE
(233,233,222)
#EFF0E7
(239,240,231)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B196; }

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

This text font color is #B9B196.

Background Color

.myBgColor { background-color: #B9B196; }

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

This div background color is #B9B196.

Border color

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

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

This div border color is #B9B196.

Opacity

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

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

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

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

This text has shadow with #B9B196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B196.

Preview

Color preview on black background

This text has color #B9B196 on black background.


Color preview on white background

This text has color #B9B196 on white background.


Black color preview on #B9B196 background

This text has black color on #B9B196 background.


White color preview on #B9B196 background

This text has white color on #B9B196 background.


Related colors

Complementary color

Complementary color for #hex is #464E69.


I love getcolorcode.com

Triadic colors

1 #96B9B1 and #B196B9 with #B9B196 are triadic colors.

2 #96B1B9 and #B1B996 with #B9B196 are triadic colors.