Shades of Jazzberry Jam #BA1560
Tints of Jazzberry Jam #BA1560
RGB
CMYK
RGB Variations
Color information
#BA1560 (or 0xBA1560) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 60. RGB value is (186,21,96). Sum of RGB (Red+Green+Blue) = 186+21+96=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1560 is #45EA9F. Grayscale: #4E4E4E. Windows color (decimal): -4582048 or 6297018. OLE color: 6297018.
HSL color Cylindrical-coordinate representation of color #BA1560: hue angle of 332.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1560 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 96 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.27 |
| HSL | 332.73º | 0.8% | 0.41% | - |
| HSV(B) | 332.73º | 0.89% | 0.73% | - |
| XYZ | 22.63 | 11.82 | 12.16 | - |
| YUV | 78.89 | 137.66 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 96 | 0 | 0.89 | 0.48 | 0.27 | 332.73 | 0.8 | 0.41 |
| Hex | BA | 15 | 60 | 0 | 59 | 30 | 1B | 14D | 50 | 29 |
| Octal | 272 | 25 | 140 | 0 | 131 | 60 | 33 | 515 | 120 | 51 |
| Binary | 10111010 | 10101 | 1100000 | 0 | 1011001 | 110000 | 11011 | 101001101 | 1010000 | 101001 |
Color Harmonies of #BA1560
Complementary color
Monochromatic Colors of #BA1560
Black with #BA1560
Text Example
Text Example
White with #BA1560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1560; }
p { color: rgb(186,21,96); }
H1.HeaderClassName
{
color: #BA1560;
}
.AnyTagClassName
{
color: #BA1560;
}
</style>
background-color css
<style>
a { background-color: #BA1560; }
a { background-color: rgb(186,21,96); }
div.DivClassName
{
background-color: #BA1560;
}
.BgClassName
{
background-color: #BA1560;
}
</style>
border-color css
<style>
span { border-color: #BA1560; }
span { border-color: rgb(186,21,96); }
td.TdClassName
{
border-color: #BA1560;
}
.TagClassName
{
border-color: #BA1560;
}
</style>