#B44852

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

Shades of Hippie Pink #B44852

Tints of Hippie Pink #B44852

Color information

#B44852 (or 0xB44852) is unknown color: approx Hippie Pink. HEX triplet: B4, 48 and 52. RGB value is (180,72,82). Sum of RGB (Red+Green+Blue) = 180+72+82=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B44852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44852 is #4BB7AD. Grayscale: #696969. Windows color (decimal): -4962222 or 5392564. OLE color: 5392564.

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

Color convert

RGB1807282-
CMYK00.600.540.29
HSL354.44º42.86%49.41%-
HSV(B)354.44º60%70.59%-
XYZ22.6614.959.67-
YUV105.43114.78181.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.89%
GREEN value IS 72 (28.52% from 255) = 21.56%
BLUE value IS 82 (32.42% from 255) = 24.55%
R=53.89%
G=21.56%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180728200.600.540.29354.4442.8649.41
HexB4485203C361D1622b31
Octal26411012207466355425361
Binary1011010010010001010010011110011011011101101100010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44852; }

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

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

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

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

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

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

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

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