COLOR #B95000

HEX: #B95000
RGB: (185,80,0)

Color info

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

RGB color model

#B95000 color RGB value is (185,80,0).

  • red value is 185;
  • green value is 80;
  • blue value is 0.
RGB:
(185,80,0)
(73%,31%,0%)

RGB channels and saturation

R 185 of 255 = 73%
G 80 of 255 = 31%
B 0 of 255 = 0%

185
80
0

R + G + B ~ 35%. #B95000 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
185 + 80 + 0 = 265 (100%)
R 185 of 265 ~ 69.81%
G 80 of 265 ~ 30.19%
B 0 of 265 ~ 0%

%69.81
%30.19

CMYK color model

#B95000 color CMYK value is (0,57,100,27).

  • cyan value is 0.00%
  • magenta value is 56.76%
  • yellow value is 100.00%
  • key color value is 27.45%
CMYK:
(0,57,100,27)
C0M57Y100K27 
(0%,57%,100%,27%)
(0.00/0.57/1.00/0.27)	

CMYK percentages

%0
%56.76
%100
%27.45

Codes

Color #B95000 in popluar color models

B95000
RGB185800
HSL26°100.00%36.27%
HSB/HSV26°100.00%72.55%
CMYK0.00%56.76%100.00%
27.45%

Color #B95000 in popluar number systems.

HEXB95000
Decimal185800
Binary1011100110100000
Octal2711200

Shades and tints

Shades of #B95000

#B95000
(185,80,0)
#A94900
(169,73,0)
#994200
(153,66,0)
#893B00
(137,59,0)
#793400
(121,52,0)
#692D00
(105,45,0)
#592600
(89,38,0)
#491F00
(73,31,0)
#391800
(57,24,0)
#291100
(41,17,0)
#190A00
(25,10,0)
#000000
(0,0,0)

Tints of #B95000

#B95000
(185,80,0)
#BF5F17
(191,95,23)
#C56E2E
(197,110,46)
#CB7D45
(203,125,69)
#D18C5C
(209,140,92)
#D79B73
(215,155,115)
#DDAA8A
(221,170,138)
#E3B9A1
(227,185,161)
#E9C8B8
(233,200,184)
#EFD7CF
(239,215,207)
#F5E6E6
(245,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B95000 color. Also use rgb(185,80,0) instead hex code.

Text Font Color

.myTextColor { color: #B95000; }

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

This text font color is #B95000.


Background Color

.myBgColor { background-color: #B95000; }

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

This div background color is #B95000.


Border color

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

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

This div border color is #B95000.


Opacity

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

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

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

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

This text has shadow with #B95000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B95000 on black background.


Color preview on white background

This text has color #B95000 on white background.



Black color preview on #B95000 background

This text has black color on #B95000 background.


White color preview on #B95000 background

This text has white color on #B95000 background.