COLOR #B9A08C

HEX: #B9A08C RGB: (185,160,140)

Color info

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

RGB color model

#B9A08C color RGB value is (185,160,140).

RGB: (185,160,140) (73%, 63%, 55%)

RGB channels and saturation

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

185
160
140

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

Portions of RGB colors in percentages

R + G + B = 185 + 160 + 140 = 485 (100%)
R 185 of 485 ~ 38.14%
G 160 of 485 ~ 32.99%
B 140 of 485 ~ 28.87'%

%38.14
%32.99
%28.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 24.32%
  • 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
%24.32
%27.45

Codes

Color #B9A08C in popluar color models

B9 A0 8C
RGB 185 160 140
HSL 27° 24.32% 63.73%
HSB/HSV 27° 24.32% 72.55%
CMYK 0.00% 13.51% 24.32%
27.45%

Color #B9A08C in popluar number systems.

HEX B9 A0 8C
Decimal 185 160 140
Binary 10111001 10100000 10001100
Octal 271 240 214

Shades and tints

Shades of #B9A08C

#B9A08C
(185,160,140)
#A99280
(169,146,128)
#998474
(153,132,116)
#897668
(137,118,104)
#79685C
(121,104,92)
#695A50
(105,90,80)
#594C44
(89,76,68)
#493E38
(73,62,56)
#39302C
(57,48,44)
#292220
(41,34,32)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #B9A08C

#B9A08C
(185,160,140)
#BFA896
(191,168,150)
#C5B0A0
(197,176,160)
#CBB8AA
(203,184,170)
#D1C0B4
(209,192,180)
#D7C8BE
(215,200,190)
#DDD0C8
(221,208,200)
#E3D8D2
(227,216,210)
#E9E0DC
(233,224,220)
#EFE8E6
(239,232,230)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A08C; }

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

This text font color is #B9A08C.

Background Color

.myBgColor { background-color: #B9A08C; }

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

This div background color is #B9A08C.

Border color

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

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

This div border color is #B9A08C.

Opacity

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

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

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

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

This text has shadow with #B9A08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A08C.

Preview

Color preview on black background

This text has color #B9A08C on black background.


Color preview on white background

This text has color #B9A08C on white background.


Black color preview on #B9A08C background

This text has black color on #B9A08C background.


White color preview on #B9A08C background

This text has white color on #B9A08C background.


Related colors

Complementary color

Complementary color for #hex is #465F73.


I love getcolorcode.com

Triadic colors

1 #8CB9A0 and #A08CB9 with #B9A08C are triadic colors.

2 #8CA0B9 and #A0B98C with #B9A08C are triadic colors.