COLOR #B9AD94

HEX: #B9AD94
RGB: (185,173,148)

Color info

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

RGB color model

#B9AD94 color RGB value is (185,173,148).

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

RGB channels and saturation

R 185 of 255 = 73%
G 173 of 255 = 68%
B 148 of 255 = 58%

185
173
148

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

Portions of RGB colors in percentages

R + G + B =
185 + 173 + 148 = 506 (100%)
R 185 of 506 ~ 36.56%
G 173 of 506 ~ 34.19%
B 148 of 506 ~ 29.25%

%36.56
%34.19
%29.25

CMYK color model

#B9AD94 color CMYK value is (0,6,20,27).

  • cyan value is 0.00%
  • magenta value is 6.49%
  • yellow value is 20.00%
  • key color value is 27.45%
CMYK:
(0,6,20,27)
C0M6Y20K27 
(0%,6%,20%,27%)
(0.00/0.06/0.20/0.27)	

CMYK percentages

%0
%6.49
%20
%27.45

Codes

Color #B9AD94 in popluar color models

B9AD94
RGB185173148
HSL41°20.90%65.29%
HSB/HSV41°20.00%72.55%
CMYK0.00%6.49%20.00%
27.45%

Color #B9AD94 in popluar number systems.

HEXB9AD94
Decimal185173148
Binary101110011010110110010100
Octal271255224

Shades and tints

Shades of #B9AD94

#B9AD94
(185,173,148)
#A99E87
(169,158,135)
#998F7A
(153,143,122)
#89806D
(137,128,109)
#797160
(121,113,96)
#696253
(105,98,83)
#595346
(89,83,70)
#494439
(73,68,57)
#39352C
(57,53,44)
#29261F
(41,38,31)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #B9AD94

#B9AD94
(185,173,148)
#BFB49D
(191,180,157)
#C5BBA6
(197,187,166)
#CBC2AF
(203,194,175)
#D1C9B8
(209,201,184)
#D7D0C1
(215,208,193)
#DDD7CA
(221,215,202)
#E3DED3
(227,222,211)
#E9E5DC
(233,229,220)
#EFECE5
(239,236,229)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AD94; }

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

This text font color is #B9AD94.


Background Color

.myBgColor { background-color: #B9AD94; }

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

This div background color is #B9AD94.


Border color

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

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

This div border color is #B9AD94.


Opacity

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

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

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

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

This text has shadow with #B9AD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AD94 on black background.


Color preview on white background

This text has color #B9AD94 on white background.



Black color preview on #B9AD94 background

This text has black color on #B9AD94 background.


White color preview on #B9AD94 background

This text has white color on #B9AD94 background.