#B44660

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

Shades of Hippie Pink #B44660

Tints of Hippie Pink #B44660

Color information

#B44660 (or 0xB44660) is unknown color: approx Hippie Pink. HEX triplet: B4, 46 and 60. RGB value is (180,70,96). Sum of RGB (Red+Green+Blue) = 180+70+96=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B44660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44660 is #4BB99F. Grayscale: #696969. Windows color (decimal): -4962720 or 6309556. OLE color: 6309556.

HSL color Cylindrical-coordinate representation of color #B44660: hue angle of 345.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B44660 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1807096-
CMYK00.610.470.29
HSL345.82º44%49.02%-
HSV(B)345.82º61.11%70.59%-
XYZ23.1214.9312.73-
YUV105.85122.44180.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 70 (27.73% from 255) = 20.23%
BLUE value IS 96 (37.89% from 255) = 27.75%
R=52.02%
G=20.23%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180709600.610.470.29345.824449.02
HexB4466003D2F1D15a2c31
Octal26410614007557355325461
Binary1011010010001101100000011110110111111101101011010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44660; }

 p { color: rgb(180,70,96); }

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

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

 a { background-color: rgb(180,70,96); }

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

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

 span { border-color: rgb(180,70,96); }

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