COLOR #B08E1C

HEX: #B08E1C
RGB: (176,142,28)

Color info

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

RGB color model

#B08E1C color RGB value is (176,142,28).

  • red value is 176;
  • green value is 142;
  • blue value is 28.
RGB:
(176,142,28)
(69%,56%,11%)

RGB channels and saturation

R 176 of 255 = 69%
G 142 of 255 = 56%
B 28 of 255 = 11%

176
142
28

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

Portions of RGB colors in percentages

R + G + B =
176 + 142 + 28 = 346 (100%)
R 176 of 346 ~ 50.87%
G 142 of 346 ~ 41.04%
B 28 of 346 ~ 8.09%

%50.87
%41.04

CMYK color model

#B08E1C color CMYK value is (0,19,84,31).

  • cyan value is 0.00%
  • magenta value is 19.32%
  • yellow value is 84.09%
  • key color value is 30.98%
CMYK:
(0,19,84,31)
C0M19Y84K31 
(0%,19%,84%,31%)
(0.00/0.19/0.84/0.31)	

CMYK percentages

%0
%19.32
%84.09
%30.98

Codes

Color #B08E1C in popluar color models

B08E1C
RGB17614228
HSL46°72.55%40.00%
HSB/HSV46°84.09%69.02%
CMYK0.00%19.32%84.09%
30.98%

Color #B08E1C in popluar number systems.

HEXB08E1C
Decimal17614228
Binary101100001000111011100
Octal26021634

Shades and tints

Shades of #B08E1C

#B08E1C
(176,142,28)
#A0821A
(160,130,26)
#907618
(144,118,24)
#806A16
(128,106,22)
#705E14
(112,94,20)
#605212
(96,82,18)
#504610
(80,70,16)
#403A0E
(64,58,14)
#302E0C
(48,46,12)
#20220A
(32,34,10)
#101608
(16,22,8)
#000000
(0,0,0)

Tints of #B08E1C

#B08E1C
(176,142,28)
#B79830
(183,152,48)
#BEA244
(190,162,68)
#C5AC58
(197,172,88)
#CCB66C
(204,182,108)
#D3C080
(211,192,128)
#DACA94
(218,202,148)
#E1D4A8
(225,212,168)
#E8DEBC
(232,222,188)
#EFE8D0
(239,232,208)
#F6F2E4
(246,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08E1C color. Also use rgb(176,142,28) instead hex code.

Text Font Color

.myTextColor { color: #B08E1C; }

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

This text font color is #B08E1C.


Background Color

.myBgColor { background-color: #B08E1C; }

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

This div background color is #B08E1C.


Border color

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

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

This div border color is #B08E1C.


Opacity

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

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

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

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

This text has shadow with #B08E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08E1C on black background.


Color preview on white background

This text has color #B08E1C on white background.



Black color preview on #B08E1C background

This text has black color on #B08E1C background.


White color preview on #B08E1C background

This text has white color on #B08E1C background.