#B44546

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

Shades of Hippie Pink #B44546

Tints of Hippie Pink #B44546

Color information

#B44546 (or 0xB44546) is unknown color: approx Hippie Pink. HEX triplet: B4, 45 and 46. RGB value is (180,69,70). Sum of RGB (Red+Green+Blue) = 180+69+70=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B44546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44546 is #4BBAB9. Grayscale: #666666. Windows color (decimal): -4963002 or 4605364. OLE color: 4605364.

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

Color convert

RGB1806970-
CMYK00.620.610.29
HSL359.46º44.58%48.82%-
HSV(B)359.46º61.67%70.59%-
XYZ22.0614.47.41-
YUV102.3109.77183.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 70 (27.73% from 255) = 21.94%
R=56.43%
G=21.63%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180697000.620.610.29359.4644.5848.82
HexB4454603E3D1D1672d31
Octal26410510607675355475561
Binary1011010010001011000110011111011110111101101100111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44546; }

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

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

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

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

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

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

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

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