Shades of Jazzberry Jam #BA1558
Tints of Jazzberry Jam #BA1558
RGB
CMYK
RGB Variations
Color information
#BA1558 (or 0xBA1558) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 58. RGB value is (186,21,88). Sum of RGB (Red+Green+Blue) = 186+21+88=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1558 is #45EAA7. Grayscale: #4D4D4D. Windows color (decimal): -4582056 or 5772730. OLE color: 5772730.
HSL color Cylindrical-coordinate representation of color #BA1558: hue angle of 335.64º 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 #BA1558 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 88 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.27 |
| HSL | 335.64º | 0.8% | 0.41% | - |
| HSV(B) | 335.64º | 0.89% | 0.73% | - |
| XYZ | 22.28 | 11.68 | 10.31 | - |
| YUV | 77.97 | 133.66 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 88 | 0 | 0.89 | 0.53 | 0.27 | 335.64 | 0.8 | 0.41 |
| Hex | BA | 15 | 58 | 0 | 59 | 35 | 1B | 150 | 50 | 29 |
| Octal | 272 | 25 | 130 | 0 | 131 | 65 | 33 | 520 | 120 | 51 |
| Binary | 10111010 | 10101 | 1011000 | 0 | 1011001 | 110101 | 11011 | 101010000 | 1010000 | 101001 |
Color Harmonies of #BA1558
Complementary color
Monochromatic Colors of #BA1558
Black with #BA1558
Text Example
Text Example
White with #BA1558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1558; }
p { color: rgb(186,21,88); }
H1.HeaderClassName
{
color: #BA1558;
}
.AnyTagClassName
{
color: #BA1558;
}
</style>
background-color css
<style>
a { background-color: #BA1558; }
a { background-color: rgb(186,21,88); }
div.DivClassName
{
background-color: #BA1558;
}
.BgClassName
{
background-color: #BA1558;
}
</style>
border-color css
<style>
span { border-color: #BA1558; }
span { border-color: rgb(186,21,88); }
td.TdClassName
{
border-color: #BA1558;
}
.TagClassName
{
border-color: #BA1558;
}
</style>