#B24352

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

Shades of Hippie Pink #B24352

Tints of Hippie Pink #B24352

Color information

#B24352 (or 0xB24352) is unknown color: approx Hippie Pink. HEX triplet: B2, 43 and 52. RGB value is (178,67,82). Sum of RGB (Red+Green+Blue) = 178+67+82=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B24352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24352 is #4DBCAD. Grayscale: #656565. Windows color (decimal): -5094574 or 5391282. OLE color: 5391282.

HSL color Cylindrical-coordinate representation of color #B24352: hue angle of 351.89º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24352 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1786782-
CMYK00.620.540.30
HSL351.89º45.31%48.04%-
HSV(B)351.89º62.36%69.8%-
XYZ21.8914.099.55-
YUV101.9116.77182.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.43%
GREEN value IS 67 (26.56% from 255) = 20.49%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=54.43%
G=20.49%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178678200.620.540.30351.8945.3148.04
HexB2435203E361E1602d30
Octal26210312207666365405560
Binary1011001010000111010010011111011011011110101100000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24352; }

 p { color: rgb(178,67,82); }

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

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

 a { background-color: rgb(178,67,82); }

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

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

 span { border-color: rgb(178,67,82); }

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