COLOR #B05414

HEX: #B05414
RGB: (176,84,20)

Color info

#B05414 contains mainly red color. Web safe color of #B05414 is #996600 (or #960).

RGB color model

#B05414 color RGB value is (176,84,20).

  • red value is 176;
  • green value is 84;
  • blue value is 20.
RGB:
(176,84,20)
(69%,33%,8%)

RGB channels and saturation

R 176 of 255 = 69%
G 84 of 255 = 33%
B 20 of 255 = 8%

176
84
20

R + G + B ~ 37%. #B05414 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
176 + 84 + 20 = 280 (100%)
R 176 of 280 ~ 62.86%
G 84 of 280 ~ 30%
B 20 of 280 ~ 7.14%

%62.86
%30

CMYK color model

#B05414 color CMYK value is (0,52,89,31).

  • cyan value is 0.00%
  • magenta value is 52.27%
  • yellow value is 88.64%
  • key color value is 30.98%
CMYK:
(0,52,89,31)
C0M52Y89K31 
(0%,52%,89%,31%)
(0.00/0.52/0.89/0.31)	

CMYK percentages

%0
%52.27
%88.64
%30.98

Codes

Color #B05414 in popluar color models

B05414
RGB1768420
HSL25°79.59%38.43%
HSB/HSV25°88.64%69.02%
CMYK0.00%52.27%88.64%
30.98%

Color #B05414 in popluar number systems.

HEXB05414
Decimal1768420
Binary10110000101010010100
Octal26012424

Shades and tints

Shades of #B05414

#B05414
(176,84,20)
#A04D13
(160,77,19)
#904612
(144,70,18)
#803F11
(128,63,17)
#703810
(112,56,16)
#60310F
(96,49,15)
#502A0E
(80,42,14)
#40230D
(64,35,13)
#301C0C
(48,28,12)
#20150B
(32,21,11)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #B05414

#B05414
(176,84,20)
#B76329
(183,99,41)
#BE723E
(190,114,62)
#C58153
(197,129,83)
#CC9068
(204,144,104)
#D39F7D
(211,159,125)
#DAAE92
(218,174,146)
#E1BDA7
(225,189,167)
#E8CCBC
(232,204,188)
#EFDBD1
(239,219,209)
#F6EAE6
(246,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05414 color. Also use rgb(176,84,20) instead hex code.

Text Font Color

.myTextColor { color: #B05414; }

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

This text font color is #B05414.


Background Color

.myBgColor { background-color: #B05414; }

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

This div background color is #B05414.


Border color

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

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

This div border color is #B05414.


Opacity

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

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

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

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

This text has shadow with #B05414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05414 on black background.


Color preview on white background

This text has color #B05414 on white background.



Black color preview on #B05414 background

This text has black color on #B05414 background.


White color preview on #B05414 background

This text has white color on #B05414 background.