COLOR #B8442A

HEX: #B8442A RGB: (184,68,42)

Color info

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

RGB color model

#B8442A color RGB value is (184,68,42).

RGB: (184,68,42) (72%, 27%, 16%)

RGB channels and saturation

R 184 of 255 = 72%
G 68 of 255 = 27%
B 42 of 255 = 16%

184
68
42

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

Portions of RGB colors in percentages

R + G + B = 184 + 68 + 42 = 294 (100%)
R 184 of 294 ~ 62.59%
G 68 of 294 ~ 23.13%
B 42 of 294 ~ 14.29'%

%62.59
%23.13
%14.29

CMYK color model

#B8442A color CMYK value is (0,63,77,28).

  • cyan value is 0.00%
  • magenta value is 63.04%
  • yellow value is 77.17%
  • key color value is 27.84%

CMYK: (0,63,77,28)
C0M63Y77K28 (0%, 63%, 77%, 28%)
(0.00 / 0.63 / 0.77 / 0.28)

CMYK percentages

%0
%63.04
%77.17
%27.84

Codes

Color #B8442A in popluar color models

B8 44 2A
RGB 184 68 42
HSL 11° 62.83% 44.31%
HSB/HSV 11° 77.17% 72.16%
CMYK 0.00% 63.04% 77.17%
27.84%

Color #B8442A in popluar number systems.

HEX B8 44 2A
Decimal 184 68 42
Binary 10111000 1000100 101010
Octal 270 104 52

Shades and tints

Shades of #B8442A

#B8442A
(184,68,42)
#A83E27
(168,62,39)
#983824
(152,56,36)
#883221
(136,50,33)
#782C1E
(120,44,30)
#68261B
(104,38,27)
#582018
(88,32,24)
#481A15
(72,26,21)
#381412
(56,20,18)
#280E0F
(40,14,15)
#18080C
(24,8,12)
#000000
(0,0,0)

Tints of #B8442A

#B8442A
(184,68,42)
#BE553D
(190,85,61)
#C46650
(196,102,80)
#CA7763
(202,119,99)
#D08876
(208,136,118)
#D69989
(214,153,137)
#DCAA9C
(220,170,156)
#E2BBAF
(226,187,175)
#E8CCC2
(232,204,194)
#EEDDD5
(238,221,213)
#F4EEE8
(244,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8442A; }

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

This text font color is #B8442A.

Background Color

.myBgColor { background-color: #B8442A; }

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

This div background color is #B8442A.

Border color

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

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

This div border color is #B8442A.

Opacity

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

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

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

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

This text has shadow with #B8442A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8442A.

Preview

Color preview on black background

This text has color #B8442A on black background.


Color preview on white background

This text has color #B8442A on white background.


Black color preview on #B8442A background

This text has black color on #B8442A background.


White color preview on #B8442A background

This text has white color on #B8442A background.


Related colors

Complementary color

Complementary color for #hex is #47BBD5.


I love getcolorcode.com

Triadic colors

1 #2AB844 and #442AB8 with #B8442A are triadic colors.

2 #2A44B8 and #44B82A with #B8442A are triadic colors.