COLOR #B07026

HEX: #B07026
RGB: (176,112,38)

Color info

#B07026 contains mainly red color. Web safe color of #B07026 is #996633 (or #963).

RGB color model

#B07026 color RGB value is (176,112,38).

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

RGB channels and saturation

R 176 of 255 = 69%
G 112 of 255 = 44%
B 38 of 255 = 15%

176
112
38

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

Portions of RGB colors in percentages

R + G + B =
176 + 112 + 38 = 326 (100%)
R 176 of 326 ~ 53.99%
G 112 of 326 ~ 34.36%
B 38 of 326 ~ 11.66%

%53.99
%34.36
%11.66

CMYK color model

#B07026 color CMYK value is (0,36,78,31).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 78.41%
  • key color value is 30.98%
CMYK:
(0,36,78,31)
C0M36Y78K31 
(0%,36%,78%,31%)
(0.00/0.36/0.78/0.31)	

CMYK percentages

%0
%36.36
%78.41
%30.98

Codes

Color #B07026 in popluar color models

B07026
RGB17611238
HSL32°64.49%41.96%
HSB/HSV32°78.41%69.02%
CMYK0.00%36.36%78.41%
30.98%

Color #B07026 in popluar number systems.

HEXB07026
Decimal17611238
Binary101100001110000100110
Octal26016046

Shades and tints

Shades of #B07026

#B07026
(176,112,38)
#A06623
(160,102,35)
#905C20
(144,92,32)
#80521D
(128,82,29)
#70481A
(112,72,26)
#603E17
(96,62,23)
#503414
(80,52,20)
#402A11
(64,42,17)
#30200E
(48,32,14)
#20160B
(32,22,11)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #B07026

#B07026
(176,112,38)
#B77D39
(183,125,57)
#BE8A4C
(190,138,76)
#C5975F
(197,151,95)
#CCA472
(204,164,114)
#D3B185
(211,177,133)
#DABE98
(218,190,152)
#E1CBAB
(225,203,171)
#E8D8BE
(232,216,190)
#EFE5D1
(239,229,209)
#F6F2E4
(246,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07026; }

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

This text font color is #B07026.


Background Color

.myBgColor { background-color: #B07026; }

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

This div background color is #B07026.


Border color

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

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

This div border color is #B07026.


Opacity

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

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

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

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

This text has shadow with #B07026 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07026 on black background.


Color preview on white background

This text has color #B07026 on white background.



Black color preview on #B07026 background

This text has black color on #B07026 background.


White color preview on #B07026 background

This text has white color on #B07026 background.