COLOR #B9A32F

HEX: #B9A32F
RGB: (185,163,47)

Color info

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

RGB color model

#B9A32F color RGB value is (185,163,47).

  • red value is 185;
  • green value is 163;
  • blue value is 47.
RGB:
(185,163,47)
(73%,64%,18%)

RGB channels and saturation

R 185 of 255 = 73%
G 163 of 255 = 64%
B 47 of 255 = 18%

185
163
47

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

Portions of RGB colors in percentages

R + G + B =
185 + 163 + 47 = 395 (100%)
R 185 of 395 ~ 46.84%
G 163 of 395 ~ 41.27%
B 47 of 395 ~ 11.9%

%46.84
%41.27
%11.9

CMYK color model

#B9A32F color CMYK value is (0,12,75,27).

  • cyan value is 0.00%
  • magenta value is 11.89%
  • yellow value is 74.59%
  • key color value is 27.45%
CMYK:
(0,12,75,27)
C0M12Y75K27 
(0%,12%,75%,27%)
(0.00/0.12/0.75/0.27)	

CMYK percentages

%0
%11.89
%74.59
%27.45

Codes

Color #B9A32F in popluar color models

B9A32F
RGB18516347
HSL50°59.48%45.49%
HSB/HSV50°74.59%72.55%
CMYK0.00%11.89%74.59%
27.45%

Color #B9A32F in popluar number systems.

HEXB9A32F
Decimal18516347
Binary1011100110100011101111
Octal27124357

Shades and tints

Shades of #B9A32F

#B9A32F
(185,163,47)
#A9952B
(169,149,43)
#998727
(153,135,39)
#897923
(137,121,35)
#796B1F
(121,107,31)
#695D1B
(105,93,27)
#594F17
(89,79,23)
#494113
(73,65,19)
#39330F
(57,51,15)
#29250B
(41,37,11)
#191707
(25,23,7)
#000000
(0,0,0)

Tints of #B9A32F

#B9A32F
(185,163,47)
#BFAB41
(191,171,65)
#C5B353
(197,179,83)
#CBBB65
(203,187,101)
#D1C377
(209,195,119)
#D7CB89
(215,203,137)
#DDD39B
(221,211,155)
#E3DBAD
(227,219,173)
#E9E3BF
(233,227,191)
#EFEBD1
(239,235,209)
#F5F3E3
(245,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A32F color. Also use rgb(185,163,47) instead hex code.

Text Font Color

.myTextColor { color: #B9A32F; }

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

This text font color is #B9A32F.


Background Color

.myBgColor { background-color: #B9A32F; }

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

This div background color is #B9A32F.


Border color

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

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

This div border color is #B9A32F.


Opacity

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

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

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

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

This text has shadow with #B9A32F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A32F on black background.


Color preview on white background

This text has color #B9A32F on white background.



Black color preview on #B9A32F background

This text has black color on #B9A32F background.


White color preview on #B9A32F background

This text has white color on #B9A32F background.