#B44648

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

Shades of Hippie Pink #B44648

Tints of Hippie Pink #B44648

Color information

#B44648 (or 0xB44648) is unknown color: approx Hippie Pink. HEX triplet: B4, 46 and 48. RGB value is (180,70,72). Sum of RGB (Red+Green+Blue) = 180+70+72=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B44648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44648 is #4BB9B7. Grayscale: #676767. Windows color (decimal): -4962744 or 4736692. OLE color: 4736692.

HSL color Cylindrical-coordinate representation of color #B44648: hue angle of 358.91º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B44648 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1807072-
CMYK00.610.600.29
HSL358.91º44%49.02%-
HSV(B)358.91º61.11%70.59%-
XYZ22.1814.557.77-
YUV103.12110.44182.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 70 (27.73% from 255) = 21.74%
BLUE value IS 72 (28.52% from 255) = 22.36%
R=55.90%
G=21.74%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180707200.610.600.29358.914449.02
HexB4464803D3C1D1672c31
Octal26410611007574355475461
Binary1011010010001101001000011110111110011101101100111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44648; }

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

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

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

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

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

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

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

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