COLOR #B9472D

HEX: #B9472D
RGB: (185,71,45)

Color info

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

RGB color model

#B9472D color RGB value is (185,71,45).

  • red value is 185;
  • green value is 71;
  • blue value is 45.
RGB:
(185,71,45)
(73%,28%,18%)

RGB channels and saturation

R 185 of 255 = 73%
G 71 of 255 = 28%
B 45 of 255 = 18%

185
71
45

R + G + B ~ 40%. #B9472D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 71 + 45 = 301 (100%)
R 185 of 301 ~ 61.46%
G 71 of 301 ~ 23.59%
B 45 of 301 ~ 14.95%

%61.46
%23.59
%14.95

CMYK color model

#B9472D color CMYK value is (0,62,76,27).

  • cyan value is 0.00%
  • magenta value is 61.62%
  • yellow value is 75.68%
  • key color value is 27.45%
CMYK:
(0,62,76,27)
C0M62Y76K27 
(0%,62%,76%,27%)
(0.00/0.62/0.76/0.27)	

CMYK percentages

%0
%61.62
%75.68
%27.45

Codes

Color #B9472D in popluar color models

B9472D
RGB1857145
HSL11°60.87%45.10%
HSB/HSV11°75.68%72.55%
CMYK0.00%61.62%75.68%
27.45%

Color #B9472D in popluar number systems.

HEXB9472D
Decimal1857145
Binary101110011000111101101
Octal27110755

Shades and tints

Shades of #B9472D

#B9472D
(185,71,45)
#A94129
(169,65,41)
#993B25
(153,59,37)
#893521
(137,53,33)
#792F1D
(121,47,29)
#692919
(105,41,25)
#592315
(89,35,21)
#491D11
(73,29,17)
#39170D
(57,23,13)
#291109
(41,17,9)
#190B05
(25,11,5)
#000000
(0,0,0)

Tints of #B9472D

#B9472D
(185,71,45)
#BF5740
(191,87,64)
#C56753
(197,103,83)
#CB7766
(203,119,102)
#D18779
(209,135,121)
#D7978C
(215,151,140)
#DDA79F
(221,167,159)
#E3B7B2
(227,183,178)
#E9C7C5
(233,199,197)
#EFD7D8
(239,215,216)
#F5E7EB
(245,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9472D; }

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

This text font color is #B9472D.


Background Color

.myBgColor { background-color: #B9472D; }

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

This div background color is #B9472D.


Border color

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

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

This div border color is #B9472D.


Opacity

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

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

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

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

This text has shadow with #B9472D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9472D on black background.


Color preview on white background

This text has color #B9472D on white background.



Black color preview on #B9472D background

This text has black color on #B9472D background.


White color preview on #B9472D background

This text has white color on #B9472D background.