COLOR #B09A1F

HEX: #B09A1F
RGB: (176,154,31)

Color info

#B09A1F contains mainly red and green colors. Web safe color of #B09A1F is #999933 (or #993).

RGB color model

#B09A1F color RGB value is (176,154,31).

  • red value is 176;
  • green value is 154;
  • blue value is 31.
RGB:
(176,154,31)
(69%,60%,12%)

RGB channels and saturation

R 176 of 255 = 69%
G 154 of 255 = 60%
B 31 of 255 = 12%

176
154
31

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

Portions of RGB colors in percentages

R + G + B =
176 + 154 + 31 = 361 (100%)
R 176 of 361 ~ 48.75%
G 154 of 361 ~ 42.66%
B 31 of 361 ~ 8.59%

%48.75
%42.66

CMYK color model

#B09A1F color CMYK value is (0,13,82,31).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 82.39%
  • key color value is 30.98%
CMYK:
(0,13,82,31)
C0M13Y82K31 
(0%,13%,82%,31%)
(0.00/0.13/0.82/0.31)	

CMYK percentages

%0
%12.5
%82.39
%30.98

Codes

Color #B09A1F in popluar color models

B09A1F
RGB17615431
HSL51°70.05%40.59%
HSB/HSV51°82.39%69.02%
CMYK0.00%12.50%82.39%
30.98%

Color #B09A1F in popluar number systems.

HEXB09A1F
Decimal17615431
Binary101100001001101011111
Octal26023237

Shades and tints

Shades of #B09A1F

#B09A1F
(176,154,31)
#A08C1D
(160,140,29)
#907E1B
(144,126,27)
#807019
(128,112,25)
#706217
(112,98,23)
#605415
(96,84,21)
#504613
(80,70,19)
#403811
(64,56,17)
#302A0F
(48,42,15)
#201C0D
(32,28,13)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #B09A1F

#B09A1F
(176,154,31)
#B7A333
(183,163,51)
#BEAC47
(190,172,71)
#C5B55B
(197,181,91)
#CCBE6F
(204,190,111)
#D3C783
(211,199,131)
#DAD097
(218,208,151)
#E1D9AB
(225,217,171)
#E8E2BF
(232,226,191)
#EFEBD3
(239,235,211)
#F6F4E7
(246,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09A1F color. Also use rgb(176,154,31) instead hex code.

Text Font Color

.myTextColor { color: #B09A1F; }

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

This text font color is #B09A1F.


Background Color

.myBgColor { background-color: #B09A1F; }

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

This div background color is #B09A1F.


Border color

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

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

This div border color is #B09A1F.


Opacity

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

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

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

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

This text has shadow with #B09A1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09A1F on black background.


Color preview on white background

This text has color #B09A1F on white background.



Black color preview on #B09A1F background

This text has black color on #B09A1F background.


White color preview on #B09A1F background

This text has white color on #B09A1F background.