COLOR #B9AC25

HEX: #B9AC25
RGB: (185,172,37)

Color info

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

RGB color model

#B9AC25 color RGB value is (185,172,37).

  • red value is 185;
  • green value is 172;
  • blue value is 37.
RGB:
(185,172,37)
(73%,67%,15%)

RGB channels and saturation

R 185 of 255 = 73%
G 172 of 255 = 67%
B 37 of 255 = 15%

185
172
37

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

Portions of RGB colors in percentages

R + G + B =
185 + 172 + 37 = 394 (100%)
R 185 of 394 ~ 46.95%
G 172 of 394 ~ 43.65%
B 37 of 394 ~ 9.39%

%46.95
%43.65

CMYK color model

#B9AC25 color CMYK value is (0,7,80,27).

  • cyan value is 0.00%
  • magenta value is 7.03%
  • yellow value is 80.00%
  • key color value is 27.45%
CMYK:
(0,7,80,27)
C0M7Y80K27 
(0%,7%,80%,27%)
(0.00/0.07/0.80/0.27)	

CMYK percentages

%0
%7.03
%80
%27.45

Codes

Color #B9AC25 in popluar color models

B9AC25
RGB18517237
HSL55°66.67%43.53%
HSB/HSV55°80.00%72.55%
CMYK0.00%7.03%80.00%
27.45%

Color #B9AC25 in popluar number systems.

HEXB9AC25
Decimal18517237
Binary1011100110101100100101
Octal27125445

Shades and tints

Shades of #B9AC25

#B9AC25
(185,172,37)
#A99D22
(169,157,34)
#998E1F
(153,142,31)
#897F1C
(137,127,28)
#797019
(121,112,25)
#696116
(105,97,22)
#595213
(89,82,19)
#494310
(73,67,16)
#39340D
(57,52,13)
#29250A
(41,37,10)
#191607
(25,22,7)
#000000
(0,0,0)

Tints of #B9AC25

#B9AC25
(185,172,37)
#BFB338
(191,179,56)
#C5BA4B
(197,186,75)
#CBC15E
(203,193,94)
#D1C871
(209,200,113)
#D7CF84
(215,207,132)
#DDD697
(221,214,151)
#E3DDAA
(227,221,170)
#E9E4BD
(233,228,189)
#EFEBD0
(239,235,208)
#F5F2E3
(245,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AC25 color. Also use rgb(185,172,37) instead hex code.

Text Font Color

.myTextColor { color: #B9AC25; }

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

This text font color is #B9AC25.


Background Color

.myBgColor { background-color: #B9AC25; }

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

This div background color is #B9AC25.


Border color

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

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

This div border color is #B9AC25.


Opacity

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

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

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

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

This text has shadow with #B9AC25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AC25 on black background.


Color preview on white background

This text has color #B9AC25 on white background.



Black color preview on #B9AC25 background

This text has black color on #B9AC25 background.


White color preview on #B9AC25 background

This text has white color on #B9AC25 background.