Shades of Hippie Pink #BA4959
Tints of Hippie Pink #BA4959
RGB
CMYK
RGB Variations
Color information
#BA4959 (or 0xBA4959) is known color: Hippie Pink. HEX triplet: BA, 49 and 59. RGB value is (186,73,89). Sum of RGB (Red+Green+Blue) = 186+73+89=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4959 is #45B6A6. Grayscale: #6C6C6C. Windows color (decimal): -4568743 or 5851578. OLE color: 5851578.
HSL color Cylindrical-coordinate representation of color #BA4959: hue angle of 351.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4959 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 89 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.27 |
| HSL | 351.5º | 0.45% | 0.51% | - |
| HSV(B) | 351.5º | 0.61% | 0.73% | - |
| XYZ | 24.44 | 15.93 | 11.24 | - |
| YUV | 108.61 | 116.94 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 89 | 0 | 0.61 | 0.52 | 0.27 | 351.5 | 0.45 | 0.51 |
| Hex | BA | 49 | 59 | 0 | 3D | 34 | 1B | 160 | 2D | 33 |
| Octal | 272 | 111 | 131 | 0 | 75 | 64 | 33 | 540 | 55 | 63 |
| Binary | 10111010 | 1001001 | 1011001 | 0 | 111101 | 110100 | 11011 | 101100000 | 101101 | 110011 |
Color Harmonies of #BA4959
Complementary color
Monochromatic Colors of #BA4959
Black with #BA4959
Text Example
Text Example
White with #BA4959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4959; }
p { color: rgb(186,73,89); }
H1.HeaderClassName
{
color: #BA4959;
}
.AnyTagClassName
{
color: #BA4959;
}
</style>
background-color css
<style>
a { background-color: #BA4959; }
a { background-color: rgb(186,73,89); }
div.DivClassName
{
background-color: #BA4959;
}
.BgClassName
{
background-color: #BA4959;
}
</style>
border-color css
<style>
span { border-color: #BA4959; }
span { border-color: rgb(186,73,89); }
td.TdClassName
{
border-color: #BA4959;
}
.TagClassName
{
border-color: #BA4959;
}
</style>