#B24E54

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

Shades of Hippie Pink #B24E54

Tints of Hippie Pink #B24E54

Color information

#B24E54 (or 0xB24E54) is unknown color: approx Hippie Pink. HEX triplet: B2, 4E and 54. RGB value is (178,78,84). Sum of RGB (Red+Green+Blue) = 178+78+84=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24E54 is #4DB1AB. Grayscale: #6C6C6C. Windows color (decimal): -5091756 or 5525170. OLE color: 5525170.

HSL color Cylindrical-coordinate representation of color #B24E54: hue angle of 356.4º 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 #B24E54 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB1787884-
CMYK00.560.530.30
HSL356.4º39.37%50.2%-
HSV(B)356.4º56.18%69.8%-
XYZ22.6815.5510.19-
YUV108.58114.13177.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.35%
GREEN value IS 78 (30.86% from 255) = 22.94%
BLUE value IS 84 (33.20% from 255) = 24.71%
R=52.35%
G=22.94%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178788400.560.530.30356.439.3750.2
HexB24E54038351E1642732
Octal26211612407065365444762
Binary1011001010011101010100011100011010111110101100100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24E54; }

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

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

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

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

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

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

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

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