#B44951

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

Shades of Hippie Pink #B44951

Tints of Hippie Pink #B44951

Color information

#B44951 (or 0xB44951) is unknown color: approx Hippie Pink. HEX triplet: B4, 49 and 51. RGB value is (180,73,81). Sum of RGB (Red+Green+Blue) = 180+73+81=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B44951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44951 is #4BB6AE. Grayscale: #696969. Windows color (decimal): -4961967 or 5327284. OLE color: 5327284.

HSL color Cylindrical-coordinate representation of color #B44951: hue angle of 355.51º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44951 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1807381-
CMYK00.590.550.29
HSL355.51º42.29%49.61%-
HSV(B)355.51º59.44%70.59%-
XYZ22.6915.069.5-
YUV105.9113.95180.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.89%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 81 (32.03% from 255) = 24.25%
R=53.89%
G=21.86%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180738100.590.550.29355.5142.2949.61
HexB4495103B371D1642a32
Octal26411112107367355445262
Binary1011010010010011010001011101111011111101101100100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44951; }

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

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

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

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

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

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

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

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