#B24B57

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

Shades of Hippie Pink #B24B57

Tints of Hippie Pink #B24B57

Color information

#B24B57 (or 0xB24B57) is unknown color: approx Hippie Pink. HEX triplet: B2, 4B and 57. RGB value is (178,75,87). Sum of RGB (Red+Green+Blue) = 178+75+87=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24B57 is #4DB4A8. Grayscale: #6B6B6B. Windows color (decimal): -5092521 or 5721010. OLE color: 5721010.

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

Color convert

RGB1787587-
CMYK00.580.510.30
HSL353.01º40.71%49.61%-
HSV(B)353.01º57.87%69.8%-
XYZ22.615.1910.76-
YUV107.16116.62178.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.35%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 87 (34.38% from 255) = 25.59%
R=52.35%
G=22.06%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178758700.580.510.30353.0140.7149.61
HexB24B5703A331E1612932
Octal26211312707263365415162
Binary1011001010010111010111011101011001111110101100001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B57; }

 p { color: rgb(178,75,87); }

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

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

 a { background-color: rgb(178,75,87); }

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

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

 span { border-color: rgb(178,75,87); }

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