COLOR #B94321

HEX: #B94321
RGB: (185,67,33)

Color info

#B94321 contains mainly red color. Web safe color of #B94321 is #CC3333 (or #C33).

RGB color model

#B94321 color RGB value is (185,67,33).

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

RGB channels and saturation

R 185 of 255 = 73%
G 67 of 255 = 26%
B 33 of 255 = 13%

185
67
33

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

Portions of RGB colors in percentages

R + G + B =
185 + 67 + 33 = 285 (100%)
R 185 of 285 ~ 64.91%
G 67 of 285 ~ 23.51%
B 33 of 285 ~ 11.58%

%64.91
%23.51
%11.58

CMYK color model

#B94321 color CMYK value is (0,64,82,27).

  • cyan value is 0.00%
  • magenta value is 63.78%
  • yellow value is 82.16%
  • key color value is 27.45%
CMYK:
(0,64,82,27)
C0M64Y82K27 
(0%,64%,82%,27%)
(0.00/0.64/0.82/0.27)	

CMYK percentages

%0
%63.78
%82.16
%27.45

Codes

Color #B94321 in popluar color models

B94321
RGB1856733
HSL13°69.72%42.75%
HSB/HSV13°82.16%72.55%
CMYK0.00%63.78%82.16%
27.45%

Color #B94321 in popluar number systems.

HEXB94321
Decimal1856733
Binary101110011000011100001
Octal27110341

Shades and tints

Shades of #B94321

#B94321
(185,67,33)
#A93D1E
(169,61,30)
#99371B
(153,55,27)
#893118
(137,49,24)
#792B15
(121,43,21)
#692512
(105,37,18)
#591F0F
(89,31,15)
#49190C
(73,25,12)
#391309
(57,19,9)
#290D06
(41,13,6)
#190703
(25,7,3)
#000000
(0,0,0)

Tints of #B94321

#B94321
(185,67,33)
#BF5435
(191,84,53)
#C56549
(197,101,73)
#CB765D
(203,118,93)
#D18771
(209,135,113)
#D79885
(215,152,133)
#DDA999
(221,169,153)
#E3BAAD
(227,186,173)
#E9CBC1
(233,203,193)
#EFDCD5
(239,220,213)
#F5EDE9
(245,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B94321; }

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

This text font color is #B94321.


Background Color

.myBgColor { background-color: #B94321; }

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

This div background color is #B94321.


Border color

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

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

This div border color is #B94321.


Opacity

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

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

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

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

This text has shadow with #B94321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B94321 on black background.


Color preview on white background

This text has color #B94321 on white background.



Black color preview on #B94321 background

This text has black color on #B94321 background.


White color preview on #B94321 background

This text has white color on #B94321 background.