#B24E53

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

Shades of Hippie Pink #B24E53

Tints of Hippie Pink #B24E53

Color information

#B24E53 (or 0xB24E53) is unknown color: approx Hippie Pink. HEX triplet: B2, 4E and 53. RGB value is (178,78,83). Sum of RGB (Red+Green+Blue) = 178+78+83=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24E53 is #4DB1AC. Grayscale: #6C6C6C. Windows color (decimal): -5091757 or 5459634. OLE color: 5459634.

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

Color convert

RGB1787883-
CMYK00.560.530.30
HSL357º39.37%50.2%-
HSV(B)357º56.18%69.8%-
XYZ22.6515.549.99-
YUV108.47113.63177.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.51%
GREEN value IS 78 (30.86% from 255) = 23.01%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=52.51%
G=23.01%
B=24.48%

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
Decimal178788300.560.530.3035739.3750.2
HexB24E53038351E1652732
Octal26211612307065365454762
Binary1011001010011101010011011100011010111110101100101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24E53; }

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

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

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

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

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

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

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

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