COLOR #B9AE51

HEX: #B9AE51
RGB: (185,174,81)

Color info

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

RGB color model

#B9AE51 color RGB value is (185,174,81).

  • red value is 185;
  • green value is 174;
  • blue value is 81.
RGB:
(185,174,81)
(73%,68%,32%)

RGB channels and saturation

R 185 of 255 = 73%
G 174 of 255 = 68%
B 81 of 255 = 32%

185
174
81

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

Portions of RGB colors in percentages

R + G + B =
185 + 174 + 81 = 440 (100%)
R 185 of 440 ~ 42.05%
G 174 of 440 ~ 39.55%
B 81 of 440 ~ 18.41%

%42.05
%39.55
%18.41

CMYK color model

#B9AE51 color CMYK value is (0,6,56,27).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 56.22%
  • key color value is 27.45%
CMYK:
(0,6,56,27)
C0M6Y56K27 
(0%,6%,56%,27%)
(0.00/0.06/0.56/0.27)	

CMYK percentages

%0
%5.95
%56.22
%27.45

Codes

Color #B9AE51 in popluar color models

B9AE51
RGB18517481
HSL54°42.62%52.16%
HSB/HSV54°56.22%72.55%
CMYK0.00%5.95%56.22%
27.45%

Color #B9AE51 in popluar number systems.

HEXB9AE51
Decimal18517481
Binary10111001101011101010001
Octal271256121

Shades and tints

Shades of #B9AE51

#B9AE51
(185,174,81)
#A99F4A
(169,159,74)
#999043
(153,144,67)
#89813C
(137,129,60)
#797235
(121,114,53)
#69632E
(105,99,46)
#595427
(89,84,39)
#494520
(73,69,32)
#393619
(57,54,25)
#292712
(41,39,18)
#19180B
(25,24,11)
#000000
(0,0,0)

Tints of #B9AE51

#B9AE51
(185,174,81)
#BFB560
(191,181,96)
#C5BC6F
(197,188,111)
#CBC37E
(203,195,126)
#D1CA8D
(209,202,141)
#D7D19C
(215,209,156)
#DDD8AB
(221,216,171)
#E3DFBA
(227,223,186)
#E9E6C9
(233,230,201)
#EFEDD8
(239,237,216)
#F5F4E7
(245,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AE51 color. Also use rgb(185,174,81) instead hex code.

Text Font Color

.myTextColor { color: #B9AE51; }

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

This text font color is #B9AE51.


Background Color

.myBgColor { background-color: #B9AE51; }

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

This div background color is #B9AE51.


Border color

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

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

This div border color is #B9AE51.


Opacity

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

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

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

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

This text has shadow with #B9AE51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AE51 on black background.


Color preview on white background

This text has color #B9AE51 on white background.



Black color preview on #B9AE51 background

This text has black color on #B9AE51 background.


White color preview on #B9AE51 background

This text has white color on #B9AE51 background.