#B24B5A

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

Shades of Hippie Pink #B24B5A

Tints of Hippie Pink #B24B5A

Color information

#B24B5A (or 0xB24B5A) is unknown color: approx Hippie Pink. HEX triplet: B2, 4B and 5A. RGB value is (178,75,90). Sum of RGB (Red+Green+Blue) = 178+75+90=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24B5A is #4DB4A5. Grayscale: #6B6B6B. Windows color (decimal): -5092518 or 5917618. OLE color: 5917618.

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

Color convert

RGB1787590-
CMYK00.580.490.30
HSL351.26º40.71%49.61%-
HSV(B)351.26º57.87%69.8%-
XYZ22.7215.2411.42-
YUV107.51118.12178.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.90%
GREEN value IS 75 (29.69% from 255) = 21.87%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=51.90%
G=21.87%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178759000.580.490.30351.2640.7149.61
HexB24B5A03A311E15f2932
Octal26211313207261365375162
Binary1011001010010111011010011101011000111110101011111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B5A; }

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

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

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

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

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

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

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

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