#B24752

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

Shades of Hippie Pink #B24752

Tints of Hippie Pink #B24752

Color information

#B24752 (or 0xB24752) is unknown color: approx Hippie Pink. HEX triplet: B2, 47 and 52. RGB value is (178,71,82). Sum of RGB (Red+Green+Blue) = 178+71+82=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B24752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24752 is #4DB8AD. Grayscale: #686868. Windows color (decimal): -5093550 or 5392306. OLE color: 5392306.

HSL color Cylindrical-coordinate representation of color #B24752: hue angle of 353.83º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24752 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1787182-
CMYK00.600.540.30
HSL353.83º42.97%48.82%-
HSV(B)353.83º60.11%69.8%-
XYZ22.1414.589.63-
YUV104.25115.45180.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.78%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=53.78%
G=21.45%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178718200.600.540.30353.8342.9748.82
HexB2475203C361E1622b31
Octal26210712207466365425361
Binary1011001010001111010010011110011011011110101100010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24752; }

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

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

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

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

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

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

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

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