COLOR #B85A1D

HEX: #B85A1D
RGB: (184,90,29)

Color info

#B85A1D contains mainly red color. Web safe color of #B85A1D is #CC6633 (or #C63).

RGB color model

#B85A1D color RGB value is (184,90,29).

  • red value is 184;
  • green value is 90;
  • blue value is 29.
RGB:
(184,90,29)
(72%,35%,11%)

RGB channels and saturation

R 184 of 255 = 72%
G 90 of 255 = 35%
B 29 of 255 = 11%

184
90
29

R + G + B ~ 39%. #B85A1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
184 + 90 + 29 = 303 (100%)
R 184 of 303 ~ 60.73%
G 90 of 303 ~ 29.7%
B 29 of 303 ~ 9.57%

%60.73
%29.7
%9.57

CMYK color model

#B85A1D color CMYK value is (0,51,84,28).

  • cyan value is 0.00%
  • magenta value is 51.09%
  • yellow value is 84.24%
  • key color value is 27.84%
CMYK:
(0,51,84,28)
C0M51Y84K28 
(0%,51%,84%,28%)
(0.00/0.51/0.84/0.28)	

CMYK percentages

%0
%51.09
%84.24
%27.84

Codes

Color #B85A1D in popluar color models

B85A1D
RGB1849029
HSL24°72.77%41.76%
HSB/HSV24°84.24%72.16%
CMYK0.00%51.09%84.24%
27.84%

Color #B85A1D in popluar number systems.

HEXB85A1D
Decimal1849029
Binary10111000101101011101
Octal27013235

Shades and tints

Shades of #B85A1D

#B85A1D
(184,90,29)
#A8521B
(168,82,27)
#984A19
(152,74,25)
#884217
(136,66,23)
#783A15
(120,58,21)
#683213
(104,50,19)
#582A11
(88,42,17)
#48220F
(72,34,15)
#381A0D
(56,26,13)
#28120B
(40,18,11)
#180A09
(24,10,9)
#000000
(0,0,0)

Tints of #B85A1D

#B85A1D
(184,90,29)
#BE6931
(190,105,49)
#C47845
(196,120,69)
#CA8759
(202,135,89)
#D0966D
(208,150,109)
#D6A581
(214,165,129)
#DCB495
(220,180,149)
#E2C3A9
(226,195,169)
#E8D2BD
(232,210,189)
#EEE1D1
(238,225,209)
#F4F0E5
(244,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85A1D color. Also use rgb(184,90,29) instead hex code.

Text Font Color

.myTextColor { color: #B85A1D; }

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

This text font color is #B85A1D.


Background Color

.myBgColor { background-color: #B85A1D; }

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

This div background color is #B85A1D.


Border color

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

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

This div border color is #B85A1D.


Opacity

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

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

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

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

This text has shadow with #B85A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85A1D on black background.


Color preview on white background

This text has color #B85A1D on white background.



Black color preview on #B85A1D background

This text has black color on #B85A1D background.


White color preview on #B85A1D background

This text has white color on #B85A1D background.