#B44C53

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

Shades of Hippie Pink #B44C53

Tints of Hippie Pink #B44C53

Color information

#B44C53 (or 0xB44C53) is unknown color: approx Hippie Pink. HEX triplet: B4, 4C and 53. RGB value is (180,76,83). Sum of RGB (Red+Green+Blue) = 180+76+83=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44C53 is #4BB3AC. Grayscale: #6B6B6B. Windows color (decimal): -4961197 or 5459124. OLE color: 5459124.

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

Color convert

RGB1807683-
CMYK00.580.540.29
HSL355.96º40.94%50.2%-
HSV(B)355.96º57.78%70.59%-
XYZ22.9715.59.96-
YUV107.89113.96179.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=53.10%
G=22.42%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180768300.580.540.29355.9640.9450.2
HexB44C5303A361D1642932
Octal26411412307266355445162
Binary1011010010011001010011011101011011011101101100100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44C53; }

 p { color: rgb(180,76,83); }

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

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

 a { background-color: rgb(180,76,83); }

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

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

 span { border-color: rgb(180,76,83); }

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