COLOR #B9471F

HEX: #B9471F RGB: (185,71,31)

Color info

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

RGB color model

#B9471F color RGB value is (185,71,31).

RGB: (185,71,31) (73%, 28%, 12%)

RGB channels and saturation

R 185 of 255 = 73%
G 71 of 255 = 28%
B 31 of 255 = 12%

185
71
31

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

Portions of RGB colors in percentages

R + G + B = 185 + 71 + 31 = 287 (100%)
R 185 of 287 ~ 64.46%
G 71 of 287 ~ 24.74%
B 31 of 287 ~ 10.8'%

%64.46
%24.74
%10.8

CMYK color model

#B9471F color CMYK value is (0,62,83,27).

  • cyan value is 0.00%
  • magenta value is 61.62%
  • yellow value is 83.24%
  • key color value is 27.45%

CMYK: (0,62,83,27)
C0M62Y83K27 (0%, 62%, 83%, 27%)
(0.00 / 0.62 / 0.83 / 0.27)

CMYK percentages

%0
%61.62
%83.24
%27.45

Codes

Color #B9471F in popluar color models

B9 47 1F
RGB 185 71 31
HSL 16° 71.30% 42.35%
HSB/HSV 16° 83.24% 72.55%
CMYK 0.00% 61.62% 83.24%
27.45%

Color #B9471F in popluar number systems.

HEX B9 47 1F
Decimal 185 71 31
Binary 10111001 1000111 11111
Octal 271 107 37

Shades and tints

Shades of #B9471F

#B9471F
(185,71,31)
#A9411D
(169,65,29)
#993B1B
(153,59,27)
#893519
(137,53,25)
#792F17
(121,47,23)
#692915
(105,41,21)
#592313
(89,35,19)
#491D11
(73,29,17)
#39170F
(57,23,15)
#29110D
(41,17,13)
#190B0B
(25,11,11)
#000000
(0,0,0)

Tints of #B9471F

#B9471F
(185,71,31)
#BF5733
(191,87,51)
#C56747
(197,103,71)
#CB775B
(203,119,91)
#D1876F
(209,135,111)
#D79783
(215,151,131)
#DDA797
(221,167,151)
#E3B7AB
(227,183,171)
#E9C7BF
(233,199,191)
#EFD7D3
(239,215,211)
#F5E7E7
(245,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9471F color. Also use rgb(185,71,31) instead hex code.

Text Font Color

.myTextColor { color: #B9471F; }

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

This text font color is #B9471F.

Background Color

.myBgColor { background-color: #B9471F; }

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

This div background color is #B9471F.

Border color

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

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

This div border color is #B9471F.

Opacity

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

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

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

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

This text has shadow with #B9471F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9471F.

Preview

Color preview on black background

This text has color #B9471F on black background.


Color preview on white background

This text has color #B9471F on white background.


Black color preview on #B9471F background

This text has black color on #B9471F background.


White color preview on #B9471F background

This text has white color on #B9471F background.


Related colors

Complementary color

Complementary color for #hex is #46B8E0.


I love getcolorcode.com

Triadic colors

1 #1FB947 and #471FB9 with #B9471F are triadic colors.

2 #1F47B9 and #47B91F with #B9471F are triadic colors.