COLOR #B9AD9A

HEX: #B9AD9A
RGB: (185,173,154)

Color info

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

RGB color model

#B9AD9A color RGB value is (185,173,154).

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

RGB channels and saturation

R 185 of 255 = 73%
G 173 of 255 = 68%
B 154 of 255 = 60%

185
173
154

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

Portions of RGB colors in percentages

R + G + B =
185 + 173 + 154 = 512 (100%)
R 185 of 512 ~ 36.13%
G 173 of 512 ~ 33.79%
B 154 of 512 ~ 30.08%

%36.13
%33.79
%30.08

CMYK color model

#B9AD9A color CMYK value is (0,6,17,27).

  • cyan value is 0.00%
  • magenta value is 6.49%
  • yellow value is 16.76%
  • key color value is 27.45%
CMYK:
(0,6,17,27)
C0M6Y17K27 
(0%,6%,17%,27%)
(0.00/0.06/0.17/0.27)	

CMYK percentages

%0
%6.49
%16.76
%27.45

Codes

Color #B9AD9A in popluar color models

B9AD9A
RGB185173154
HSL37°18.13%66.47%
HSB/HSV37°16.76%72.55%
CMYK0.00%6.49%16.76%
27.45%

Color #B9AD9A in popluar number systems.

HEXB9AD9A
Decimal185173154
Binary101110011010110110011010
Octal271255232

Shades and tints

Shades of #B9AD9A

#B9AD9A
(185,173,154)
#A99E8C
(169,158,140)
#998F7E
(153,143,126)
#898070
(137,128,112)
#797162
(121,113,98)
#696254
(105,98,84)
#595346
(89,83,70)
#494438
(73,68,56)
#39352A
(57,53,42)
#29261C
(41,38,28)
#19170E
(25,23,14)
#000000
(0,0,0)

Tints of #B9AD9A

#B9AD9A
(185,173,154)
#BFB4A3
(191,180,163)
#C5BBAC
(197,187,172)
#CBC2B5
(203,194,181)
#D1C9BE
(209,201,190)
#D7D0C7
(215,208,199)
#DDD7D0
(221,215,208)
#E3DED9
(227,222,217)
#E9E5E2
(233,229,226)
#EFECEB
(239,236,235)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AD9A; }

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

This text font color is #B9AD9A.


Background Color

.myBgColor { background-color: #B9AD9A; }

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

This div background color is #B9AD9A.


Border color

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

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

This div border color is #B9AD9A.


Opacity

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

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

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

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

This text has shadow with #B9AD9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AD9A on black background.


Color preview on white background

This text has color #B9AD9A on white background.



Black color preview on #B9AD9A background

This text has black color on #B9AD9A background.


White color preview on #B9AD9A background

This text has white color on #B9AD9A background.