COLOR #B85206

HEX: #B85206
RGB: (184,82,6)

Color info

#B85206 contains mainly red color. Web safe color of #B85206 is #CC6600 (or #C60).

RGB color model

#B85206 color RGB value is (184,82,6).

  • red value is 184;
  • green value is 82;
  • blue value is 6.
RGB:
(184,82,6)
(72%,32%,2%)

RGB channels and saturation

R 184 of 255 = 72%
G 82 of 255 = 32%
B 6 of 255 = 2%

184
82
6

R + G + B ~ 35%. #B85206 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
184 + 82 + 6 = 272 (100%)
R 184 of 272 ~ 67.65%
G 82 of 272 ~ 30.15%
B 6 of 272 ~ 2.21%

%67.65
%30.15

CMYK color model

#B85206 color CMYK value is (0,55,97,28).

  • cyan value is 0.00%
  • magenta value is 55.43%
  • yellow value is 96.74%
  • key color value is 27.84%
CMYK:
(0,55,97,28)
C0M55Y97K28 
(0%,55%,97%,28%)
(0.00/0.55/0.97/0.28)	

CMYK percentages

%0
%55.43
%96.74
%27.84

Codes

Color #B85206 in popluar color models

B85206
RGB184826
HSL26°93.68%37.25%
HSB/HSV26°96.74%72.16%
CMYK0.00%55.43%96.74%
27.84%

Color #B85206 in popluar number systems.

HEXB85206
Decimal184826
Binary101110001010010110
Octal2701226

Shades and tints

Shades of #B85206

#B85206
(184,82,6)
#A84B06
(168,75,6)
#984406
(152,68,6)
#883D06
(136,61,6)
#783606
(120,54,6)
#682F06
(104,47,6)
#582806
(88,40,6)
#482106
(72,33,6)
#381A06
(56,26,6)
#281306
(40,19,6)
#180C06
(24,12,6)
#000000
(0,0,0)

Tints of #B85206

#B85206
(184,82,6)
#BE611C
(190,97,28)
#C47032
(196,112,50)
#CA7F48
(202,127,72)
#D08E5E
(208,142,94)
#D69D74
(214,157,116)
#DCAC8A
(220,172,138)
#E2BBA0
(226,187,160)
#E8CAB6
(232,202,182)
#EED9CC
(238,217,204)
#F4E8E2
(244,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85206 color. Also use rgb(184,82,6) instead hex code.

Text Font Color

.myTextColor { color: #B85206; }

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

This text font color is #B85206.


Background Color

.myBgColor { background-color: #B85206; }

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

This div background color is #B85206.


Border color

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

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

This div border color is #B85206.


Opacity

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

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

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

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

This text has shadow with #B85206 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85206 on black background.


Color preview on white background

This text has color #B85206 on white background.



Black color preview on #B85206 background

This text has black color on #B85206 background.


White color preview on #B85206 background

This text has white color on #B85206 background.