COLOR #B85805

HEX: #B85805
RGB: (184,88,5)

Color info

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

RGB color model

#B85805 color RGB value is (184,88,5).

  • red value is 184;
  • green value is 88;
  • blue value is 5.
RGB:
(184,88,5)
(72%,35%,2%)

RGB channels and saturation

R 184 of 255 = 72%
G 88 of 255 = 35%
B 5 of 255 = 2%

184
88
5

R + G + B ~ 36%. #B85805 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
184 + 88 + 5 = 277 (100%)
R 184 of 277 ~ 66.43%
G 88 of 277 ~ 31.77%
B 5 of 277 ~ 1.81%

%66.43
%31.77

CMYK color model

#B85805 color CMYK value is (0,52,97,28).

  • cyan value is 0.00%
  • magenta value is 52.17%
  • yellow value is 97.28%
  • key color value is 27.84%
CMYK:
(0,52,97,28)
C0M52Y97K28 
(0%,52%,97%,28%)
(0.00/0.52/0.97/0.28)	

CMYK percentages

%0
%52.17
%97.28
%27.84

Codes

Color #B85805 in popluar color models

B85805
RGB184885
HSL28°94.71%37.06%
HSB/HSV28°97.28%72.16%
CMYK0.00%52.17%97.28%
27.84%

Color #B85805 in popluar number systems.

HEXB85805
Decimal184885
Binary101110001011000101
Octal2701305

Shades and tints

Shades of #B85805

#B85805
(184,88,5)
#A85005
(168,80,5)
#984805
(152,72,5)
#884005
(136,64,5)
#783805
(120,56,5)
#683005
(104,48,5)
#582805
(88,40,5)
#482005
(72,32,5)
#381805
(56,24,5)
#281005
(40,16,5)
#180805
(24,8,5)
#000000
(0,0,0)

Tints of #B85805

#B85805
(184,88,5)
#BE671B
(190,103,27)
#C47631
(196,118,49)
#CA8547
(202,133,71)
#D0945D
(208,148,93)
#D6A373
(214,163,115)
#DCB289
(220,178,137)
#E2C19F
(226,193,159)
#E8D0B5
(232,208,181)
#EEDFCB
(238,223,203)
#F4EEE1
(244,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85805 color. Also use rgb(184,88,5) instead hex code.

Text Font Color

.myTextColor { color: #B85805; }

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

This text font color is #B85805.


Background Color

.myBgColor { background-color: #B85805; }

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

This div background color is #B85805.


Border color

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

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

This div border color is #B85805.


Opacity

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

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

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

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

This text has shadow with #B85805 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85805 on black background.


Color preview on white background

This text has color #B85805 on white background.



Black color preview on #B85805 background

This text has black color on #B85805 background.


White color preview on #B85805 background

This text has white color on #B85805 background.