#B44C55

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

Shades of Hippie Pink #B44C55

Tints of Hippie Pink #B44C55

Color information

#B44C55 (or 0xB44C55) is unknown color: approx Hippie Pink. HEX triplet: B4, 4C and 55. RGB value is (180,76,85). Sum of RGB (Red+Green+Blue) = 180+76+85=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44C55 is #4BB3AA. Grayscale: #6C6C6C. Windows color (decimal): -4961195 or 5590196. OLE color: 5590196.

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

Color convert

RGB1807685-
CMYK00.580.530.29
HSL354.81º40.94%50.2%-
HSV(B)354.81º57.78%70.59%-
XYZ23.0515.5310.38-
YUV108.12114.96179.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.79%
GREEN value IS 76 (30.08% from 255) = 22.29%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=52.79%
G=22.29%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180768500.580.530.29354.8140.9450.2
HexB44C5503A351D1632932
Octal26411412507265355435162
Binary1011010010011001010101011101011010111101101100011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44C55; }

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

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

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

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

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

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

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

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