#B44548

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

Shades of Hippie Pink #B44548

Tints of Hippie Pink #B44548

Color information

#B44548 (or 0xB44548) is unknown color: approx Hippie Pink. HEX triplet: B4, 45 and 48. RGB value is (180,69,72). Sum of RGB (Red+Green+Blue) = 180+69+72=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B44548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44548 is #4BBAB7. Grayscale: #666666. Windows color (decimal): -4963000 or 4736436. OLE color: 4736436.

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

Color convert

RGB1806972-
CMYK00.620.600.29
HSL358.38º44.58%48.82%-
HSV(B)358.38º61.67%70.59%-
XYZ22.1214.437.75-
YUV102.53110.77183.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.07%
GREEN value IS 69 (27.34% from 255) = 21.50%
BLUE value IS 72 (28.52% from 255) = 22.43%
R=56.07%
G=21.50%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180697200.620.600.29358.3844.5848.82
HexB4454803E3C1D1662d31
Octal26410511007674355465561
Binary1011010010001011001000011111011110011101101100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44548; }

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

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

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

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

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

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

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

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