COLOR #B24F74

HEX: #B24F74
RGB: (178,79,116)

Color info

#B24F74 contains mainly red color. Web safe color of #B24F74 is #996666 (or #966).

RGB color model

#B24F74 color RGB value is (178,79,116).

  • red value is 178;
  • green value is 79;
  • blue value is 116.
RGB:
(178,79,116)
(70%,31%,45%)

RGB channels and saturation

R 178 of 255 = 70%
G 79 of 255 = 31%
B 116 of 255 = 45%

178
79
116

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

Portions of RGB colors in percentages

R + G + B =
178 + 79 + 116 = 373 (100%)
R 178 of 373 ~ 47.72%
G 79 of 373 ~ 21.18%
B 116 of 373 ~ 31.1%

%47.72
%21.18
%31.1

CMYK color model

#B24F74 color CMYK value is (0,56,35,30).

  • cyan value is 0.00%
  • magenta value is 55.62%
  • yellow value is 34.83%
  • key color value is 30.20%
CMYK:
(0,56,35,30)
C0M56Y35K30 
(0%,56%,35%,30%)
(0.00/0.56/0.35/0.30)	

CMYK percentages

%0
%55.62
%34.83
%30.2

Codes

Color #B24F74 in popluar color models

B24F74
RGB17879116
HSL338°39.13%50.39%
HSB/HSV338°55.62%69.80%
CMYK0.00%55.62%34.83%
30.20%

Color #B24F74 in popluar number systems.

HEXB24F74
Decimal17879116
Binary1011001010011111110100
Octal262117164

Shades and tints

Shades of #B24F74

#B24F74
(178,79,116)
#A2486A
(162,72,106)
#924160
(146,65,96)
#823A56
(130,58,86)
#72334C
(114,51,76)
#622C42
(98,44,66)
#522538
(82,37,56)
#421E2E
(66,30,46)
#321724
(50,23,36)
#22101A
(34,16,26)
#120910
(18,9,16)
#000000
(0,0,0)

Tints of #B24F74

#B24F74
(178,79,116)
#B95F80
(185,95,128)
#C06F8C
(192,111,140)
#C77F98
(199,127,152)
#CE8FA4
(206,143,164)
#D59FB0
(213,159,176)
#DCAFBC
(220,175,188)
#E3BFC8
(227,191,200)
#EACFD4
(234,207,212)
#F1DFE0
(241,223,224)
#F8EFEC
(248,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B24F74 color. Also use rgb(178,79,116) instead hex code.

Text Font Color

.myTextColor { color: #B24F74; }

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

This text font color is #B24F74.


Background Color

.myBgColor { background-color: #B24F74; }

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

This div background color is #B24F74.


Border color

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

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

This div border color is #B24F74.


Opacity

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

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

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

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

This text has shadow with #B24F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B24F74 on black background.


Color preview on white background

This text has color #B24F74 on white background.



Black color preview on #B24F74 background

This text has black color on #B24F74 background.


White color preview on #B24F74 background

This text has white color on #B24F74 background.