Shades of Hippie Pink #BA4456
Tints of Hippie Pink #BA4456
RGB
CMYK
RGB Variations
Color information
#BA4456 (or 0xBA4456) is known color: Hippie Pink. HEX triplet: BA, 44 and 56. RGB value is (186,68,86). Sum of RGB (Red+Green+Blue) = 186+68+86=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4456 is #45BBA9. Grayscale: #696969. Windows color (decimal): -4570026 or 5653690. OLE color: 5653690.
HSL color Cylindrical-coordinate representation of color #BA4456: hue angle of 350.85º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4456 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 86 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.27 |
| HSL | 350.85º | 0.46% | 0.5% | - |
| HSV(B) | 350.85º | 0.63% | 0.73% | - |
| XYZ | 24 | 15.25 | 10.48 | - |
| YUV | 105.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 86 | 0 | 0.63 | 0.54 | 0.27 | 350.85 | 0.46 | 0.5 |
| Hex | BA | 44 | 56 | 0 | 3F | 36 | 1B | 15F | 2E | 32 |
| Octal | 272 | 104 | 126 | 0 | 77 | 66 | 33 | 537 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1010110 | 0 | 111111 | 110110 | 11011 | 101011111 | 101110 | 110010 |
Color Harmonies of #BA4456
Complementary color
Monochromatic Colors of #BA4456
Black with #BA4456
Text Example
Text Example
White with #BA4456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4456; }
p { color: rgb(186,68,86); }
H1.HeaderClassName
{
color: #BA4456;
}
.AnyTagClassName
{
color: #BA4456;
}
</style>
background-color css
<style>
a { background-color: #BA4456; }
a { background-color: rgb(186,68,86); }
div.DivClassName
{
background-color: #BA4456;
}
.BgClassName
{
background-color: #BA4456;
}
</style>
border-color css
<style>
span { border-color: #BA4456; }
span { border-color: rgb(186,68,86); }
td.TdClassName
{
border-color: #BA4456;
}
.TagClassName
{
border-color: #BA4456;
}
</style>