COLOR #B9AA52

HEX: #B9AA52 RGB: (185,170,82)

Color info

#B9AA52 contains mainly red and green colors. Web safe color of #B9AA52 is #CC9966 (or #C96).

RGB color model

#B9AA52 color RGB value is (185,170,82).

RGB: (185,170,82) (73%, 67%, 32%)

RGB channels and saturation

R 185 of 255 = 73%
G 170 of 255 = 67%
B 82 of 255 = 32%

185
170
82

R + G + B ~ 57%. #B9AA52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 185 + 170 + 82 = 437 (100%)
R 185 of 437 ~ 42.33%
G 170 of 437 ~ 38.9%
B 82 of 437 ~ 18.76'%

%42.33
%38.9
%18.76

CMYK color model

#B9AA52 color CMYK value is (0,8,56,27).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 55.68%
  • key color value is 27.45%

CMYK: (0,8,56,27)
C0M8Y56K27 (0%, 8%, 56%, 27%)
(0.00 / 0.08 / 0.56 / 0.27)

CMYK percentages

%0
%8.11
%55.68
%27.45

Codes

Color #B9AA52 in popluar color models

B9 AA 52
RGB 185 170 82
HSL 51° 42.39% 52.35%
HSB/HSV 51° 55.68% 72.55%
CMYK 0.00% 8.11% 55.68%
27.45%

Color #B9AA52 in popluar number systems.

HEX B9 AA 52
Decimal 185 170 82
Binary 10111001 10101010 1010010
Octal 271 252 122

Shades and tints

Shades of #B9AA52

#B9AA52
(185,170,82)
#A99B4B
(169,155,75)
#998C44
(153,140,68)
#897D3D
(137,125,61)
#796E36
(121,110,54)
#695F2F
(105,95,47)
#595028
(89,80,40)
#494121
(73,65,33)
#39321A
(57,50,26)
#292313
(41,35,19)
#19140C
(25,20,12)
#000000
(0,0,0)

Tints of #B9AA52

#B9AA52
(185,170,82)
#BFB161
(191,177,97)
#C5B870
(197,184,112)
#CBBF7F
(203,191,127)
#D1C68E
(209,198,142)
#D7CD9D
(215,205,157)
#DDD4AC
(221,212,172)
#E3DBBB
(227,219,187)
#E9E2CA
(233,226,202)
#EFE9D9
(239,233,217)
#F5F0E8
(245,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AA52 color. Also use rgb(185,170,82) instead hex code.

Text Font Color

.myTextColor { color: #B9AA52; }

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

This text font color is #B9AA52.

Background Color

.myBgColor { background-color: #B9AA52; }

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

This div background color is #B9AA52.

Border color

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

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

This div border color is #B9AA52.

Opacity

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

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

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

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

This text has shadow with #B9AA52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AA52.

Preview

Color preview on black background

This text has color #B9AA52 on black background.


Color preview on white background

This text has color #B9AA52 on white background.


Black color preview on #B9AA52 background

This text has black color on #B9AA52 background.


White color preview on #B9AA52 background

This text has white color on #B9AA52 background.


Related colors

Complementary color

Complementary color for #hex is #4655AD.


I love getcolorcode.com

Triadic colors

1 #52B9AA and #AA52B9 with #B9AA52 are triadic colors.

2 #52AAB9 and #AAB952 with #B9AA52 are triadic colors.