COLOR #B9A984

HEX: #B9A984 RGB: (185,169,132)

Color info

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

RGB color model

#B9A984 color RGB value is (185,169,132).

RGB: (185,169,132) (73%, 66%, 52%)

RGB channels and saturation

R 185 of 255 = 73%
G 169 of 255 = 66%
B 132 of 255 = 52%

185
169
132

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

Portions of RGB colors in percentages

R + G + B = 185 + 169 + 132 = 486 (100%)
R 185 of 486 ~ 38.07%
G 169 of 486 ~ 34.77%
B 132 of 486 ~ 27.16'%

%38.07
%34.77
%27.16

CMYK color model

#B9A984 color CMYK value is (0,9,29,27).

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 28.65%
  • key color value is 27.45%

CMYK: (0,9,29,27)
C0M9Y29K27 (0%, 9%, 29%, 27%)
(0.00 / 0.09 / 0.29 / 0.27)

CMYK percentages

%0
%8.65
%28.65
%27.45

Codes

Color #B9A984 in popluar color models

B9 A9 84
RGB 185 169 132
HSL 42° 27.46% 62.16%
HSB/HSV 42° 28.65% 72.55%
CMYK 0.00% 8.65% 28.65%
27.45%

Color #B9A984 in popluar number systems.

HEX B9 A9 84
Decimal 185 169 132
Binary 10111001 10101001 10000100
Octal 271 251 204

Shades and tints

Shades of #B9A984

#B9A984
(185,169,132)
#A99A78
(169,154,120)
#998B6C
(153,139,108)
#897C60
(137,124,96)
#796D54
(121,109,84)
#695E48
(105,94,72)
#594F3C
(89,79,60)
#494030
(73,64,48)
#393124
(57,49,36)
#292218
(41,34,24)
#19130C
(25,19,12)
#000000
(0,0,0)

Tints of #B9A984

#B9A984
(185,169,132)
#BFB08F
(191,176,143)
#C5B79A
(197,183,154)
#CBBEA5
(203,190,165)
#D1C5B0
(209,197,176)
#D7CCBB
(215,204,187)
#DDD3C6
(221,211,198)
#E3DAD1
(227,218,209)
#E9E1DC
(233,225,220)
#EFE8E7
(239,232,231)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A984; }

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

This text font color is #B9A984.

Background Color

.myBgColor { background-color: #B9A984; }

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

This div background color is #B9A984.

Border color

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

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

This div border color is #B9A984.

Opacity

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

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

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

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

This text has shadow with #B9A984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A984.

Preview

Color preview on black background

This text has color #B9A984 on black background.


Color preview on white background

This text has color #B9A984 on white background.


Black color preview on #B9A984 background

This text has black color on #B9A984 background.


White color preview on #B9A984 background

This text has white color on #B9A984 background.


Related colors

Complementary color

Complementary color for #hex is #46567B.


I love getcolorcode.com

Triadic colors

1 #84B9A9 and #A984B9 with #B9A984 are triadic colors.

2 #84A9B9 and #A9B984 with #B9A984 are triadic colors.