COLOR #B9B296

HEX: #B9B296
RGB: (185,178,150)

Color info

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

RGB color model

#B9B296 color RGB value is (185,178,150).

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

RGB channels and saturation

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

185
178
150

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

Portions of RGB colors in percentages

R + G + B =
185 + 178 + 150 = 513 (100%)
R 185 of 513 ~ 36.06%
G 178 of 513 ~ 34.7%
B 150 of 513 ~ 29.24%

%36.06
%34.7
%29.24

CMYK color model

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

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

Codes

Color #B9B296 in popluar color models

B9B296
RGB185178150
HSL48°20.00%65.69%
HSB/HSV48°18.92%72.55%
CMYK0.00%3.78%18.92%
27.45%

Color #B9B296 in popluar number systems.

HEXB9B296
Decimal185178150
Binary101110011011001010010110
Octal271262226

Shades and tints

Shades of #B9B296

#B9B296
(185,178,150)
#A9A289
(169,162,137)
#99927C
(153,146,124)
#89826F
(137,130,111)
#797262
(121,114,98)
#696255
(105,98,85)
#595248
(89,82,72)
#49423B
(73,66,59)
#39322E
(57,50,46)
#292221
(41,34,33)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #B9B296

#B9B296
(185,178,150)
#BFB99F
(191,185,159)
#C5C0A8
(197,192,168)
#CBC7B1
(203,199,177)
#D1CEBA
(209,206,186)
#D7D5C3
(215,213,195)
#DDDCCC
(221,220,204)
#E3E3D5
(227,227,213)
#E9EADE
(233,234,222)
#EFF1E7
(239,241,231)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B296; }

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

This text font color is #B9B296.


Background Color

.myBgColor { background-color: #B9B296; }

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

This div background color is #B9B296.


Border color

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

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

This div border color is #B9B296.


Opacity

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

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

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

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

This text has shadow with #B9B296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B296 on black background.


Color preview on white background

This text has color #B9B296 on white background.



Black color preview on #B9B296 background

This text has black color on #B9B296 background.


White color preview on #B9B296 background

This text has white color on #B9B296 background.