Shades of Hippie Pink #BA4359
Tints of Hippie Pink #BA4359
RGB
CMYK
RGB Variations
Color information
#BA4359 (or 0xBA4359) is known color: Hippie Pink. HEX triplet: BA, 43 and 59. RGB value is (186,67,89). Sum of RGB (Red+Green+Blue) = 186+67+89=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4359 is #45BCA6. Grayscale: #696969. Windows color (decimal): -4570279 or 5850042. OLE color: 5850042.
HSL color Cylindrical-coordinate representation of color #BA4359: hue angle of 348.91º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4359 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 89 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.27 |
| HSL | 348.91º | 0.47% | 0.5% | - |
| HSV(B) | 348.91º | 0.64% | 0.73% | - |
| XYZ | 24.06 | 15.17 | 11.11 | - |
| YUV | 105.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 89 | 0 | 0.64 | 0.52 | 0.27 | 348.91 | 0.47 | 0.5 |
| Hex | BA | 43 | 59 | 0 | 40 | 34 | 1B | 15D | 2F | 32 |
| Octal | 272 | 103 | 131 | 0 | 100 | 64 | 33 | 535 | 57 | 62 |
| Binary | 10111010 | 1000011 | 1011001 | 0 | 1000000 | 110100 | 11011 | 101011101 | 101111 | 110010 |
Color Harmonies of #BA4359
Complementary color
Monochromatic Colors of #BA4359
Black with #BA4359
Text Example
Text Example
White with #BA4359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4359; }
p { color: rgb(186,67,89); }
H1.HeaderClassName
{
color: #BA4359;
}
.AnyTagClassName
{
color: #BA4359;
}
</style>
background-color css
<style>
a { background-color: #BA4359; }
a { background-color: rgb(186,67,89); }
div.DivClassName
{
background-color: #BA4359;
}
.BgClassName
{
background-color: #BA4359;
}
</style>
border-color css
<style>
span { border-color: #BA4359; }
span { border-color: rgb(186,67,89); }
td.TdClassName
{
border-color: #BA4359;
}
.TagClassName
{
border-color: #BA4359;
}
</style>