#B44D54

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

Shades of Hippie Pink #B44D54

Tints of Hippie Pink #B44D54

Color information

#B44D54 (or 0xB44D54) is unknown color: approx Hippie Pink. HEX triplet: B4, 4D and 54. RGB value is (180,77,84). Sum of RGB (Red+Green+Blue) = 180+77+84=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44D54 is #4BB2AB. Grayscale: #6C6C6C. Windows color (decimal): -4960940 or 5524916. OLE color: 5524916.

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

Color convert

RGB1807784-
CMYK00.570.530.29
HSL355.92º40.71%50.39%-
HSV(B)355.92º57.22%70.59%-
XYZ23.0815.6510.19-
YUV108.6114.12178.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.79%
GREEN value IS 77 (30.47% from 255) = 22.58%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=52.79%
G=22.58%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180778400.570.530.29355.9240.7150.39
HexB44D54039351D1642932
Octal26411512407165355445162
Binary1011010010011011010100011100111010111101101100100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D54; }

 p { color: rgb(180,77,84); }

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

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

 a { background-color: rgb(180,77,84); }

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

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

 span { border-color: rgb(180,77,84); }

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