#B24E5C

Color #B24E5C Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #B24E5C

Tints of Hippie Pink #B24E5C

Color information

#B24E5C (or 0xB24E5C) is unknown color: approx Hippie Pink. HEX triplet: B2, 4E and 5C. RGB value is (178,78,92). Sum of RGB (Red+Green+Blue) = 178+78+92=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24E5C is #4DB1A3. Grayscale: #6D6D6D. Windows color (decimal): -5091748 or 6049458. OLE color: 6049458.

HSL color Cylindrical-coordinate representation of color #B24E5C: hue angle of 351.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B24E5C is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB1787892-
CMYK00.560.480.30
HSL351.6º39.37%50.2%-
HSV(B)351.6º56.18%69.8%-
XYZ23.0215.6911.94-
YUV109.5118.13176.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=51.15%
G=22.41%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178789200.560.480.30351.639.3750.2
HexB24E5C038301E1602732
Octal26211613407060365404762
Binary1011001010011101011100011100011000011110101100000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24E5C; }

 p { color: rgb(178,78,92); }

 H1.HeaderClassName
 {
   color: #B24E5C;
 }
 .AnyTagClassName
 {
   color: #B24E5C;
 }
</style>
background-color css

<style>
 a { background-color: #B24E5C; }

 a { background-color: rgb(178,78,92); }

 div.DivClassName
 {
   background-color: #B24E5C;
 }
 .BgClassName
 {
   background-color: #B24E5C;
 }
</style>
border-color css

<style>
 span { border-color: #B24E5C; }

 span { border-color: rgb(178,78,92); }

 td.TdClassName
 {
   border-color: #B24E5C;
 }
 .TagClassName
 {
   border-color: #B24E5C;
 }
</style>