#B44B55

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

Shades of Hippie Pink #B44B55

Tints of Hippie Pink #B44B55

Color information

#B44B55 (or 0xB44B55) is unknown color: approx Hippie Pink. HEX triplet: B4, 4B and 55. RGB value is (180,75,85). Sum of RGB (Red+Green+Blue) = 180+75+85=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44B55 is #4BB4AA. Grayscale: #6B6B6B. Windows color (decimal): -4961451 or 5589940. OLE color: 5589940.

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

Color convert

RGB1807585-
CMYK00.580.530.29
HSL354.29º41.18%50%-
HSV(B)354.29º58.33%70.59%-
XYZ22.9815.3910.35-
YUV107.54115.29179.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.94%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 85 (33.59% from 255) = 25%
R=52.94%
G=22.06%
B=25%

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
Decimal180758500.580.530.29354.2941.1850
HexB44B5503A351D1622932
Octal26411312507265355425162
Binary1011010010010111010101011101011010111101101100010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B55; }

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

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

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

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

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

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

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

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