COLOR #B95919

HEX: #B95919
RGB: (185,89,25)

Color info

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

RGB color model

#B95919 color RGB value is (185,89,25).

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

RGB channels and saturation

R 185 of 255 = 73%
G 89 of 255 = 35%
B 25 of 255 = 10%

185
89
25

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

Portions of RGB colors in percentages

R + G + B =
185 + 89 + 25 = 299 (100%)
R 185 of 299 ~ 61.87%
G 89 of 299 ~ 29.77%
B 25 of 299 ~ 8.36%

%61.87
%29.77

CMYK color model

#B95919 color CMYK value is (0,52,86,27).

  • cyan value is 0.00%
  • magenta value is 51.89%
  • yellow value is 86.49%
  • key color value is 27.45%
CMYK:
(0,52,86,27)
C0M52Y86K27 
(0%,52%,86%,27%)
(0.00/0.52/0.86/0.27)	

CMYK percentages

%0
%51.89
%86.49
%27.45

Codes

Color #B95919 in popluar color models

B95919
RGB1858925
HSL24°76.19%41.18%
HSB/HSV24°86.49%72.55%
CMYK0.00%51.89%86.49%
27.45%

Color #B95919 in popluar number systems.

HEXB95919
Decimal1858925
Binary10111001101100111001
Octal27113131

Shades and tints

Shades of #B95919

#B95919
(185,89,25)
#A95117
(169,81,23)
#994915
(153,73,21)
#894113
(137,65,19)
#793911
(121,57,17)
#69310F
(105,49,15)
#59290D
(89,41,13)
#49210B
(73,33,11)
#391909
(57,25,9)
#291107
(41,17,7)
#190905
(25,9,5)
#000000
(0,0,0)

Tints of #B95919

#B95919
(185,89,25)
#BF682D
(191,104,45)
#C57741
(197,119,65)
#CB8655
(203,134,85)
#D19569
(209,149,105)
#D7A47D
(215,164,125)
#DDB391
(221,179,145)
#E3C2A5
(227,194,165)
#E9D1B9
(233,209,185)
#EFE0CD
(239,224,205)
#F5EFE1
(245,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B95919; }

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

This text font color is #B95919.


Background Color

.myBgColor { background-color: #B95919; }

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

This div background color is #B95919.


Border color

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

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

This div border color is #B95919.


Opacity

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

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

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

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

This text has shadow with #B95919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B95919 on black background.


Color preview on white background

This text has color #B95919 on white background.



Black color preview on #B95919 background

This text has black color on #B95919 background.


White color preview on #B95919 background

This text has white color on #B95919 background.