COLOR #B2472F

HEX: #B2472F
RGB: (178,71,47)

Color info

#B2472F contains mainly red color. Web safe color of #B2472F is #993333 (or #933).

RGB color model

#B2472F color RGB value is (178,71,47).

  • red value is 178;
  • green value is 71;
  • blue value is 47.
RGB:
(178,71,47)
(70%,28%,18%)

RGB channels and saturation

R 178 of 255 = 70%
G 71 of 255 = 28%
B 47 of 255 = 18%

178
71
47

R + G + B ~ 39%. #B2472F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
178 + 71 + 47 = 296 (100%)
R 178 of 296 ~ 60.14%
G 71 of 296 ~ 23.99%
B 47 of 296 ~ 15.88%

%60.14
%23.99
%15.88

CMYK color model

#B2472F color CMYK value is (0,60,74,30).

  • cyan value is 0.00%
  • magenta value is 60.11%
  • yellow value is 73.60%
  • key color value is 30.20%
CMYK:
(0,60,74,30)
C0M60Y74K30 
(0%,60%,74%,30%)
(0.00/0.60/0.74/0.30)	

CMYK percentages

%0
%60.11
%73.6
%30.2

Codes

Color #B2472F in popluar color models

B2472F
RGB1787147
HSL11°58.22%44.12%
HSB/HSV11°73.60%69.80%
CMYK0.00%60.11%73.60%
30.20%

Color #B2472F in popluar number systems.

HEXB2472F
Decimal1787147
Binary101100101000111101111
Octal26210757

Shades and tints

Shades of #B2472F

#B2472F
(178,71,47)
#A2412B
(162,65,43)
#923B27
(146,59,39)
#823523
(130,53,35)
#722F1F
(114,47,31)
#62291B
(98,41,27)
#522317
(82,35,23)
#421D13
(66,29,19)
#32170F
(50,23,15)
#22110B
(34,17,11)
#120B07
(18,11,7)
#000000
(0,0,0)

Tints of #B2472F

#B2472F
(178,71,47)
#B95741
(185,87,65)
#C06753
(192,103,83)
#C77765
(199,119,101)
#CE8777
(206,135,119)
#D59789
(213,151,137)
#DCA79B
(220,167,155)
#E3B7AD
(227,183,173)
#EAC7BF
(234,199,191)
#F1D7D1
(241,215,209)
#F8E7E3
(248,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2472F color. Also use rgb(178,71,47) instead hex code.

Text Font Color

.myTextColor { color: #B2472F; }

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

This text font color is #B2472F.


Background Color

.myBgColor { background-color: #B2472F; }

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

This div background color is #B2472F.


Border color

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

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

This div border color is #B2472F.


Opacity

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

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

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

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

This text has shadow with #B2472F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2472F on black background.


Color preview on white background

This text has color #B2472F on white background.



Black color preview on #B2472F background

This text has black color on #B2472F background.


White color preview on #B2472F background

This text has white color on #B2472F background.