Shades of Hippie Pink #BA415A
Tints of Hippie Pink #BA415A
RGB
CMYK
RGB Variations
Color information
#BA415A (or 0xBA415A) is known color: Hippie Pink. HEX triplet: BA, 41 and 5A. RGB value is (186,65,90). Sum of RGB (Red+Green+Blue) = 186+65+90=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA415A is #45BEA5. Grayscale: #686868. Windows color (decimal): -4570790 or 5915066. OLE color: 5915066.
HSL color Cylindrical-coordinate representation of color #BA415A: hue angle of 347.6º 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 #BA415A is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 90 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.27 |
| HSL | 347.6º | 0.48% | 0.49% | - |
| HSV(B) | 347.6º | 0.65% | 0.73% | - |
| XYZ | 23.99 | 14.96 | 11.3 | - |
| YUV | 104.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 90 | 0 | 0.65 | 0.52 | 0.27 | 347.6 | 0.48 | 0.49 |
| Hex | BA | 41 | 5A | 0 | 41 | 34 | 1B | 15C | 30 | 31 |
| Octal | 272 | 101 | 132 | 0 | 101 | 64 | 33 | 534 | 60 | 61 |
| Binary | 10111010 | 1000001 | 1011010 | 0 | 1000001 | 110100 | 11011 | 101011100 | 110000 | 110001 |
Color Harmonies of #BA415A
Complementary color
Monochromatic Colors of #BA415A
Black with #BA415A
Text Example
Text Example
White with #BA415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA415A; }
p { color: rgb(186,65,90); }
H1.HeaderClassName
{
color: #BA415A;
}
.AnyTagClassName
{
color: #BA415A;
}
</style>
background-color css
<style>
a { background-color: #BA415A; }
a { background-color: rgb(186,65,90); }
div.DivClassName
{
background-color: #BA415A;
}
.BgClassName
{
background-color: #BA415A;
}
</style>
border-color css
<style>
span { border-color: #BA415A; }
span { border-color: rgb(186,65,90); }
td.TdClassName
{
border-color: #BA415A;
}
.TagClassName
{
border-color: #BA415A;
}
</style>