COLOR #B94C15

HEX: #B94C15
RGB: (185,76,21)

Color info

#B94C15 contains mainly red color. Web safe color of #B94C15 is #CC3300 (or #C30).

RGB color model

#B94C15 color RGB value is (185,76,21).

  • red value is 185;
  • green value is 76;
  • blue value is 21.
RGB:
(185,76,21)
(73%,30%,8%)

RGB channels and saturation

R 185 of 255 = 73%
G 76 of 255 = 30%
B 21 of 255 = 8%

185
76
21

R + G + B ~ 37%. #B94C15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
185 + 76 + 21 = 282 (100%)
R 185 of 282 ~ 65.6%
G 76 of 282 ~ 26.95%
B 21 of 282 ~ 7.45%

%65.6
%26.95

CMYK color model

#B94C15 color CMYK value is (0,59,89,27).

  • cyan value is 0.00%
  • magenta value is 58.92%
  • yellow value is 88.65%
  • key color value is 27.45%
CMYK:
(0,59,89,27)
C0M59Y89K27 
(0%,59%,89%,27%)
(0.00/0.59/0.89/0.27)	

CMYK percentages

%0
%58.92
%88.65
%27.45

Codes

Color #B94C15 in popluar color models

B94C15
RGB1857621
HSL20°79.61%40.39%
HSB/HSV20°88.65%72.55%
CMYK0.00%58.92%88.65%
27.45%

Color #B94C15 in popluar number systems.

HEXB94C15
Decimal1857621
Binary10111001100110010101
Octal27111425

Shades and tints

Shades of #B94C15

#B94C15
(185,76,21)
#A94614
(169,70,20)
#994013
(153,64,19)
#893A12
(137,58,18)
#793411
(121,52,17)
#692E10
(105,46,16)
#59280F
(89,40,15)
#49220E
(73,34,14)
#391C0D
(57,28,13)
#29160C
(41,22,12)
#19100B
(25,16,11)
#000000
(0,0,0)

Tints of #B94C15

#B94C15
(185,76,21)
#BF5C2A
(191,92,42)
#C56C3F
(197,108,63)
#CB7C54
(203,124,84)
#D18C69
(209,140,105)
#D79C7E
(215,156,126)
#DDAC93
(221,172,147)
#E3BCA8
(227,188,168)
#E9CCBD
(233,204,189)
#EFDCD2
(239,220,210)
#F5ECE7
(245,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B94C15 color. Also use rgb(185,76,21) instead hex code.

Text Font Color

.myTextColor { color: #B94C15; }

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

This text font color is #B94C15.


Background Color

.myBgColor { background-color: #B94C15; }

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

This div background color is #B94C15.


Border color

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

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

This div border color is #B94C15.


Opacity

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

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

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

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

This text has shadow with #B94C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B94C15 on black background.


Color preview on white background

This text has color #B94C15 on white background.



Black color preview on #B94C15 background

This text has black color on #B94C15 background.


White color preview on #B94C15 background

This text has white color on #B94C15 background.