#B44E57

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

Shades of Hippie Pink #B44E57

Tints of Hippie Pink #B44E57

Color information

#B44E57 (or 0xB44E57) is unknown color: approx Hippie Pink. HEX triplet: B4, 4E and 57. RGB value is (180,78,87). Sum of RGB (Red+Green+Blue) = 180+78+87=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44E57 is #4BB1A8. Grayscale: #6D6D6D. Windows color (decimal): -4960681 or 5721780. OLE color: 5721780.

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

Color convert

RGB1807887-
CMYK00.570.520.29
HSL354.71º40.48%50.59%-
HSV(B)354.71º56.67%70.59%-
XYZ23.2715.8410.85-
YUV109.52115.29178.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.17%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 87 (34.38% from 255) = 25.22%
R=52.17%
G=22.61%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180788700.570.520.29354.7140.4850.59
HexB44E57039341D1632833
Octal26411612707164355435063
Binary1011010010011101010111011100111010011101101100011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E57; }

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

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

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

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

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

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

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

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