COLOR #B9900A

HEX: #B9900A
RGB: (185,144,10)

Color info

#B9900A contains mainly red and green colors. Web safe color of #B9900A is #CC9900 (or #C90).

RGB color model

#B9900A color RGB value is (185,144,10).

  • red value is 185;
  • green value is 144;
  • blue value is 10.
RGB:
(185,144,10)
(73%,56%,4%)

RGB channels and saturation

R 185 of 255 = 73%
G 144 of 255 = 56%
B 10 of 255 = 4%

185
144
10

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

Portions of RGB colors in percentages

R + G + B =
185 + 144 + 10 = 339 (100%)
R 185 of 339 ~ 54.57%
G 144 of 339 ~ 42.48%
B 10 of 339 ~ 2.95%

%54.57
%42.48

CMYK color model

#B9900A color CMYK value is (0,22,95,27).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 94.59%
  • key color value is 27.45%
CMYK:
(0,22,95,27)
C0M22Y95K27 
(0%,22%,95%,27%)
(0.00/0.22/0.95/0.27)	

CMYK percentages

%0
%22.16
%94.59
%27.45

Codes

Color #B9900A in popluar color models

B9900A
RGB18514410
HSL46°89.74%38.24%
HSB/HSV46°94.59%72.55%
CMYK0.00%22.16%94.59%
27.45%

Color #B9900A in popluar number systems.

HEXB9900A
Decimal18514410
Binary10111001100100001010
Octal27122012

Shades and tints

Shades of #B9900A

#B9900A
(185,144,10)
#A9830A
(169,131,10)
#99760A
(153,118,10)
#89690A
(137,105,10)
#795C0A
(121,92,10)
#694F0A
(105,79,10)
#59420A
(89,66,10)
#49350A
(73,53,10)
#39280A
(57,40,10)
#291B0A
(41,27,10)
#190E0A
(25,14,10)
#000000
(0,0,0)

Tints of #B9900A

#B9900A
(185,144,10)
#BF9A20
(191,154,32)
#C5A436
(197,164,54)
#CBAE4C
(203,174,76)
#D1B862
(209,184,98)
#D7C278
(215,194,120)
#DDCC8E
(221,204,142)
#E3D6A4
(227,214,164)
#E9E0BA
(233,224,186)
#EFEAD0
(239,234,208)
#F5F4E6
(245,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9900A color. Also use rgb(185,144,10) instead hex code.

Text Font Color

.myTextColor { color: #B9900A; }

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

This text font color is #B9900A.


Background Color

.myBgColor { background-color: #B9900A; }

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

This div background color is #B9900A.


Border color

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

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

This div border color is #B9900A.


Opacity

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

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

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

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

This text has shadow with #B9900A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9900A on black background.


Color preview on white background

This text has color #B9900A on white background.



Black color preview on #B9900A background

This text has black color on #B9900A background.


White color preview on #B9900A background

This text has white color on #B9900A background.