COLOR #B9B396

HEX: #B9B396 RGB: (185,179,150)

Color info

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

RGB color model

#B9B396 color RGB value is (185,179,150).

RGB: (185,179,150) (73%, 70%, 59%)

RGB channels and saturation

R 185 of 255 = 73%
G 179 of 255 = 70%
B 150 of 255 = 59%

185
179
150

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

Portions of RGB colors in percentages

R + G + B = 185 + 179 + 150 = 514 (100%)
R 185 of 514 ~ 35.99%
G 179 of 514 ~ 34.82%
B 150 of 514 ~ 29.18'%

%35.99
%34.82
%29.18

CMYK color model

#B9B396 color CMYK value is (0,3,19,27).

  • cyan value is 0.00%
  • magenta value is 3.24%
  • yellow value is 18.92%
  • key color value is 27.45%

CMYK: (0,3,19,27)
C0M3Y19K27 (0%, 3%, 19%, 27%)
(0.00 / 0.03 / 0.19 / 0.27)

CMYK percentages

%0
%3.24
%18.92
%27.45

Codes

Color #B9B396 in popluar color models

B9 B3 96
RGB 185 179 150
HSL 50° 20.00% 65.69%
HSB/HSV 50° 18.92% 72.55%
CMYK 0.00% 3.24% 18.92%
27.45%

Color #B9B396 in popluar number systems.

HEX B9 B3 96
Decimal 185 179 150
Binary 10111001 10110011 10010110
Octal 271 263 226

Shades and tints

Shades of #B9B396

#B9B396
(185,179,150)
#A9A389
(169,163,137)
#99937C
(153,147,124)
#89836F
(137,131,111)
#797362
(121,115,98)
#696355
(105,99,85)
#595348
(89,83,72)
#49433B
(73,67,59)
#39332E
(57,51,46)
#292321
(41,35,33)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #B9B396

#B9B396
(185,179,150)
#BFB99F
(191,185,159)
#C5BFA8
(197,191,168)
#CBC5B1
(203,197,177)
#D1CBBA
(209,203,186)
#D7D1C3
(215,209,195)
#DDD7CC
(221,215,204)
#E3DDD5
(227,221,213)
#E9E3DE
(233,227,222)
#EFE9E7
(239,233,231)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B396; }

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

This text font color is #B9B396.

Background Color

.myBgColor { background-color: #B9B396; }

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

This div background color is #B9B396.

Border color

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

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

This div border color is #B9B396.

Opacity

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

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

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

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

This text has shadow with #B9B396 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B396.

Preview

Color preview on black background

This text has color #B9B396 on black background.


Color preview on white background

This text has color #B9B396 on white background.


Black color preview on #B9B396 background

This text has black color on #B9B396 background.


White color preview on #B9B396 background

This text has white color on #B9B396 background.


Related colors

Complementary color

Complementary color for #hex is #464C69.


I love getcolorcode.com

Triadic colors

1 #96B9B3 and #B396B9 with #B9B396 are triadic colors.

2 #96B3B9 and #B3B996 with #B9B396 are triadic colors.