#B44353

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

Shades of Hippie Pink #B44353

Tints of Hippie Pink #B44353

Color information

#B44353 (or 0xB44353) is unknown color: approx Hippie Pink. HEX triplet: B4, 43 and 53. RGB value is (180,67,83). Sum of RGB (Red+Green+Blue) = 180+67+83=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B44353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44353 is #4BBCAC. Grayscale: #666666. Windows color (decimal): -4963501 or 5456820. OLE color: 5456820.

HSL color Cylindrical-coordinate representation of color #B44353: hue angle of 351.5º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44353 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB1806783-
CMYK00.630.540.29
HSL351.5º45.75%48.43%-
HSV(B)351.5º62.78%70.59%-
XYZ22.3914.349.77-
YUV102.61116.94183.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.55%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 83 (32.81% from 255) = 25.15%
R=54.55%
G=20.30%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180678300.630.540.29351.545.7548.43
HexB4435303F361D1602e30
Octal26410312307766355405660
Binary1011010010000111010011011111111011011101101100000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44353; }

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

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

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

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

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

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

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

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