#B44851

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

Shades of Hippie Pink #B44851

Tints of Hippie Pink #B44851

Color information

#B44851 (or 0xB44851) is unknown color: approx Hippie Pink. HEX triplet: B4, 48 and 51. RGB value is (180,72,81). Sum of RGB (Red+Green+Blue) = 180+72+81=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B44851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44851 is #4BB7AE. Grayscale: #696969. Windows color (decimal): -4962223 or 5327028. OLE color: 5327028.

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

Color convert

RGB1807281-
CMYK00.600.550.29
HSL355º42.86%49.41%-
HSV(B)355º60%70.59%-
XYZ22.6214.939.47-
YUV105.32114.28181.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 72 (28.52% from 255) = 21.62%
BLUE value IS 81 (32.03% from 255) = 24.32%
R=54.05%
G=21.62%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180728100.600.550.2935542.8649.41
HexB4485103C371D1632b31
Octal26411012107467355435361
Binary1011010010010001010001011110011011111101101100011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44851; }

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

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

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

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

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

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

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

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