Shades of Hippie Pink #BA3D59
Tints of Hippie Pink #BA3D59
RGB
CMYK
RGB Variations
Color information
#BA3D59 (or 0xBA3D59) is known color: Hippie Pink. HEX triplet: BA, 3D and 59. RGB value is (186,61,89). Sum of RGB (Red+Green+Blue) = 186+61+89=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D59 is #45C2A6. Grayscale: #656565. Windows color (decimal): -4571815 or 5848506. OLE color: 5848506.
HSL color Cylindrical-coordinate representation of color #BA3D59: hue angle of 346.56º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3D59 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 89 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.27 |
| HSL | 346.56º | 0.51% | 0.48% | - |
| HSV(B) | 346.56º | 0.67% | 0.73% | - |
| XYZ | 23.72 | 14.5 | 11 | - |
| YUV | 101.57 | 120.91 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 89 | 0 | 0.67 | 0.52 | 0.27 | 346.56 | 0.51 | 0.48 |
| Hex | BA | 3D | 59 | 0 | 43 | 34 | 1B | 15B | 33 | 30 |
| Octal | 272 | 75 | 131 | 0 | 103 | 64 | 33 | 533 | 63 | 60 |
| Binary | 10111010 | 111101 | 1011001 | 0 | 1000011 | 110100 | 11011 | 101011011 | 110011 | 110000 |
Color Harmonies of #BA3D59
Complementary color
Monochromatic Colors of #BA3D59
Black with #BA3D59
Text Example
Text Example
White with #BA3D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D59; }
p { color: rgb(186,61,89); }
H1.HeaderClassName
{
color: #BA3D59;
}
.AnyTagClassName
{
color: #BA3D59;
}
</style>
background-color css
<style>
a { background-color: #BA3D59; }
a { background-color: rgb(186,61,89); }
div.DivClassName
{
background-color: #BA3D59;
}
.BgClassName
{
background-color: #BA3D59;
}
</style>
border-color css
<style>
span { border-color: #BA3D59; }
span { border-color: rgb(186,61,89); }
td.TdClassName
{
border-color: #BA3D59;
}
.TagClassName
{
border-color: #BA3D59;
}
</style>