Shades of Hippie Pink #BA405A
Tints of Hippie Pink #BA405A
RGB
CMYK
RGB Variations
Color information
#BA405A (or 0xBA405A) is known color: Hippie Pink. HEX triplet: BA, 40 and 5A. RGB value is (186,64,90). Sum of RGB (Red+Green+Blue) = 186+64+90=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA405A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA405A is #45BFA5. Grayscale: #676767. Windows color (decimal): -4571046 or 5914810. OLE color: 5914810.
HSL color Cylindrical-coordinate representation of color #BA405A: hue angle of 347.21º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA405A is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 90 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.27 |
| HSL | 347.21º | 0.49% | 0.49% | - |
| HSV(B) | 347.21º | 0.66% | 0.73% | - |
| XYZ | 23.93 | 14.84 | 11.28 | - |
| YUV | 103.44 | 120.42 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 90 | 0 | 0.66 | 0.52 | 0.27 | 347.21 | 0.49 | 0.49 |
| Hex | BA | 40 | 5A | 0 | 42 | 34 | 1B | 15B | 31 | 31 |
| Octal | 272 | 100 | 132 | 0 | 102 | 64 | 33 | 533 | 61 | 61 |
| Binary | 10111010 | 1000000 | 1011010 | 0 | 1000010 | 110100 | 11011 | 101011011 | 110001 | 110001 |
Color Harmonies of #BA405A
Complementary color
Monochromatic Colors of #BA405A
Black with #BA405A
Text Example
Text Example
White with #BA405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA405A; }
p { color: rgb(186,64,90); }
H1.HeaderClassName
{
color: #BA405A;
}
.AnyTagClassName
{
color: #BA405A;
}
</style>
background-color css
<style>
a { background-color: #BA405A; }
a { background-color: rgb(186,64,90); }
div.DivClassName
{
background-color: #BA405A;
}
.BgClassName
{
background-color: #BA405A;
}
</style>
border-color css
<style>
span { border-color: #BA405A; }
span { border-color: rgb(186,64,90); }
td.TdClassName
{
border-color: #BA405A;
}
.TagClassName
{
border-color: #BA405A;
}
</style>