#B44360

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

Shades of Hippie Pink #B44360

Tints of Hippie Pink #B44360

Color information

#B44360 (or 0xB44360) is unknown color: approx Hippie Pink. HEX triplet: B4, 43 and 60. RGB value is (180,67,96). Sum of RGB (Red+Green+Blue) = 180+67+96=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B44360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44360 is #4BBC9F. Grayscale: #686868. Windows color (decimal): -4963488 or 6308788. OLE color: 6308788.

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

Color convert

RGB1806796-
CMYK00.630.470.29
HSL344.6º45.75%48.43%-
HSV(B)344.6º62.78%70.59%-
XYZ22.9414.5612.67-
YUV104.09123.44182.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 67 (26.56% from 255) = 19.53%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=52.48%
G=19.53%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180679600.630.470.29344.645.7548.43
HexB4436003F2F1D1592e30
Octal26410314007757355315660
Binary1011010010000111100000011111110111111101101011001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44360; }

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

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

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

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

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

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

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

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