Shades of Hippie Pink #B44059
Tints of Hippie Pink #B44059
RGB
CMYK
RGB Variations
Color information
#B44059 (or 0xB44059) is known color: Hippie Pink. HEX triplet: B4, 40 and 59. RGB value is (180,64,89). Sum of RGB (Red+Green+Blue) = 180+64+89=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B44059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44059 is #4BBFA6. Grayscale: #656565. Windows color (decimal): -4964263 or 5849268. OLE color: 5849268.
HSL color Cylindrical-coordinate representation of color #B44059: hue angle of 347.07º 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 #B44059 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 89 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.29 |
| HSL | 347.07º | 0.48% | 0.48% | - |
| HSV(B) | 347.07º | 0.64% | 0.71% | - |
| XYZ | 22.46 | 14.09 | 10.99 | - |
| YUV | 101.53 | 120.93 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 89 | 0 | 0.64 | 0.51 | 0.29 | 347.07 | 0.48 | 0.48 |
| Hex | B4 | 40 | 59 | 0 | 40 | 33 | 1D | 15B | 30 | 30 |
| Octal | 264 | 100 | 131 | 0 | 100 | 63 | 35 | 533 | 60 | 60 |
| Binary | 10110100 | 1000000 | 1011001 | 0 | 1000000 | 110011 | 11101 | 101011011 | 110000 | 110000 |
Color Harmonies of #B44059
Complementary color
Monochromatic Colors of #B44059
Black with #B44059
Text Example
Text Example
White with #B44059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44059; }
p { color: rgb(180,64,89); }
H1.HeaderClassName
{
color: #B44059;
}
.AnyTagClassName
{
color: #B44059;
}
</style>
background-color css
<style>
a { background-color: #B44059; }
a { background-color: rgb(180,64,89); }
div.DivClassName
{
background-color: #B44059;
}
.BgClassName
{
background-color: #B44059;
}
</style>
border-color css
<style>
span { border-color: #B44059; }
span { border-color: rgb(180,64,89); }
td.TdClassName
{
border-color: #B44059;
}
.TagClassName
{
border-color: #B44059;
}
</style>