#B44056

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

Shades of Hippie Pink #B44056

Tints of Hippie Pink #B44056

Color information

#B44056 (or 0xB44056) is unknown color: approx Hippie Pink. HEX triplet: B4, 40 and 56. RGB value is (180,64,86). Sum of RGB (Red+Green+Blue) = 180+64+86=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B44056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44056 is #4BBFA9. Grayscale: #656565. Windows color (decimal): -4964266 or 5652660. OLE color: 5652660.

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

Color convert

RGB1806486-
CMYK00.640.520.29
HSL348.62º47.54%47.84%-
HSV(B)348.62º64.44%70.59%-
XYZ22.3414.0410.34-
YUV101.19119.43184.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.55%
GREEN value IS 64 (25.39% from 255) = 19.39%
BLUE value IS 86 (33.98% from 255) = 26.06%
R=54.55%
G=19.39%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180648600.640.520.29348.6247.5447.84
HexB44056040341D15d3030
Octal264100126010064355356060
Binary10110100100000010101100100000011010011101101011101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44056; }

 p { color: rgb(180,64,86); }

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

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

 a { background-color: rgb(180,64,86); }

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

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

 span { border-color: rgb(180,64,86); }

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