COLOR #B09600

HEX: #B09600
RGB: (176,150,0)

Color info

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

RGB color model

#B09600 color RGB value is (176,150,0).

  • red value is 176;
  • green value is 150;
  • blue value is 0.
RGB:
(176,150,0)
(69%,59%,0%)

RGB channels and saturation

R 176 of 255 = 69%
G 150 of 255 = 59%
B 0 of 255 = 0%

176
150
0

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

Portions of RGB colors in percentages

R + G + B =
176 + 150 + 0 = 326 (100%)
R 176 of 326 ~ 53.99%
G 150 of 326 ~ 46.01%
B 0 of 326 ~ 0%

%53.99
%46.01

CMYK color model

#B09600 color CMYK value is (0,15,100,31).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 100.00%
  • key color value is 30.98%
CMYK:
(0,15,100,31)
C0M15Y100K31 
(0%,15%,100%,31%)
(0.00/0.15/1.00/0.31)	

CMYK percentages

%0
%14.77
%100
%30.98

Codes

Color #B09600 in popluar color models

B09600
RGB1761500
HSL51°100.00%34.51%
HSB/HSV51°100.00%69.02%
CMYK0.00%14.77%100.00%
30.98%

Color #B09600 in popluar number systems.

HEXB09600
Decimal1761500
Binary10110000100101100
Octal2602260

Shades and tints

Shades of #B09600

#B09600
(176,150,0)
#A08900
(160,137,0)
#907C00
(144,124,0)
#806F00
(128,111,0)
#706200
(112,98,0)
#605500
(96,85,0)
#504800
(80,72,0)
#403B00
(64,59,0)
#302E00
(48,46,0)
#202100
(32,33,0)
#101400
(16,20,0)
#000000
(0,0,0)

Tints of #B09600

#B09600
(176,150,0)
#B79F17
(183,159,23)
#BEA82E
(190,168,46)
#C5B145
(197,177,69)
#CCBA5C
(204,186,92)
#D3C373
(211,195,115)
#DACC8A
(218,204,138)
#E1D5A1
(225,213,161)
#E8DEB8
(232,222,184)
#EFE7CF
(239,231,207)
#F6F0E6
(246,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09600 color. Also use rgb(176,150,0) instead hex code.

Text Font Color

.myTextColor { color: #B09600; }

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

This text font color is #B09600.


Background Color

.myBgColor { background-color: #B09600; }

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

This div background color is #B09600.


Border color

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

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

This div border color is #B09600.


Opacity

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

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

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

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

This text has shadow with #B09600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09600 on black background.


Color preview on white background

This text has color #B09600 on white background.



Black color preview on #B09600 background

This text has black color on #B09600 background.


White color preview on #B09600 background

This text has white color on #B09600 background.