#B44057

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

Shades of Hippie Pink #B44057

Tints of Hippie Pink #B44057

Color information

#B44057 (or 0xB44057) is unknown color: approx Hippie Pink. HEX triplet: B4, 40 and 57. RGB value is (180,64,87). Sum of RGB (Red+Green+Blue) = 180+64+87=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B44057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44057 is #4BBFA8. Grayscale: #656565. Windows color (decimal): -4964265 or 5718196. OLE color: 5718196.

HSL color Cylindrical-coordinate representation of color #B44057: hue angle of 348.1º 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 #B44057 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB1806487-
CMYK00.640.520.29
HSL348.1º47.54%47.84%-
HSV(B)348.1º64.44%70.59%-
XYZ22.3814.0610.55-
YUV101.31119.93184.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 64 (25.39% from 255) = 19.34%
BLUE value IS 87 (34.38% from 255) = 26.28%
R=54.38%
G=19.34%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180648700.640.520.29348.147.5447.84
HexB44057040341D15c3030
Octal264100127010064355346060
Binary10110100100000010101110100000011010011101101011100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44057; }

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

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

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

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

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

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

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

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