#B24B5C

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

Shades of Hippie Pink #B24B5C

Tints of Hippie Pink #B24B5C

Color information

#B24B5C (or 0xB24B5C) is unknown color: approx Hippie Pink. HEX triplet: B2, 4B and 5C. RGB value is (178,75,92). Sum of RGB (Red+Green+Blue) = 178+75+92=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24B5C is #4DB4A3. Grayscale: #6B6B6B. Windows color (decimal): -5092516 or 6048690. OLE color: 6048690.

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

Color convert

RGB1787592-
CMYK00.580.480.30
HSL350.1º40.71%49.61%-
HSV(B)350.1º57.87%69.8%-
XYZ22.8115.2711.87-
YUV107.74119.12178.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.59%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=51.59%
G=21.74%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178759200.580.480.30350.140.7149.61
HexB24B5C03A301E15e2932
Octal26211313407260365365162
Binary1011001010010111011100011101011000011110101011110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B5C; }

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

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

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

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

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

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

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

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