COLOR #B09E1A

HEX: #B09E1A
RGB: (176,158,26)

Color info

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

RGB color model

#B09E1A color RGB value is (176,158,26).

  • red value is 176;
  • green value is 158;
  • blue value is 26.
RGB:
(176,158,26)
(69%,62%,10%)

RGB channels and saturation

R 176 of 255 = 69%
G 158 of 255 = 62%
B 26 of 255 = 10%

176
158
26

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

Portions of RGB colors in percentages

R + G + B =
176 + 158 + 26 = 360 (100%)
R 176 of 360 ~ 48.89%
G 158 of 360 ~ 43.89%
B 26 of 360 ~ 7.22%

%48.89
%43.89

CMYK color model

#B09E1A color CMYK value is (0,10,85,31).

  • cyan value is 0.00%
  • magenta value is 10.23%
  • yellow value is 85.23%
  • key color value is 30.98%
CMYK:
(0,10,85,31)
C0M10Y85K31 
(0%,10%,85%,31%)
(0.00/0.10/0.85/0.31)	

CMYK percentages

%0
%10.23
%85.23
%30.98

Codes

Color #B09E1A in popluar color models

B09E1A
RGB17615826
HSL53°74.26%39.61%
HSB/HSV53°85.23%69.02%
CMYK0.00%10.23%85.23%
30.98%

Color #B09E1A in popluar number systems.

HEXB09E1A
Decimal17615826
Binary101100001001111011010
Octal26023632

Shades and tints

Shades of #B09E1A

#B09E1A
(176,158,26)
#A09018
(160,144,24)
#908216
(144,130,22)
#807414
(128,116,20)
#706612
(112,102,18)
#605810
(96,88,16)
#504A0E
(80,74,14)
#403C0C
(64,60,12)
#302E0A
(48,46,10)
#202008
(32,32,8)
#101206
(16,18,6)
#000000
(0,0,0)

Tints of #B09E1A

#B09E1A
(176,158,26)
#B7A62E
(183,166,46)
#BEAE42
(190,174,66)
#C5B656
(197,182,86)
#CCBE6A
(204,190,106)
#D3C67E
(211,198,126)
#DACE92
(218,206,146)
#E1D6A6
(225,214,166)
#E8DEBA
(232,222,186)
#EFE6CE
(239,230,206)
#F6EEE2
(246,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09E1A color. Also use rgb(176,158,26) instead hex code.

Text Font Color

.myTextColor { color: #B09E1A; }

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

This text font color is #B09E1A.


Background Color

.myBgColor { background-color: #B09E1A; }

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

This div background color is #B09E1A.


Border color

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

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

This div border color is #B09E1A.


Opacity

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

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

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

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

This text has shadow with #B09E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09E1A on black background.


Color preview on white background

This text has color #B09E1A on white background.



Black color preview on #B09E1A background

This text has black color on #B09E1A background.


White color preview on #B09E1A background

This text has white color on #B09E1A background.