#B44059

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

Shades of Hippie Pink #B44059

Tints of Hippie Pink #B44059

Color information

#B44059 (or 0xB44059) is unknown color: approx Hippie Pink. HEX triplet: B4, 40 and 59. RGB value is (180,64,89). Sum of RGB (Red+Green+Blue) = 180+64+89=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B44059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44059 is #4BBFA6. Grayscale: #656565. Windows color (decimal): -4964263 or 5849268. OLE color: 5849268.

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

Color convert

RGB1806489-
CMYK00.640.510.29
HSL347.07º47.54%47.84%-
HSV(B)347.07º64.44%70.59%-
XYZ22.4614.0910.99-
YUV101.53120.93183.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 89 (35.16% from 255) = 26.73%
R=54.05%
G=19.22%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180648900.640.510.29347.0747.5447.84
HexB44059040331D15b3030
Octal264100131010063355336060
Binary10110100100000010110010100000011001111101101011011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44059; }

 p { color: rgb(180,64,89); }

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

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

 a { background-color: rgb(180,64,89); }

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

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

 span { border-color: rgb(180,64,89); }

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