COLOR #B07011

HEX: #B07011
RGB: (176,112,17)

Color info

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

RGB color model

#B07011 color RGB value is (176,112,17).

  • red value is 176;
  • green value is 112;
  • blue value is 17.
RGB:
(176,112,17)
(69%,44%,7%)

RGB channels and saturation

R 176 of 255 = 69%
G 112 of 255 = 44%
B 17 of 255 = 7%

176
112
17

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

Portions of RGB colors in percentages

R + G + B =
176 + 112 + 17 = 305 (100%)
R 176 of 305 ~ 57.7%
G 112 of 305 ~ 36.72%
B 17 of 305 ~ 5.57%

%57.7
%36.72

CMYK color model

#B07011 color CMYK value is (0,36,90,31).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 90.34%
  • key color value is 30.98%
CMYK:
(0,36,90,31)
C0M36Y90K31 
(0%,36%,90%,31%)
(0.00/0.36/0.90/0.31)	

CMYK percentages

%0
%36.36
%90.34
%30.98

Codes

Color #B07011 in popluar color models

B07011
RGB17611217
HSL36°82.38%37.84%
HSB/HSV36°90.34%69.02%
CMYK0.00%36.36%90.34%
30.98%

Color #B07011 in popluar number systems.

HEXB07011
Decimal17611217
Binary10110000111000010001
Octal26016021

Shades and tints

Shades of #B07011

#B07011
(176,112,17)
#A06610
(160,102,16)
#905C0F
(144,92,15)
#80520E
(128,82,14)
#70480D
(112,72,13)
#603E0C
(96,62,12)
#50340B
(80,52,11)
#402A0A
(64,42,10)
#302009
(48,32,9)
#201608
(32,22,8)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #B07011

#B07011
(176,112,17)
#B77D26
(183,125,38)
#BE8A3B
(190,138,59)
#C59750
(197,151,80)
#CCA465
(204,164,101)
#D3B17A
(211,177,122)
#DABE8F
(218,190,143)
#E1CBA4
(225,203,164)
#E8D8B9
(232,216,185)
#EFE5CE
(239,229,206)
#F6F2E3
(246,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07011 color. Also use rgb(176,112,17) instead hex code.

Text Font Color

.myTextColor { color: #B07011; }

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

This text font color is #B07011.


Background Color

.myBgColor { background-color: #B07011; }

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

This div background color is #B07011.


Border color

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

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

This div border color is #B07011.


Opacity

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

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

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

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

This text has shadow with #B07011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07011 on black background.


Color preview on white background

This text has color #B07011 on white background.



Black color preview on #B07011 background

This text has black color on #B07011 background.


White color preview on #B07011 background

This text has white color on #B07011 background.