COLOR #B9A98B

HEX: #B9A98B RGB: (185,169,139)

Color info

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

RGB color model

#B9A98B color RGB value is (185,169,139).

RGB: (185,169,139) (73%, 66%, 55%)

RGB channels and saturation

R 185 of 255 = 73%
G 169 of 255 = 66%
B 139 of 255 = 55%

185
169
139

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

Portions of RGB colors in percentages

R + G + B = 185 + 169 + 139 = 493 (100%)
R 185 of 493 ~ 37.53%
G 169 of 493 ~ 34.28%
B 139 of 493 ~ 28.19'%

%37.53
%34.28
%28.19

CMYK color model

#B9A98B color CMYK value is (0,9,25,27).

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 24.86%
  • key color value is 27.45%
CMYK: (0,9,25,27) C0M9Y25K27 (0%,9%,25%,27%) (0.00/0.09/0.25/0.27) 

CMYK percentages

%0
%8.65
%24.86
%27.45

Codes

Color #B9A98B in popluar color models

B9 A9 8B
RGB 185 169 139
HSL 39° 24.73% 63.53%
HSB/HSV 39° 24.86% 72.55%
CMYK 0.00% 8.65% 24.86%
27.45%

Color #B9A98B in popluar number systems.

HEX B9 A9 8B
Decimal 185 169 139
Binary 10111001 10101001 10001011
Octal 271 251 213

Shades and tints

Shades of #B9A98B

#B9A98B
(185,169,139)
#A99A7F
(169,154,127)
#998B73
(153,139,115)
#897C67
(137,124,103)
#796D5B
(121,109,91)
#695E4F
(105,94,79)
#594F43
(89,79,67)
#494037
(73,64,55)
#39312B
(57,49,43)
#29221F
(41,34,31)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #B9A98B

#B9A98B
(185,169,139)
#BFB095
(191,176,149)
#C5B79F
(197,183,159)
#CBBEA9
(203,190,169)
#D1C5B3
(209,197,179)
#D7CCBD
(215,204,189)
#DDD3C7
(221,211,199)
#E3DAD1
(227,218,209)
#E9E1DB
(233,225,219)
#EFE8E5
(239,232,229)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A98B color. Also use rgb(185,169,139) instead hex code.

Text Font Color

.myTextColor { color: #B9A98B; }

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

This text font color is #B9A98B.

Background Color

.myBgColor { background-color: #B9A98B; }

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

This div background color is #B9A98B.

Border color

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

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

This div border color is #B9A98B.

Opacity

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

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

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

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

This text has shadow with #B9A98B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A98B.

Preview

Color preview on black background

This text has color #B9A98B on black background.


Color preview on white background

This text has color #B9A98B on white background.


Black color preview on #B9A98B background

This text has black color on #B9A98B background.


White color preview on #B9A98B background

This text has white color on #B9A98B background.


Related colors

Complementary color

Complementary color for #hex is #465674.


I love getcolorcode.com

Triadic colors

1 #8BB9A9 and #A98BB9 with #B9A98B are triadic colors.

2 #8BA9B9 and #A9B98B with #B9A98B are triadic colors.