COLOR #B06620

HEX: #B06620
RGB: (176,102,32)

Color info

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

RGB color model

#B06620 color RGB value is (176,102,32).

  • red value is 176;
  • green value is 102;
  • blue value is 32.
RGB:
(176,102,32)
(69%,40%,13%)

RGB channels and saturation

R 176 of 255 = 69%
G 102 of 255 = 40%
B 32 of 255 = 13%

176
102
32

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

Portions of RGB colors in percentages

R + G + B =
176 + 102 + 32 = 310 (100%)
R 176 of 310 ~ 56.77%
G 102 of 310 ~ 32.9%
B 32 of 310 ~ 10.32%

%56.77
%32.9
%10.32

CMYK color model

#B06620 color CMYK value is (0,42,82,31).

  • cyan value is 0.00%
  • magenta value is 42.05%
  • yellow value is 81.82%
  • key color value is 30.98%
CMYK:
(0,42,82,31)
C0M42Y82K31 
(0%,42%,82%,31%)
(0.00/0.42/0.82/0.31)	

CMYK percentages

%0
%42.05
%81.82
%30.98

Codes

Color #B06620 in popluar color models

B06620
RGB17610232
HSL29°69.23%40.78%
HSB/HSV29°81.82%69.02%
CMYK0.00%42.05%81.82%
30.98%

Color #B06620 in popluar number systems.

HEXB06620
Decimal17610232
Binary101100001100110100000
Octal26014640

Shades and tints

Shades of #B06620

#B06620
(176,102,32)
#A05D1E
(160,93,30)
#90541C
(144,84,28)
#804B1A
(128,75,26)
#704218
(112,66,24)
#603916
(96,57,22)
#503014
(80,48,20)
#402712
(64,39,18)
#301E10
(48,30,16)
#20150E
(32,21,14)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #B06620

#B06620
(176,102,32)
#B77334
(183,115,52)
#BE8048
(190,128,72)
#C58D5C
(197,141,92)
#CC9A70
(204,154,112)
#D3A784
(211,167,132)
#DAB498
(218,180,152)
#E1C1AC
(225,193,172)
#E8CEC0
(232,206,192)
#EFDBD4
(239,219,212)
#F6E8E8
(246,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06620 color. Also use rgb(176,102,32) instead hex code.

Text Font Color

.myTextColor { color: #B06620; }

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

This text font color is #B06620.


Background Color

.myBgColor { background-color: #B06620; }

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

This div background color is #B06620.


Border color

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

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

This div border color is #B06620.


Opacity

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

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

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

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

This text has shadow with #B06620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06620 on black background.


Color preview on white background

This text has color #B06620 on white background.



Black color preview on #B06620 background

This text has black color on #B06620 background.


White color preview on #B06620 background

This text has white color on #B06620 background.