#B24446

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

Shades of Hippie Pink #B24446

Tints of Hippie Pink #B24446

Color information

#B24446 (or 0xB24446) is unknown color: approx Hippie Pink. HEX triplet: B2, 44 and 46. RGB value is (178,68,70). Sum of RGB (Red+Green+Blue) = 178+68+70=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B24446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24446 is #4DBBB9. Grayscale: #656565. Windows color (decimal): -5094330 or 4605106. OLE color: 4605106.

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

Color convert

RGB1786870-
CMYK00.620.610.30
HSL358.91º44.72%48.24%-
HSV(B)358.91º61.8%69.8%-
XYZ21.5314.047.37-
YUV101.12110.44182.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.33%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 70 (27.73% from 255) = 22.15%
R=56.33%
G=21.52%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178687000.620.610.30358.9144.7248.24
HexB2444603E3D1E1672d30
Octal26210410607675365475560
Binary1011001010001001000110011111011110111110101100111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24446; }

 p { color: rgb(178,68,70); }

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

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

 a { background-color: rgb(178,68,70); }

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

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

 span { border-color: rgb(178,68,70); }

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