COLOR #B94304

HEX: #B94304
RGB: (185,67,4)

Color info

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

RGB color model

#B94304 color RGB value is (185,67,4).

  • red value is 185;
  • green value is 67;
  • blue value is 4.
RGB:
(185,67,4)
(73%,26%,2%)

RGB channels and saturation

R 185 of 255 = 73%
G 67 of 255 = 26%
B 4 of 255 = 2%

185
67
4

R + G + B ~ 34%. #B94304 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
185 + 67 + 4 = 256 (100%)
R 185 of 256 ~ 72.27%
G 67 of 256 ~ 26.17%
B 4 of 256 ~ 1.56%

%72.27
%26.17

CMYK color model

#B94304 color CMYK value is (0,64,98,27).

  • cyan value is 0.00%
  • magenta value is 63.78%
  • yellow value is 97.84%
  • key color value is 27.45%
CMYK:
(0,64,98,27)
C0M64Y98K27 
(0%,64%,98%,27%)
(0.00/0.64/0.98/0.27)	

CMYK percentages

%0
%63.78
%97.84
%27.45

Codes

Color #B94304 in popluar color models

B94304
RGB185674
HSL21°95.77%37.06%
HSB/HSV21°97.84%72.55%
CMYK0.00%63.78%97.84%
27.45%

Color #B94304 in popluar number systems.

HEXB94304
Decimal185674
Binary101110011000011100
Octal2711034

Shades and tints

Shades of #B94304

#B94304
(185,67,4)
#A93D04
(169,61,4)
#993704
(153,55,4)
#893104
(137,49,4)
#792B04
(121,43,4)
#692504
(105,37,4)
#591F04
(89,31,4)
#491904
(73,25,4)
#391304
(57,19,4)
#290D04
(41,13,4)
#190704
(25,7,4)
#000000
(0,0,0)

Tints of #B94304

#B94304
(185,67,4)
#BF541A
(191,84,26)
#C56530
(197,101,48)
#CB7646
(203,118,70)
#D1875C
(209,135,92)
#D79872
(215,152,114)
#DDA988
(221,169,136)
#E3BA9E
(227,186,158)
#E9CBB4
(233,203,180)
#EFDCCA
(239,220,202)
#F5EDE0
(245,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B94304 color. Also use rgb(185,67,4) instead hex code.

Text Font Color

.myTextColor { color: #B94304; }

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

This text font color is #B94304.


Background Color

.myBgColor { background-color: #B94304; }

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

This div background color is #B94304.


Border color

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

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

This div border color is #B94304.


Opacity

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

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

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

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

This text has shadow with #B94304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B94304 on black background.


Color preview on white background

This text has color #B94304 on white background.



Black color preview on #B94304 background

This text has black color on #B94304 background.


White color preview on #B94304 background

This text has white color on #B94304 background.