COLOR #B24F7F

HEX: #B24F7F
RGB: (178,79,127)

Color info

#B24F7F contains mainly red and blue colors. Web safe color of #B24F7F is #996666 (or #966).

RGB color model

#B24F7F color RGB value is (178,79,127).

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

RGB channels and saturation

R 178 of 255 = 70%
G 79 of 255 = 31%
B 127 of 255 = 50%

178
79
127

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

Portions of RGB colors in percentages

R + G + B =
178 + 79 + 127 = 384 (100%)
R 178 of 384 ~ 46.35%
G 79 of 384 ~ 20.57%
B 127 of 384 ~ 33.07%

%46.35
%20.57
%33.07

CMYK color model

#B24F7F color CMYK value is (0,56,29,30).

  • cyan value is 0.00%
  • magenta value is 55.62%
  • yellow value is 28.65%
  • key color value is 30.20%
CMYK:
(0,56,29,30)
C0M56Y29K30 
(0%,56%,29%,30%)
(0.00/0.56/0.29/0.30)	

CMYK percentages

%0
%55.62
%28.65
%30.2

Codes

Color #B24F7F in popluar color models

B24F7F
RGB17879127
HSL331°39.13%50.39%
HSB/HSV331°55.62%69.80%
CMYK0.00%55.62%28.65%
30.20%

Color #B24F7F in popluar number systems.

HEXB24F7F
Decimal17879127
Binary1011001010011111111111
Octal262117177

Shades and tints

Shades of #B24F7F

#B24F7F
(178,79,127)
#A24874
(162,72,116)
#924169
(146,65,105)
#823A5E
(130,58,94)
#723353
(114,51,83)
#622C48
(98,44,72)
#52253D
(82,37,61)
#421E32
(66,30,50)
#321727
(50,23,39)
#22101C
(34,16,28)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #B24F7F

#B24F7F
(178,79,127)
#B95F8A
(185,95,138)
#C06F95
(192,111,149)
#C77FA0
(199,127,160)
#CE8FAB
(206,143,171)
#D59FB6
(213,159,182)
#DCAFC1
(220,175,193)
#E3BFCC
(227,191,204)
#EACFD7
(234,207,215)
#F1DFE2
(241,223,226)
#F8EFED
(248,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B24F7F; }

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

This text font color is #B24F7F.


Background Color

.myBgColor { background-color: #B24F7F; }

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

This div background color is #B24F7F.


Border color

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

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

This div border color is #B24F7F.


Opacity

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

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

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

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

This text has shadow with #B24F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B24F7F on black background.


Color preview on white background

This text has color #B24F7F on white background.



Black color preview on #B24F7F background

This text has black color on #B24F7F background.


White color preview on #B24F7F background

This text has white color on #B24F7F background.