COLOR #B9B09E

HEX: #B9B09E
RGB: (185,176,158)

Color info

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

RGB color model

#B9B09E color RGB value is (185,176,158).

  • red value is 185;
  • green value is 176;
  • blue value is 158.
RGB:
(185,176,158)
(73%,69%,62%)

RGB channels and saturation

R 185 of 255 = 73%
G 176 of 255 = 69%
B 158 of 255 = 62%

185
176
158

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

Portions of RGB colors in percentages

R + G + B =
185 + 176 + 158 = 519 (100%)
R 185 of 519 ~ 35.65%
G 176 of 519 ~ 33.91%
B 158 of 519 ~ 30.44%

%35.65
%33.91
%30.44

CMYK color model

#B9B09E color CMYK value is (0,5,15,27).

  • cyan value is 0.00%
  • magenta value is 4.86%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK:
(0,5,15,27)
C0M5Y15K27 
(0%,5%,15%,27%)
(0.00/0.05/0.15/0.27)	

CMYK percentages

%0
%4.86
%14.59
%27.45

Codes

Color #B9B09E in popluar color models

B9B09E
RGB185176158
HSL40°16.17%67.25%
HSB/HSV40°14.59%72.55%
CMYK0.00%4.86%14.59%
27.45%

Color #B9B09E in popluar number systems.

HEXB9B09E
Decimal185176158
Binary101110011011000010011110
Octal271260236

Shades and tints

Shades of #B9B09E

#B9B09E
(185,176,158)
#A9A090
(169,160,144)
#999082
(153,144,130)
#898074
(137,128,116)
#797066
(121,112,102)
#696058
(105,96,88)
#59504A
(89,80,74)
#49403C
(73,64,60)
#39302E
(57,48,46)
#292020
(41,32,32)
#191012
(25,16,18)
#000000
(0,0,0)

Tints of #B9B09E

#B9B09E
(185,176,158)
#BFB7A6
(191,183,166)
#C5BEAE
(197,190,174)
#CBC5B6
(203,197,182)
#D1CCBE
(209,204,190)
#D7D3C6
(215,211,198)
#DDDACE
(221,218,206)
#E3E1D6
(227,225,214)
#E9E8DE
(233,232,222)
#EFEFE6
(239,239,230)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B09E color. Also use rgb(185,176,158) instead hex code.

Text Font Color

.myTextColor { color: #B9B09E; }

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

This text font color is #B9B09E.


Background Color

.myBgColor { background-color: #B9B09E; }

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

This div background color is #B9B09E.


Border color

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

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

This div border color is #B9B09E.


Opacity

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

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

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

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

This text has shadow with #B9B09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B09E on black background.


Color preview on white background

This text has color #B9B09E on white background.



Black color preview on #B9B09E background

This text has black color on #B9B09E background.


White color preview on #B9B09E background

This text has white color on #B9B09E background.