COLOR #B09904

HEX: #B09904
RGB: (176,153,4)

Color info

#B09904 contains mainly red and green colors. Web safe color of #B09904 is #999900 (or #990).

RGB color model

#B09904 color RGB value is (176,153,4).

  • red value is 176;
  • green value is 153;
  • blue value is 4.
RGB:
(176,153,4)
(69%,60%,2%)

RGB channels and saturation

R 176 of 255 = 69%
G 153 of 255 = 60%
B 4 of 255 = 2%

176
153
4

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

Portions of RGB colors in percentages

R + G + B =
176 + 153 + 4 = 333 (100%)
R 176 of 333 ~ 52.85%
G 153 of 333 ~ 45.95%
B 4 of 333 ~ 1.2%

%52.85
%45.95

CMYK color model

#B09904 color CMYK value is (0,13,98,31).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 97.73%
  • key color value is 30.98%
CMYK:
(0,13,98,31)
C0M13Y98K31 
(0%,13%,98%,31%)
(0.00/0.13/0.98/0.31)	

CMYK percentages

%0
%13.07
%97.73
%30.98

Codes

Color #B09904 in popluar color models

B09904
RGB1761534
HSL52°95.56%35.29%
HSB/HSV52°97.73%69.02%
CMYK0.00%13.07%97.73%
30.98%

Color #B09904 in popluar number systems.

HEXB09904
Decimal1761534
Binary1011000010011001100
Octal2602314

Shades and tints

Shades of #B09904

#B09904
(176,153,4)
#A08C04
(160,140,4)
#907F04
(144,127,4)
#807204
(128,114,4)
#706504
(112,101,4)
#605804
(96,88,4)
#504B04
(80,75,4)
#403E04
(64,62,4)
#303104
(48,49,4)
#202404
(32,36,4)
#101704
(16,23,4)
#000000
(0,0,0)

Tints of #B09904

#B09904
(176,153,4)
#B7A21A
(183,162,26)
#BEAB30
(190,171,48)
#C5B446
(197,180,70)
#CCBD5C
(204,189,92)
#D3C672
(211,198,114)
#DACF88
(218,207,136)
#E1D89E
(225,216,158)
#E8E1B4
(232,225,180)
#EFEACA
(239,234,202)
#F6F3E0
(246,243,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09904 color. Also use rgb(176,153,4) instead hex code.

Text Font Color

.myTextColor { color: #B09904; }

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

This text font color is #B09904.


Background Color

.myBgColor { background-color: #B09904; }

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

This div background color is #B09904.


Border color

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

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

This div border color is #B09904.


Opacity

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

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

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

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

This text has shadow with #B09904 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09904 on black background.


Color preview on white background

This text has color #B09904 on white background.



Black color preview on #B09904 background

This text has black color on #B09904 background.


White color preview on #B09904 background

This text has white color on #B09904 background.