Shades of Hippie Pink #BA4159
Tints of Hippie Pink #BA4159
RGB
CMYK
RGB Variations
Color information
#BA4159 (or 0xBA4159) is known color: Hippie Pink. HEX triplet: BA, 41 and 59. RGB value is (186,65,89). Sum of RGB (Red+Green+Blue) = 186+65+89=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4159 is #45BEA6. Grayscale: #676767. Windows color (decimal): -4570791 or 5849530. OLE color: 5849530.
HSL color Cylindrical-coordinate representation of color #BA4159: hue angle of 348.1º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4159 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 89 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.27 |
| HSL | 348.1º | 0.48% | 0.49% | - |
| HSV(B) | 348.1º | 0.65% | 0.73% | - |
| XYZ | 23.94 | 14.94 | 11.07 | - |
| YUV | 103.92 | 119.59 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 89 | 0 | 0.65 | 0.52 | 0.27 | 348.1 | 0.48 | 0.49 |
| Hex | BA | 41 | 59 | 0 | 41 | 34 | 1B | 15C | 30 | 31 |
| Octal | 272 | 101 | 131 | 0 | 101 | 64 | 33 | 534 | 60 | 61 |
| Binary | 10111010 | 1000001 | 1011001 | 0 | 1000001 | 110100 | 11011 | 101011100 | 110000 | 110001 |
Color Harmonies of #BA4159
Complementary color
Monochromatic Colors of #BA4159
Black with #BA4159
Text Example
Text Example
White with #BA4159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4159; }
p { color: rgb(186,65,89); }
H1.HeaderClassName
{
color: #BA4159;
}
.AnyTagClassName
{
color: #BA4159;
}
</style>
background-color css
<style>
a { background-color: #BA4159; }
a { background-color: rgb(186,65,89); }
div.DivClassName
{
background-color: #BA4159;
}
.BgClassName
{
background-color: #BA4159;
}
</style>
border-color css
<style>
span { border-color: #BA4159; }
span { border-color: rgb(186,65,89); }
td.TdClassName
{
border-color: #BA4159;
}
.TagClassName
{
border-color: #BA4159;
}
</style>