COLOR #B85919

HEX: #B85919
RGB: (184,89,25)

Color info

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

RGB color model

#B85919 color RGB value is (184,89,25).

  • red value is 184;
  • green value is 89;
  • blue value is 25.
RGB:
(184,89,25)
(72%,35%,10%)

RGB channels and saturation

R 184 of 255 = 72%
G 89 of 255 = 35%
B 25 of 255 = 10%

184
89
25

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

Portions of RGB colors in percentages

R + G + B =
184 + 89 + 25 = 298 (100%)
R 184 of 298 ~ 61.74%
G 89 of 298 ~ 29.87%
B 25 of 298 ~ 8.39%

%61.74
%29.87

CMYK color model

#B85919 color CMYK value is (0,52,86,28).

  • cyan value is 0.00%
  • magenta value is 51.63%
  • yellow value is 86.41%
  • key color value is 27.84%
CMYK:
(0,52,86,28)
C0M52Y86K28 
(0%,52%,86%,28%)
(0.00/0.52/0.86/0.28)	

CMYK percentages

%0
%51.63
%86.41
%27.84

Codes

Color #B85919 in popluar color models

B85919
RGB1848925
HSL24°76.08%40.98%
HSB/HSV24°86.41%72.16%
CMYK0.00%51.63%86.41%
27.84%

Color #B85919 in popluar number systems.

HEXB85919
Decimal1848925
Binary10111000101100111001
Octal27013131

Shades and tints

Shades of #B85919

#B85919
(184,89,25)
#A85117
(168,81,23)
#984915
(152,73,21)
#884113
(136,65,19)
#783911
(120,57,17)
#68310F
(104,49,15)
#58290D
(88,41,13)
#48210B
(72,33,11)
#381909
(56,25,9)
#281107
(40,17,7)
#180905
(24,9,5)
#000000
(0,0,0)

Tints of #B85919

#B85919
(184,89,25)
#BE682D
(190,104,45)
#C47741
(196,119,65)
#CA8655
(202,134,85)
#D09569
(208,149,105)
#D6A47D
(214,164,125)
#DCB391
(220,179,145)
#E2C2A5
(226,194,165)
#E8D1B9
(232,209,185)
#EEE0CD
(238,224,205)
#F4EFE1
(244,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85919 color. Also use rgb(184,89,25) instead hex code.

Text Font Color

.myTextColor { color: #B85919; }

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

This text font color is #B85919.


Background Color

.myBgColor { background-color: #B85919; }

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

This div background color is #B85919.


Border color

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

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

This div border color is #B85919.


Opacity

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

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

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

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

This text has shadow with #B85919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85919 on black background.


Color preview on white background

This text has color #B85919 on white background.



Black color preview on #B85919 background

This text has black color on #B85919 background.


White color preview on #B85919 background

This text has white color on #B85919 background.