Shades of Jazzberry Jam #BA1557
Tints of Jazzberry Jam #BA1557
RGB
CMYK
RGB Variations
Color information
#BA1557 (or 0xBA1557) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 57. RGB value is (186,21,87). Sum of RGB (Red+Green+Blue) = 186+21+87=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1557 is #45EAA8. Grayscale: #4D4D4D. Windows color (decimal): -4582057 or 5707194. OLE color: 5707194.
HSL color Cylindrical-coordinate representation of color #BA1557: hue angle of 336º 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 #BA1557 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 87 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.27 |
| HSL | 336º | 0.8% | 0.41% | - |
| HSV(B) | 336º | 0.89% | 0.73% | - |
| XYZ | 22.24 | 11.66 | 10.1 | - |
| YUV | 77.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 87 | 0 | 0.89 | 0.53 | 0.27 | 336 | 0.8 | 0.41 |
| Hex | BA | 15 | 57 | 0 | 59 | 35 | 1B | 150 | 50 | 29 |
| Octal | 272 | 25 | 127 | 0 | 131 | 65 | 33 | 520 | 120 | 51 |
| Binary | 10111010 | 10101 | 1010111 | 0 | 1011001 | 110101 | 11011 | 101010000 | 1010000 | 101001 |
Color Harmonies of #BA1557
Complementary color
Monochromatic Colors of #BA1557
Black with #BA1557
Text Example
Text Example
White with #BA1557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1557; }
p { color: rgb(186,21,87); }
H1.HeaderClassName
{
color: #BA1557;
}
.AnyTagClassName
{
color: #BA1557;
}
</style>
background-color css
<style>
a { background-color: #BA1557; }
a { background-color: rgb(186,21,87); }
div.DivClassName
{
background-color: #BA1557;
}
.BgClassName
{
background-color: #BA1557;
}
</style>
border-color css
<style>
span { border-color: #BA1557; }
span { border-color: rgb(186,21,87); }
td.TdClassName
{
border-color: #BA1557;
}
.TagClassName
{
border-color: #BA1557;
}
</style>