#B44952

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

Shades of Hippie Pink #B44952

Tints of Hippie Pink #B44952

Color information

#B44952 (or 0xB44952) is unknown color: approx Hippie Pink. HEX triplet: B4, 49 and 52. RGB value is (180,73,82). Sum of RGB (Red+Green+Blue) = 180+73+82=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B44952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44952 is #4BB6AD. Grayscale: #6A6A6A. Windows color (decimal): -4961966 or 5392820. OLE color: 5392820.

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

Color convert

RGB1807382-
CMYK00.590.540.29
HSL354.95º42.29%49.61%-
HSV(B)354.95º59.44%70.59%-
XYZ22.7315.089.7-
YUV106.02114.45180.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.73%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=53.73%
G=21.79%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180738200.590.540.29354.9542.2949.61
HexB4495203B361D1632a32
Octal26411112207366355435262
Binary1011010010010011010010011101111011011101101100011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44952; }

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

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

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

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

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

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

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

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