COLOR #B85214

HEX: #B85214
RGB: (184,82,20)

Color info

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

RGB color model

#B85214 color RGB value is (184,82,20).

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

RGB channels and saturation

R 184 of 255 = 72%
G 82 of 255 = 32%
B 20 of 255 = 8%

184
82
20

R + G + B ~ 37%. #B85214 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
184 + 82 + 20 = 286 (100%)
R 184 of 286 ~ 64.34%
G 82 of 286 ~ 28.67%
B 20 of 286 ~ 6.99%

%64.34
%28.67

CMYK color model

#B85214 color CMYK value is (0,55,89,28).

  • cyan value is 0.00%
  • magenta value is 55.43%
  • yellow value is 89.13%
  • key color value is 27.84%
CMYK:
(0,55,89,28)
C0M55Y89K28 
(0%,55%,89%,28%)
(0.00/0.55/0.89/0.28)	

CMYK percentages

%0
%55.43
%89.13
%27.84

Codes

Color #B85214 in popluar color models

B85214
RGB1848220
HSL23°80.39%40.00%
HSB/HSV23°89.13%72.16%
CMYK0.00%55.43%89.13%
27.84%

Color #B85214 in popluar number systems.

HEXB85214
Decimal1848220
Binary10111000101001010100
Octal27012224

Shades and tints

Shades of #B85214

#B85214
(184,82,20)
#A84B13
(168,75,19)
#984412
(152,68,18)
#883D11
(136,61,17)
#783610
(120,54,16)
#682F0F
(104,47,15)
#58280E
(88,40,14)
#48210D
(72,33,13)
#381A0C
(56,26,12)
#28130B
(40,19,11)
#180C0A
(24,12,10)
#000000
(0,0,0)

Tints of #B85214

#B85214
(184,82,20)
#BE6129
(190,97,41)
#C4703E
(196,112,62)
#CA7F53
(202,127,83)
#D08E68
(208,142,104)
#D69D7D
(214,157,125)
#DCAC92
(220,172,146)
#E2BBA7
(226,187,167)
#E8CABC
(232,202,188)
#EED9D1
(238,217,209)
#F4E8E6
(244,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B85214; }

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

This text font color is #B85214.


Background Color

.myBgColor { background-color: #B85214; }

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

This div background color is #B85214.


Border color

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

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

This div border color is #B85214.


Opacity

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

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

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

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

This text has shadow with #B85214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85214 on black background.


Color preview on white background

This text has color #B85214 on white background.



Black color preview on #B85214 background

This text has black color on #B85214 background.


White color preview on #B85214 background

This text has white color on #B85214 background.