COLOR #B9A09A

HEX: #B9A09A
RGB: (185,160,154)

Color info

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

RGB color model

#B9A09A color RGB value is (185,160,154).

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

RGB channels and saturation

R 185 of 255 = 73%
G 160 of 255 = 63%
B 154 of 255 = 60%

185
160
154

R + G + B ~ 65%. #B9A09A is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 160 + 154 = 499 (100%)
R 185 of 499 ~ 37.07%
G 160 of 499 ~ 32.06%
B 154 of 499 ~ 30.86%

%37.07
%32.06
%30.86

CMYK color model

#B9A09A color CMYK value is (0,14,17,27).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 16.76%
  • key color value is 27.45%
CMYK:
(0,14,17,27)
C0M14Y17K27 
(0%,14%,17%,27%)
(0.00/0.14/0.17/0.27)	

CMYK percentages

%0
%13.51
%16.76
%27.45

Codes

Color #B9A09A in popluar color models

B9A09A
RGB185160154
HSL12°18.13%66.47%
HSB/HSV12°16.76%72.55%
CMYK0.00%13.51%16.76%
27.45%

Color #B9A09A in popluar number systems.

HEXB9A09A
Decimal185160154
Binary101110011010000010011010
Octal271240232

Shades and tints

Shades of #B9A09A

#B9A09A
(185,160,154)
#A9928C
(169,146,140)
#99847E
(153,132,126)
#897670
(137,118,112)
#796862
(121,104,98)
#695A54
(105,90,84)
#594C46
(89,76,70)
#493E38
(73,62,56)
#39302A
(57,48,42)
#29221C
(41,34,28)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #B9A09A

#B9A09A
(185,160,154)
#BFA8A3
(191,168,163)
#C5B0AC
(197,176,172)
#CBB8B5
(203,184,181)
#D1C0BE
(209,192,190)
#D7C8C7
(215,200,199)
#DDD0D0
(221,208,208)
#E3D8D9
(227,216,217)
#E9E0E2
(233,224,226)
#EFE8EB
(239,232,235)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A09A; }

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

This text font color is #B9A09A.


Background Color

.myBgColor { background-color: #B9A09A; }

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

This div background color is #B9A09A.


Border color

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

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

This div border color is #B9A09A.


Opacity

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

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

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

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

This text has shadow with #B9A09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A09A on black background.


Color preview on white background

This text has color #B9A09A on white background.



Black color preview on #B9A09A background

This text has black color on #B9A09A background.


White color preview on #B9A09A background

This text has white color on #B9A09A background.