COLOR #B8482A

HEX: #B8482A
RGB: (184,72,42)

Color info

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

RGB color model

#B8482A color RGB value is (184,72,42).

  • red value is 184;
  • green value is 72;
  • blue value is 42.
RGB:
(184,72,42)
(72%,28%,16%)

RGB channels and saturation

R 184 of 255 = 72%
G 72 of 255 = 28%
B 42 of 255 = 16%

184
72
42

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

Portions of RGB colors in percentages

R + G + B =
184 + 72 + 42 = 298 (100%)
R 184 of 298 ~ 61.74%
G 72 of 298 ~ 24.16%
B 42 of 298 ~ 14.09%

%61.74
%24.16
%14.09

CMYK color model

#B8482A color CMYK value is (0,61,77,28).

  • cyan value is 0.00%
  • magenta value is 60.87%
  • yellow value is 77.17%
  • key color value is 27.84%
CMYK:
(0,61,77,28)
C0M61Y77K28 
(0%,61%,77%,28%)
(0.00/0.61/0.77/0.28)	

CMYK percentages

%0
%60.87
%77.17
%27.84

Codes

Color #B8482A in popluar color models

B8482A
RGB1847242
HSL13°62.83%44.31%
HSB/HSV13°77.17%72.16%
CMYK0.00%60.87%77.17%
27.84%

Color #B8482A in popluar number systems.

HEXB8482A
Decimal1847242
Binary101110001001000101010
Octal27011052

Shades and tints

Shades of #B8482A

#B8482A
(184,72,42)
#A84227
(168,66,39)
#983C24
(152,60,36)
#883621
(136,54,33)
#78301E
(120,48,30)
#682A1B
(104,42,27)
#582418
(88,36,24)
#481E15
(72,30,21)
#381812
(56,24,18)
#28120F
(40,18,15)
#180C0C
(24,12,12)
#000000
(0,0,0)

Tints of #B8482A

#B8482A
(184,72,42)
#BE583D
(190,88,61)
#C46850
(196,104,80)
#CA7863
(202,120,99)
#D08876
(208,136,118)
#D69889
(214,152,137)
#DCA89C
(220,168,156)
#E2B8AF
(226,184,175)
#E8C8C2
(232,200,194)
#EED8D5
(238,216,213)
#F4E8E8
(244,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8482A color. Also use rgb(184,72,42) instead hex code.

Text Font Color

.myTextColor { color: #B8482A; }

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

This text font color is #B8482A.


Background Color

.myBgColor { background-color: #B8482A; }

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

This div background color is #B8482A.


Border color

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

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

This div border color is #B8482A.


Opacity

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

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

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

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

This text has shadow with #B8482A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8482A on black background.


Color preview on white background

This text has color #B8482A on white background.



Black color preview on #B8482A background

This text has black color on #B8482A background.


White color preview on #B8482A background

This text has white color on #B8482A background.