Shades of Jazzberry Jam #BA1559
Tints of Jazzberry Jam #BA1559
RGB
CMYK
RGB Variations
Color information
#BA1559 (or 0xBA1559) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 59. RGB value is (186,21,89). Sum of RGB (Red+Green+Blue) = 186+21+89=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1559 is #45EAA6. Grayscale: #4D4D4D. Windows color (decimal): -4582055 or 5838266. OLE color: 5838266.
HSL color Cylindrical-coordinate representation of color #BA1559: hue angle of 335.27º 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 #BA1559 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 89 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.27 |
| HSL | 335.27º | 0.8% | 0.41% | - |
| HSV(B) | 335.27º | 0.89% | 0.73% | - |
| XYZ | 22.32 | 11.7 | 10.53 | - |
| YUV | 78.09 | 134.16 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 89 | 0 | 0.89 | 0.52 | 0.27 | 335.27 | 0.8 | 0.41 |
| Hex | BA | 15 | 59 | 0 | 59 | 34 | 1B | 14F | 50 | 29 |
| Octal | 272 | 25 | 131 | 0 | 131 | 64 | 33 | 517 | 120 | 51 |
| Binary | 10111010 | 10101 | 1011001 | 0 | 1011001 | 110100 | 11011 | 101001111 | 1010000 | 101001 |
Color Harmonies of #BA1559
Complementary color
Monochromatic Colors of #BA1559
Black with #BA1559
Text Example
Text Example
White with #BA1559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1559; }
p { color: rgb(186,21,89); }
H1.HeaderClassName
{
color: #BA1559;
}
.AnyTagClassName
{
color: #BA1559;
}
</style>
background-color css
<style>
a { background-color: #BA1559; }
a { background-color: rgb(186,21,89); }
div.DivClassName
{
background-color: #BA1559;
}
.BgClassName
{
background-color: #BA1559;
}
</style>
border-color css
<style>
span { border-color: #BA1559; }
span { border-color: rgb(186,21,89); }
td.TdClassName
{
border-color: #BA1559;
}
.TagClassName
{
border-color: #BA1559;
}
</style>