COLOR #B9A08D

HEX: #B9A08D
RGB: (185,160,141)

Color info

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

RGB color model

#B9A08D color RGB value is (185,160,141).

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

RGB channels and saturation

R 185 of 255 = 73%
G 160 of 255 = 63%
B 141 of 255 = 55%

185
160
141

R + G + B ~ 64%. #B9A08D is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 160 + 141 = 486 (100%)
R 185 of 486 ~ 38.07%
G 160 of 486 ~ 32.92%
B 141 of 486 ~ 29.01%

%38.07
%32.92
%29.01

CMYK color model

#B9A08D color CMYK value is (0,14,24,27).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 23.78%
  • key color value is 27.45%
CMYK:
(0,14,24,27)
C0M14Y24K27 
(0%,14%,24%,27%)
(0.00/0.14/0.24/0.27)	

CMYK percentages

%0
%13.51
%23.78
%27.45

Codes

Color #B9A08D in popluar color models

B9A08D
RGB185160141
HSL26°23.91%63.92%
HSB/HSV26°23.78%72.55%
CMYK0.00%13.51%23.78%
27.45%

Color #B9A08D in popluar number systems.

HEXB9A08D
Decimal185160141
Binary101110011010000010001101
Octal271240215

Shades and tints

Shades of #B9A08D

#B9A08D
(185,160,141)
#A99281
(169,146,129)
#998475
(153,132,117)
#897669
(137,118,105)
#79685D
(121,104,93)
#695A51
(105,90,81)
#594C45
(89,76,69)
#493E39
(73,62,57)
#39302D
(57,48,45)
#292221
(41,34,33)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #B9A08D

#B9A08D
(185,160,141)
#BFA897
(191,168,151)
#C5B0A1
(197,176,161)
#CBB8AB
(203,184,171)
#D1C0B5
(209,192,181)
#D7C8BF
(215,200,191)
#DDD0C9
(221,208,201)
#E3D8D3
(227,216,211)
#E9E0DD
(233,224,221)
#EFE8E7
(239,232,231)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A08D; }

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

This text font color is #B9A08D.


Background Color

.myBgColor { background-color: #B9A08D; }

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

This div background color is #B9A08D.


Border color

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

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

This div border color is #B9A08D.


Opacity

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

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

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

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

This text has shadow with #B9A08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A08D on black background.


Color preview on white background

This text has color #B9A08D on white background.



Black color preview on #B9A08D background

This text has black color on #B9A08D background.


White color preview on #B9A08D background

This text has white color on #B9A08D background.