COLOR #B9A92F

HEX: #B9A92F
RGB: (185,169,47)

Color info

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

RGB color model

#B9A92F color RGB value is (185,169,47).

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

RGB channels and saturation

R 185 of 255 = 73%
G 169 of 255 = 66%
B 47 of 255 = 18%

185
169
47

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

Portions of RGB colors in percentages

R + G + B =
185 + 169 + 47 = 401 (100%)
R 185 of 401 ~ 46.13%
G 169 of 401 ~ 42.14%
B 47 of 401 ~ 11.72%

%46.13
%42.14
%11.72

CMYK color model

#B9A92F color CMYK value is (0,9,75,27).

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 74.59%
  • key color value is 27.45%
CMYK:
(0,9,75,27)
C0M9Y75K27 
(0%,9%,75%,27%)
(0.00/0.09/0.75/0.27)	

CMYK percentages

%0
%8.65
%74.59
%27.45

Codes

Color #B9A92F in popluar color models

B9A92F
RGB18516947
HSL53°59.48%45.49%
HSB/HSV53°74.59%72.55%
CMYK0.00%8.65%74.59%
27.45%

Color #B9A92F in popluar number systems.

HEXB9A92F
Decimal18516947
Binary1011100110101001101111
Octal27125157

Shades and tints

Shades of #B9A92F

#B9A92F
(185,169,47)
#A99A2B
(169,154,43)
#998B27
(153,139,39)
#897C23
(137,124,35)
#796D1F
(121,109,31)
#695E1B
(105,94,27)
#594F17
(89,79,23)
#494013
(73,64,19)
#39310F
(57,49,15)
#29220B
(41,34,11)
#191307
(25,19,7)
#000000
(0,0,0)

Tints of #B9A92F

#B9A92F
(185,169,47)
#BFB041
(191,176,65)
#C5B753
(197,183,83)
#CBBE65
(203,190,101)
#D1C577
(209,197,119)
#D7CC89
(215,204,137)
#DDD39B
(221,211,155)
#E3DAAD
(227,218,173)
#E9E1BF
(233,225,191)
#EFE8D1
(239,232,209)
#F5EFE3
(245,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A92F; }

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

This text font color is #B9A92F.


Background Color

.myBgColor { background-color: #B9A92F; }

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

This div background color is #B9A92F.


Border color

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

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

This div border color is #B9A92F.


Opacity

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

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

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

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

This text has shadow with #B9A92F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A92F on black background.


Color preview on white background

This text has color #B9A92F on white background.



Black color preview on #B9A92F background

This text has black color on #B9A92F background.


White color preview on #B9A92F background

This text has white color on #B9A92F background.