#B44953

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

Shades of Hippie Pink #B44953

Tints of Hippie Pink #B44953

Color information

#B44953 (or 0xB44953) is unknown color: approx Hippie Pink. HEX triplet: B4, 49 and 53. RGB value is (180,73,83). Sum of RGB (Red+Green+Blue) = 180+73+83=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B44953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44953 is #4BB6AC. Grayscale: #6A6A6A. Windows color (decimal): -4961965 or 5458356. OLE color: 5458356.

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

Color convert

RGB1807383-
CMYK00.590.540.29
HSL354.39º42.29%49.61%-
HSV(B)354.39º59.44%70.59%-
XYZ22.7715.099.9-
YUV106.13114.95180.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.57%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 83 (32.81% from 255) = 24.70%
R=53.57%
G=21.73%
B=24.70%

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
Decimal180738300.590.540.29354.3942.2949.61
HexB4495303B361D1622a32
Octal26411112307366355425262
Binary1011010010010011010011011101111011011101101100010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44953; }

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

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

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

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

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

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

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

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