#B44849

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

Shades of Hippie Pink #B44849

Tints of Hippie Pink #B44849

Color information

#B44849 (or 0xB44849) is unknown color: approx Hippie Pink. HEX triplet: B4, 48 and 49. RGB value is (180,72,73). Sum of RGB (Red+Green+Blue) = 180+72+73=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B44849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44849 is #4BB7B6. Grayscale: #686868. Windows color (decimal): -4962231 or 4802740. OLE color: 4802740.

HSL color Cylindrical-coordinate representation of color #B44849: hue angle of 359.44º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B44849 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1807273-
CMYK00.600.590.29
HSL359.44º42.86%49.41%-
HSV(B)359.44º60%70.59%-
XYZ22.3414.827.99-
YUV104.41110.28181.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=55.38%
G=22.15%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180727300.600.590.29359.4442.8649.41
HexB4484903C3B1D1672b31
Octal26411011107473355475361
Binary1011010010010001001001011110011101111101101100111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44849; }

 p { color: rgb(180,72,73); }

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

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

 a { background-color: rgb(180,72,73); }

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

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

 span { border-color: rgb(180,72,73); }

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