COLOR #B9AA43

HEX: #B9AA43
RGB: (185,170,67)

Color info

#B9AA43 contains mainly red and green colors. Web safe color of #B9AA43 is #CC9933 (or #C93).

RGB color model

#B9AA43 color RGB value is (185,170,67).

  • red value is 185;
  • green value is 170;
  • blue value is 67.
RGB:
(185,170,67)
(73%,67%,26%)

RGB channels and saturation

R 185 of 255 = 73%
G 170 of 255 = 67%
B 67 of 255 = 26%

185
170
67

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

Portions of RGB colors in percentages

R + G + B =
185 + 170 + 67 = 422 (100%)
R 185 of 422 ~ 43.84%
G 170 of 422 ~ 40.28%
B 67 of 422 ~ 15.88%

%43.84
%40.28
%15.88

CMYK color model

#B9AA43 color CMYK value is (0,8,64,27).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 63.78%
  • key color value is 27.45%
CMYK:
(0,8,64,27)
C0M8Y64K27 
(0%,8%,64%,27%)
(0.00/0.08/0.64/0.27)	

CMYK percentages

%0
%8.11
%63.78
%27.45

Codes

Color #B9AA43 in popluar color models

B9AA43
RGB18517067
HSL52°46.83%49.41%
HSB/HSV52°63.78%72.55%
CMYK0.00%8.11%63.78%
27.45%

Color #B9AA43 in popluar number systems.

HEXB9AA43
Decimal18517067
Binary10111001101010101000011
Octal271252103

Shades and tints

Shades of #B9AA43

#B9AA43
(185,170,67)
#A99B3D
(169,155,61)
#998C37
(153,140,55)
#897D31
(137,125,49)
#796E2B
(121,110,43)
#695F25
(105,95,37)
#59501F
(89,80,31)
#494119
(73,65,25)
#393213
(57,50,19)
#29230D
(41,35,13)
#191407
(25,20,7)
#000000
(0,0,0)

Tints of #B9AA43

#B9AA43
(185,170,67)
#BFB154
(191,177,84)
#C5B865
(197,184,101)
#CBBF76
(203,191,118)
#D1C687
(209,198,135)
#D7CD98
(215,205,152)
#DDD4A9
(221,212,169)
#E3DBBA
(227,219,186)
#E9E2CB
(233,226,203)
#EFE9DC
(239,233,220)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AA43; }

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

This text font color is #B9AA43.


Background Color

.myBgColor { background-color: #B9AA43; }

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

This div background color is #B9AA43.


Border color

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

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

This div border color is #B9AA43.


Opacity

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

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

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

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

This text has shadow with #B9AA43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AA43 on black background.


Color preview on white background

This text has color #B9AA43 on white background.



Black color preview on #B9AA43 background

This text has black color on #B9AA43 background.


White color preview on #B9AA43 background

This text has white color on #B9AA43 background.