COLOR #B24E4C

HEX: #B24E4C RGB: (178,78,76)

Color info

#B24E4C contains mainly red color. Web safe color of #B24E4C is #996633 (or #963).

RGB color model

#B24E4C color RGB value is (178,78,76).

RGB: (178,78,76) (70%, 31%, 30%)

RGB channels and saturation

R 178 of 255 = 70%
G 78 of 255 = 31%
B 76 of 255 = 30%

178
78
76

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

Portions of RGB colors in percentages

R + G + B = 178 + 78 + 76 = 332 (100%)
R 178 of 332 ~ 53.61%
G 78 of 332 ~ 23.49%
B 76 of 332 ~ 22.89'%

%53.61
%23.49
%22.89

CMYK color model

#B24E4C color CMYK value is (0,56,57,30).

  • cyan value is 0.00%
  • magenta value is 56.18%
  • yellow value is 57.30%
  • key color value is 30.20%

CMYK: (0,56,57,30)
C0M56Y57K30 (0%, 56%, 57%, 30%)
(0.00 / 0.56 / 0.57 / 0.30)

CMYK percentages

%0
%56.18
%57.3
%30.2

Codes

Color #B24E4C in popluar color models

B2 4E 4C
RGB 178 78 76
HSL 40.16% 49.80%
HSB/HSV 57.30% 69.80%
CMYK 0.00% 56.18% 57.30%
30.20%

Color #B24E4C in popluar number systems.

HEX B2 4E 4C
Decimal 178 78 76
Binary 10110010 1001110 1001100
Octal 262 116 114

Shades and tints

Shades of #B24E4C

#B24E4C
(178,78,76)
#A24746
(162,71,70)
#924040
(146,64,64)
#82393A
(130,57,58)
#723234
(114,50,52)
#622B2E
(98,43,46)
#522428
(82,36,40)
#421D22
(66,29,34)
#32161C
(50,22,28)
#220F16
(34,15,22)
#120810
(18,8,16)
#000000
(0,0,0)

Tints of #B24E4C

#B24E4C
(178,78,76)
#B95E5C
(185,94,92)
#C06E6C
(192,110,108)
#C77E7C
(199,126,124)
#CE8E8C
(206,142,140)
#D59E9C
(213,158,156)
#DCAEAC
(220,174,172)
#E3BEBC
(227,190,188)
#EACECC
(234,206,204)
#F1DEDC
(241,222,220)
#F8EEEC
(248,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B24E4C color. Also use rgb(178,78,76) instead hex code.

Text Font Color

.myTextColor { color: #B24E4C; }

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

This text font color is #B24E4C.

Background Color

.myBgColor { background-color: #B24E4C; }

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

This div background color is #B24E4C.

Border color

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

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

This div border color is #B24E4C.

Opacity

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

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

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

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

This text has shadow with #B24E4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B24E4C.

Preview

Color preview on black background

This text has color #B24E4C on black background.


Color preview on white background

This text has color #B24E4C on white background.


Black color preview on #B24E4C background

This text has black color on #B24E4C background.


White color preview on #B24E4C background

This text has white color on #B24E4C background.


Related colors

Complementary color

Complementary color for #hex is #4DB1B3.


I love getcolorcode.com

Triadic colors

1 #4CB24E and #4E4CB2 with #B24E4C are triadic colors.

2 #4C4EB2 and #4EB24C with #B24E4C are triadic colors.