COLOR #B95D0D

HEX: #B95D0D
RGB: (185,93,13)

Color info

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

RGB color model

#B95D0D color RGB value is (185,93,13).

  • red value is 185;
  • green value is 93;
  • blue value is 13.
RGB:
(185,93,13)
(73%,36%,5%)

RGB channels and saturation

R 185 of 255 = 73%
G 93 of 255 = 36%
B 13 of 255 = 5%

185
93
13

R + G + B ~ 38%. #B95D0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
185 + 93 + 13 = 291 (100%)
R 185 of 291 ~ 63.57%
G 93 of 291 ~ 31.96%
B 13 of 291 ~ 4.47%

%63.57
%31.96

CMYK color model

#B95D0D color CMYK value is (0,50,93,27).

  • cyan value is 0.00%
  • magenta value is 49.73%
  • yellow value is 92.97%
  • key color value is 27.45%
CMYK:
(0,50,93,27)
C0M50Y93K27 
(0%,50%,93%,27%)
(0.00/0.50/0.93/0.27)	

CMYK percentages

%0
%49.73
%92.97
%27.45

Codes

Color #B95D0D in popluar color models

B95D0D
RGB1859313
HSL28°86.87%38.82%
HSB/HSV28°92.97%72.55%
CMYK0.00%49.73%92.97%
27.45%

Color #B95D0D in popluar number systems.

HEXB95D0D
Decimal1859313
Binary1011100110111011101
Octal27113515

Shades and tints

Shades of #B95D0D

#B95D0D
(185,93,13)
#A9550C
(169,85,12)
#994D0B
(153,77,11)
#89450A
(137,69,10)
#793D09
(121,61,9)
#693508
(105,53,8)
#592D07
(89,45,7)
#492506
(73,37,6)
#391D05
(57,29,5)
#291504
(41,21,4)
#190D03
(25,13,3)
#000000
(0,0,0)

Tints of #B95D0D

#B95D0D
(185,93,13)
#BF6B23
(191,107,35)
#C57939
(197,121,57)
#CB874F
(203,135,79)
#D19565
(209,149,101)
#D7A37B
(215,163,123)
#DDB191
(221,177,145)
#E3BFA7
(227,191,167)
#E9CDBD
(233,205,189)
#EFDBD3
(239,219,211)
#F5E9E9
(245,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B95D0D color. Also use rgb(185,93,13) instead hex code.

Text Font Color

.myTextColor { color: #B95D0D; }

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

This text font color is #B95D0D.


Background Color

.myBgColor { background-color: #B95D0D; }

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

This div background color is #B95D0D.


Border color

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

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

This div border color is #B95D0D.


Opacity

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

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

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

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

This text has shadow with #B95D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B95D0D on black background.


Color preview on white background

This text has color #B95D0D on white background.



Black color preview on #B95D0D background

This text has black color on #B95D0D background.


White color preview on #B95D0D background

This text has white color on #B95D0D background.