#B44650

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

Shades of Hippie Pink #B44650

Tints of Hippie Pink #B44650

Color information

#B44650 (or 0xB44650) is unknown color: approx Hippie Pink. HEX triplet: B4, 46 and 50. RGB value is (180,70,80). Sum of RGB (Red+Green+Blue) = 180+70+80=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B44650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44650 is #4BB9AF. Grayscale: #686868. Windows color (decimal): -4962736 or 5260980. OLE color: 5260980.

HSL color Cylindrical-coordinate representation of color #B44650: hue angle of 354.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B44650 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB1807080-
CMYK00.610.560.29
HSL354.55º44%49.02%-
HSV(B)354.55º61.11%70.59%-
XYZ22.4614.669.24-
YUV104.03114.44182.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.55%
GREEN value IS 70 (27.73% from 255) = 21.21%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=54.55%
G=21.21%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180708000.610.560.29354.554449.02
HexB4465003D381D1632c31
Octal26410612007570355435461
Binary1011010010001101010000011110111100011101101100011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44650; }

 p { color: rgb(180,70,80); }

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

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

 a { background-color: rgb(180,70,80); }

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

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

 span { border-color: rgb(180,70,80); }

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