COLOR #B9BAA0

HEX: #B9BAA0
RGB: (185,186,160)

Color info

#B9BAA0 contains red, green and blue colors in about the same proportion. Web safe color of #B9BAA0 is #CCCC99 (or #CC9).

RGB color model

#B9BAA0 color RGB value is (185,186,160).

  • red value is 185;
  • green value is 186;
  • blue value is 160.
RGB:
(185,186,160)
(73%,73%,63%)

RGB channels and saturation

R 185 of 255 = 73%
G 186 of 255 = 73%
B 160 of 255 = 63%

185
186
160

R + G + B ~ 70%. #B9BAA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 186 + 160 = 531 (100%)
R 185 of 531 ~ 34.84%
G 186 of 531 ~ 35.03%
B 160 of 531 ~ 30.13%

%34.84
%35.03
%30.13

CMYK color model

#B9BAA0 color CMYK value is (1,0,14,27).

  • cyan value is 0.54%
  • magenta value is 0.00%
  • yellow value is 13.98%
  • key color value is 27.06%
CMYK:
(1,0,14,27)
C1M0Y14K27 
(1%,0%,14%,27%)
(0.01/0.00/0.14/0.27)	

CMYK percentages

%0.54
%0
%13.98
%27.06

Codes

Color #B9BAA0 in popluar color models

B9BAA0
RGB185186160
HSL62°15.85%67.84%
HSB/HSV62°13.98%72.94%
CMYK0.54%0.00%13.98%
27.06%

Color #B9BAA0 in popluar number systems.

HEXB9BAA0
Decimal185186160
Binary101110011011101010100000
Octal271272240

Shades and tints

Shades of #B9BAA0

#B9BAA0
(185,186,160)
#A9AA92
(169,170,146)
#999A84
(153,154,132)
#898A76
(137,138,118)
#797A68
(121,122,104)
#696A5A
(105,106,90)
#595A4C
(89,90,76)
#494A3E
(73,74,62)
#393A30
(57,58,48)
#292A22
(41,42,34)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #B9BAA0

#B9BAA0
(185,186,160)
#BFC0A8
(191,192,168)
#C5C6B0
(197,198,176)
#CBCCB8
(203,204,184)
#D1D2C0
(209,210,192)
#D7D8C8
(215,216,200)
#DDDED0
(221,222,208)
#E3E4D8
(227,228,216)
#E9EAE0
(233,234,224)
#EFF0E8
(239,240,232)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BAA0 color. Also use rgb(185,186,160) instead hex code.

Text Font Color

.myTextColor { color: #B9BAA0; }

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

This text font color is #B9BAA0.


Background Color

.myBgColor { background-color: #B9BAA0; }

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

This div background color is #B9BAA0.


Border color

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

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

This div border color is #B9BAA0.


Opacity

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

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

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

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

This text has shadow with #B9BAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BAA0 on black background.


Color preview on white background

This text has color #B9BAA0 on white background.



Black color preview on #B9BAA0 background

This text has black color on #B9BAA0 background.


White color preview on #B9BAA0 background

This text has white color on #B9BAA0 background.