COLOR #B06521

HEX: #B06521
RGB: (176,101,33)

Color info

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

RGB color model

#B06521 color RGB value is (176,101,33).

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

RGB channels and saturation

R 176 of 255 = 69%
G 101 of 255 = 40%
B 33 of 255 = 13%

176
101
33

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

Portions of RGB colors in percentages

R + G + B =
176 + 101 + 33 = 310 (100%)
R 176 of 310 ~ 56.77%
G 101 of 310 ~ 32.58%
B 33 of 310 ~ 10.65%

%56.77
%32.58
%10.65

CMYK color model

#B06521 color CMYK value is (0,43,81,31).

  • cyan value is 0.00%
  • magenta value is 42.61%
  • yellow value is 81.25%
  • key color value is 30.98%
CMYK:
(0,43,81,31)
C0M43Y81K31 
(0%,43%,81%,31%)
(0.00/0.43/0.81/0.31)	

CMYK percentages

%0
%42.61
%81.25
%30.98

Codes

Color #B06521 in popluar color models

B06521
RGB17610133
HSL29°68.42%40.98%
HSB/HSV29°81.25%69.02%
CMYK0.00%42.61%81.25%
30.98%

Color #B06521 in popluar number systems.

HEXB06521
Decimal17610133
Binary101100001100101100001
Octal26014541

Shades and tints

Shades of #B06521

#B06521
(176,101,33)
#A05C1E
(160,92,30)
#90531B
(144,83,27)
#804A18
(128,74,24)
#704115
(112,65,21)
#603812
(96,56,18)
#502F0F
(80,47,15)
#40260C
(64,38,12)
#301D09
(48,29,9)
#201406
(32,20,6)
#100B03
(16,11,3)
#000000
(0,0,0)

Tints of #B06521

#B06521
(176,101,33)
#B77335
(183,115,53)
#BE8149
(190,129,73)
#C58F5D
(197,143,93)
#CC9D71
(204,157,113)
#D3AB85
(211,171,133)
#DAB999
(218,185,153)
#E1C7AD
(225,199,173)
#E8D5C1
(232,213,193)
#EFE3D5
(239,227,213)
#F6F1E9
(246,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06521 color. Also use rgb(176,101,33) instead hex code.

Text Font Color

.myTextColor { color: #B06521; }

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

This text font color is #B06521.


Background Color

.myBgColor { background-color: #B06521; }

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

This div background color is #B06521.


Border color

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

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

This div border color is #B06521.


Opacity

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

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

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

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

This text has shadow with #B06521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06521 on black background.


Color preview on white background

This text has color #B06521 on white background.



Black color preview on #B06521 background

This text has black color on #B06521 background.


White color preview on #B06521 background

This text has white color on #B06521 background.