COLOR #B9AF42

HEX: #B9AF42
RGB: (185,175,66)

Color info

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

RGB color model

#B9AF42 color RGB value is (185,175,66).

  • red value is 185;
  • green value is 175;
  • blue value is 66.
RGB:
(185,175,66)
(73%,69%,26%)

RGB channels and saturation

R 185 of 255 = 73%
G 175 of 255 = 69%
B 66 of 255 = 26%

185
175
66

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

Portions of RGB colors in percentages

R + G + B =
185 + 175 + 66 = 426 (100%)
R 185 of 426 ~ 43.43%
G 175 of 426 ~ 41.08%
B 66 of 426 ~ 15.49%

%43.43
%41.08
%15.49

CMYK color model

#B9AF42 color CMYK value is (0,5,64,27).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 64.32%
  • key color value is 27.45%
CMYK:
(0,5,64,27)
C0M5Y64K27 
(0%,5%,64%,27%)
(0.00/0.05/0.64/0.27)	

CMYK percentages

%0
%5.41
%64.32
%27.45

Codes

Color #B9AF42 in popluar color models

B9AF42
RGB18517566
HSL55°47.41%49.22%
HSB/HSV55°64.32%72.55%
CMYK0.00%5.41%64.32%
27.45%

Color #B9AF42 in popluar number systems.

HEXB9AF42
Decimal18517566
Binary10111001101011111000010
Octal271257102

Shades and tints

Shades of #B9AF42

#B9AF42
(185,175,66)
#A9A03C
(169,160,60)
#999136
(153,145,54)
#898230
(137,130,48)
#79732A
(121,115,42)
#696424
(105,100,36)
#59551E
(89,85,30)
#494618
(73,70,24)
#393712
(57,55,18)
#29280C
(41,40,12)
#191906
(25,25,6)
#000000
(0,0,0)

Tints of #B9AF42

#B9AF42
(185,175,66)
#BFB653
(191,182,83)
#C5BD64
(197,189,100)
#CBC475
(203,196,117)
#D1CB86
(209,203,134)
#D7D297
(215,210,151)
#DDD9A8
(221,217,168)
#E3E0B9
(227,224,185)
#E9E7CA
(233,231,202)
#EFEEDB
(239,238,219)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AF42; }

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

This text font color is #B9AF42.


Background Color

.myBgColor { background-color: #B9AF42; }

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

This div background color is #B9AF42.


Border color

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

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

This div border color is #B9AF42.


Opacity

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

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

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

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

This text has shadow with #B9AF42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AF42 on black background.


Color preview on white background

This text has color #B9AF42 on white background.



Black color preview on #B9AF42 background

This text has black color on #B9AF42 background.


White color preview on #B9AF42 background

This text has white color on #B9AF42 background.