Shades of Jazzberry Jam #BA1459
Tints of Jazzberry Jam #BA1459
RGB
CMYK
RGB Variations
Color information
#BA1459 (or 0xBA1459) is known color: Jazzberry Jam. HEX triplet: BA, 14 and 59. RGB value is (186,20,89). Sum of RGB (Red+Green+Blue) = 186+20+89=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1459 is #45EBA6. Grayscale: #4D4D4D. Windows color (decimal): -4582311 or 5838010. OLE color: 5838010.
HSL color Cylindrical-coordinate representation of color #BA1459: hue angle of 335.06º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1459 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 89 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.27 |
| HSL | 335.06º | 0.81% | 0.4% | - |
| HSV(B) | 335.06º | 0.89% | 0.73% | - |
| XYZ | 22.3 | 11.66 | 10.53 | - |
| YUV | 77.5 | 134.5 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 89 | 0 | 0.89 | 0.52 | 0.27 | 335.06 | 0.81 | 0.4 |
| Hex | BA | 14 | 59 | 0 | 59 | 34 | 1B | 14F | 51 | 28 |
| Octal | 272 | 24 | 131 | 0 | 131 | 64 | 33 | 517 | 121 | 50 |
| Binary | 10111010 | 10100 | 1011001 | 0 | 1011001 | 110100 | 11011 | 101001111 | 1010001 | 101000 |
Color Harmonies of #BA1459
Complementary color
Monochromatic Colors of #BA1459
Black with #BA1459
Text Example
Text Example
White with #BA1459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1459; }
p { color: rgb(186,20,89); }
H1.HeaderClassName
{
color: #BA1459;
}
.AnyTagClassName
{
color: #BA1459;
}
</style>
background-color css
<style>
a { background-color: #BA1459; }
a { background-color: rgb(186,20,89); }
div.DivClassName
{
background-color: #BA1459;
}
.BgClassName
{
background-color: #BA1459;
}
</style>
border-color css
<style>
span { border-color: #BA1459; }
span { border-color: rgb(186,20,89); }
td.TdClassName
{
border-color: #BA1459;
}
.TagClassName
{
border-color: #BA1459;
}
</style>