COLOR #B9AF32

HEX: #B9AF32 RGB: (185,175,50)

Color info

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

RGB color model

#B9AF32 color RGB value is (185,175,50).

RGB: (185,175,50) (73%, 69%, 20%)

RGB channels and saturation

R 185 of 255 = 73%
G 175 of 255 = 69%
B 50 of 255 = 20%

185
175
50

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

Portions of RGB colors in percentages

R + G + B = 185 + 175 + 50 = 410 (100%)
R 185 of 410 ~ 45.12%
G 175 of 410 ~ 42.68%
B 50 of 410 ~ 12.2'%

%45.12
%42.68
%12.2

CMYK color model

#B9AF32 color CMYK value is (0,5,73,27).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 72.97%
  • key color value is 27.45%
CMYK: (0,5,73,27) C0M5Y73K27 (0%,5%,73%,27%) (0.00/0.05/0.73/0.27) 

CMYK percentages

%0
%5.41
%72.97
%27.45

Codes

Color #B9AF32 in popluar color models

B9 AF 32
RGB 185 175 50
HSL 56° 57.45% 46.08%
HSB/HSV 56° 72.97% 72.55%
CMYK 0.00% 5.41% 72.97%
27.45%

Color #B9AF32 in popluar number systems.

HEX B9 AF 32
Decimal 185 175 50
Binary 10111001 10101111 110010
Octal 271 257 62

Shades and tints

Shades of #B9AF32

#B9AF32
(185,175,50)
#A9A02E
(169,160,46)
#99912A
(153,145,42)
#898226
(137,130,38)
#797322
(121,115,34)
#69641E
(105,100,30)
#59551A
(89,85,26)
#494616
(73,70,22)
#393712
(57,55,18)
#29280E
(41,40,14)
#19190A
(25,25,10)
#000000
(0,0,0)

Tints of #B9AF32

#B9AF32
(185,175,50)
#BFB644
(191,182,68)
#C5BD56
(197,189,86)
#CBC468
(203,196,104)
#D1CB7A
(209,203,122)
#D7D28C
(215,210,140)
#DDD99E
(221,217,158)
#E3E0B0
(227,224,176)
#E9E7C2
(233,231,194)
#EFEED4
(239,238,212)
#F5F5E6
(245,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AF32 color. Also use rgb(185,175,50) instead hex code.

Text Font Color

.myTextColor { color: #B9AF32; }

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

This text font color is #B9AF32.

Background Color

.myBgColor { background-color: #B9AF32; }

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

This div background color is #B9AF32.

Border color

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

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

This div border color is #B9AF32.

Opacity

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

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

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

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

This text has shadow with #B9AF32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AF32.

Preview

Color preview on black background

This text has color #B9AF32 on black background.


Color preview on white background

This text has color #B9AF32 on white background.


Black color preview on #B9AF32 background

This text has black color on #B9AF32 background.


White color preview on #B9AF32 background

This text has white color on #B9AF32 background.


Related colors

Complementary color

Complementary color for #hex is #4650CD.


I love getcolorcode.com

Triadic colors

1 #32B9AF and #AF32B9 with #B9AF32 are triadic colors.

2 #32AFB9 and #AFB932 with #B9AF32 are triadic colors.