COLOR #B9B090

HEX: #B9B090
RGB: (185,176,144)

Color info

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

RGB color model

#B9B090 color RGB value is (185,176,144).

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

RGB channels and saturation

R 185 of 255 = 73%
G 176 of 255 = 69%
B 144 of 255 = 56%

185
176
144

R + G + B ~ 66%. #B9B090 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 176 + 144 = 505 (100%)
R 185 of 505 ~ 36.63%
G 176 of 505 ~ 34.85%
B 144 of 505 ~ 28.51%

%36.63
%34.85
%28.51

CMYK color model

#B9B090 color CMYK value is (0,5,22,27).

  • cyan value is 0.00%
  • magenta value is 4.86%
  • yellow value is 22.16%
  • key color value is 27.45%
CMYK:
(0,5,22,27)
C0M5Y22K27 
(0%,5%,22%,27%)
(0.00/0.05/0.22/0.27)	

CMYK percentages

%0
%4.86
%22.16
%27.45

Codes

Color #B9B090 in popluar color models

B9B090
RGB185176144
HSL47°22.65%64.51%
HSB/HSV47°22.16%72.55%
CMYK0.00%4.86%22.16%
27.45%

Color #B9B090 in popluar number systems.

HEXB9B090
Decimal185176144
Binary101110011011000010010000
Octal271260220

Shades and tints

Shades of #B9B090

#B9B090
(185,176,144)
#A9A083
(169,160,131)
#999076
(153,144,118)
#898069
(137,128,105)
#79705C
(121,112,92)
#69604F
(105,96,79)
#595042
(89,80,66)
#494035
(73,64,53)
#393028
(57,48,40)
#29201B
(41,32,27)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #B9B090

#B9B090
(185,176,144)
#BFB79A
(191,183,154)
#C5BEA4
(197,190,164)
#CBC5AE
(203,197,174)
#D1CCB8
(209,204,184)
#D7D3C2
(215,211,194)
#DDDACC
(221,218,204)
#E3E1D6
(227,225,214)
#E9E8E0
(233,232,224)
#EFEFEA
(239,239,234)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B090; }

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

This text font color is #B9B090.


Background Color

.myBgColor { background-color: #B9B090; }

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

This div background color is #B9B090.


Border color

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

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

This div border color is #B9B090.


Opacity

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

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

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

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

This text has shadow with #B9B090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B090 on black background.


Color preview on white background

This text has color #B9B090 on white background.



Black color preview on #B9B090 background

This text has black color on #B9B090 background.


White color preview on #B9B090 background

This text has white color on #B9B090 background.