Shades of Hippie Pink #BA4059
Tints of Hippie Pink #BA4059
RGB
CMYK
RGB Variations
Color information
#BA4059 (or 0xBA4059) is known color: Hippie Pink. HEX triplet: BA, 40 and 59. RGB value is (186,64,89). Sum of RGB (Red+Green+Blue) = 186+64+89=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4059 is #45BFA6. Grayscale: #676767. Windows color (decimal): -4571047 or 5849274. OLE color: 5849274.
HSL color Cylindrical-coordinate representation of color #BA4059: hue angle of 347.7º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4059 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 89 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.27 |
| HSL | 347.7º | 0.49% | 0.49% | - |
| HSV(B) | 347.7º | 0.66% | 0.73% | - |
| XYZ | 23.89 | 14.83 | 11.05 | - |
| YUV | 103.33 | 119.92 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 89 | 0 | 0.66 | 0.52 | 0.27 | 347.7 | 0.49 | 0.49 |
| Hex | BA | 40 | 59 | 0 | 42 | 34 | 1B | 15C | 31 | 31 |
| Octal | 272 | 100 | 131 | 0 | 102 | 64 | 33 | 534 | 61 | 61 |
| Binary | 10111010 | 1000000 | 1011001 | 0 | 1000010 | 110100 | 11011 | 101011100 | 110001 | 110001 |
Color Harmonies of #BA4059
Complementary color
Monochromatic Colors of #BA4059
Black with #BA4059
Text Example
Text Example
White with #BA4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4059; }
p { color: rgb(186,64,89); }
H1.HeaderClassName
{
color: #BA4059;
}
.AnyTagClassName
{
color: #BA4059;
}
</style>
background-color css
<style>
a { background-color: #BA4059; }
a { background-color: rgb(186,64,89); }
div.DivClassName
{
background-color: #BA4059;
}
.BgClassName
{
background-color: #BA4059;
}
</style>
border-color css
<style>
span { border-color: #BA4059; }
span { border-color: rgb(186,64,89); }
td.TdClassName
{
border-color: #BA4059;
}
.TagClassName
{
border-color: #BA4059;
}
</style>