#b24251

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

Shades of Hippie Pink #B24251

Tints of Hippie Pink #B24251

Color information

#B24251 (or 0xB24251) is unknown color: approx Hippie Pink. HEX triplet: B2, 42 and 51. RGB value is (178,66,81). Sum of RGB (Red+Green+Blue) = 178+66+81=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B24251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24251 is #4DBDAE. Grayscale: #656565. Windows color (decimal): -5094831 or 5325490. OLE color: 5325490.

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

Color convert

RGB1786681-
CMYK00.630.540.30
HSL351.96º45.9%47.84%-
HSV(B)351.96º62.92%69.8%-
XYZ21.7913.969.33-
YUV101.2116.61182.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 66 (26.17% from 255) = 20.31%
BLUE value IS 81 (32.03% from 255) = 24.92%
R=54.77%
G=20.31%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178668100.630.540.30351.9645.947.84
HexB2425103F361E1602e30
Octal26210212107766365405660
Binary1011001010000101010001011111111011011110101100000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b24251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b24251; }

 p { color: rgb(178,66,81); }

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

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

 a { background-color: rgb(178,66,81); }

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

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

 span { border-color: rgb(178,66,81); }

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