Shades of Hippie Pink #BA4659
Tints of Hippie Pink #BA4659
RGB
CMYK
RGB Variations
Color information
#BA4659 (or 0xBA4659) is known color: Hippie Pink. HEX triplet: BA, 46 and 59. RGB value is (186,70,89). Sum of RGB (Red+Green+Blue) = 186+70+89=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4659 is #45B9A6. Grayscale: #6A6A6A. Windows color (decimal): -4569511 or 5850810. OLE color: 5850810.
HSL color Cylindrical-coordinate representation of color #BA4659: hue angle of 350.17º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4659 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 89 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.27 |
| HSL | 350.17º | 0.46% | 0.5% | - |
| HSV(B) | 350.17º | 0.62% | 0.73% | - |
| XYZ | 24.24 | 15.54 | 11.17 | - |
| YUV | 106.85 | 117.93 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 89 | 0 | 0.62 | 0.52 | 0.27 | 350.17 | 0.46 | 0.5 |
| Hex | BA | 46 | 59 | 0 | 3E | 34 | 1B | 15E | 2E | 32 |
| Octal | 272 | 106 | 131 | 0 | 76 | 64 | 33 | 536 | 56 | 62 |
| Binary | 10111010 | 1000110 | 1011001 | 0 | 111110 | 110100 | 11011 | 101011110 | 101110 | 110010 |
Color Harmonies of #BA4659
Complementary color
Monochromatic Colors of #BA4659
Black with #BA4659
Text Example
Text Example
White with #BA4659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4659; }
p { color: rgb(186,70,89); }
H1.HeaderClassName
{
color: #BA4659;
}
.AnyTagClassName
{
color: #BA4659;
}
</style>
background-color css
<style>
a { background-color: #BA4659; }
a { background-color: rgb(186,70,89); }
div.DivClassName
{
background-color: #BA4659;
}
.BgClassName
{
background-color: #BA4659;
}
</style>
border-color css
<style>
span { border-color: #BA4659; }
span { border-color: rgb(186,70,89); }
td.TdClassName
{
border-color: #BA4659;
}
.TagClassName
{
border-color: #BA4659;
}
</style>