Shades of Jazzberry Jam #BA1359
Tints of Jazzberry Jam #BA1359
RGB
CMYK
RGB Variations
Color information
#BA1359 (or 0xBA1359) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 59. RGB value is (186,19,89). Sum of RGB (Red+Green+Blue) = 186+19+89=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1359 is #45ECA6. Grayscale: #4C4C4C. Windows color (decimal): -4582567 or 5837754. OLE color: 5837754.
HSL color Cylindrical-coordinate representation of color #BA1359: hue angle of 334.85º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1359 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 89 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.27 |
| HSL | 334.85º | 0.81% | 0.4% | - |
| HSV(B) | 334.85º | 0.9% | 0.73% | - |
| XYZ | 22.29 | 11.63 | 10.52 | - |
| YUV | 76.91 | 134.83 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 89 | 0 | 0.90 | 0.52 | 0.27 | 334.85 | 0.81 | 0.4 |
| Hex | BA | 13 | 59 | 0 | 5A | 34 | 1B | 14F | 51 | 28 |
| Octal | 272 | 23 | 131 | 0 | 132 | 64 | 33 | 517 | 121 | 50 |
| Binary | 10111010 | 10011 | 1011001 | 0 | 1011010 | 110100 | 11011 | 101001111 | 1010001 | 101000 |
Color Harmonies of #BA1359
Complementary color
Monochromatic Colors of #BA1359
Black with #BA1359
Text Example
Text Example
White with #BA1359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1359; }
p { color: rgb(186,19,89); }
H1.HeaderClassName
{
color: #BA1359;
}
.AnyTagClassName
{
color: #BA1359;
}
</style>
background-color css
<style>
a { background-color: #BA1359; }
a { background-color: rgb(186,19,89); }
div.DivClassName
{
background-color: #BA1359;
}
.BgClassName
{
background-color: #BA1359;
}
</style>
border-color css
<style>
span { border-color: #BA1359; }
span { border-color: rgb(186,19,89); }
td.TdClassName
{
border-color: #BA1359;
}
.TagClassName
{
border-color: #BA1359;
}
</style>