Shades of Jazzberry Jam #BA1057
Tints of Jazzberry Jam #BA1057
RGB
CMYK
RGB Variations
Color information
#BA1057 (or 0xBA1057) is known color: Jazzberry Jam. HEX triplet: BA, 10 and 57. RGB value is (186,16,87). Sum of RGB (Red+Green+Blue) = 186+16+87=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1057 is #45EFA8. Grayscale: #4A4A4A. Windows color (decimal): -4583337 or 5705914. OLE color: 5705914.
HSL color Cylindrical-coordinate representation of color #BA1057: hue angle of 334.94º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1057 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 87 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.27 |
| HSL | 334.94º | 0.84% | 0.4% | - |
| HSV(B) | 334.94º | 0.91% | 0.73% | - |
| XYZ | 22.16 | 11.5 | 10.07 | - |
| YUV | 74.92 | 134.82 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 87 | 0 | 0.91 | 0.53 | 0.27 | 334.94 | 0.84 | 0.4 |
| Hex | BA | 10 | 57 | 0 | 5B | 35 | 1B | 14F | 54 | 28 |
| Octal | 272 | 20 | 127 | 0 | 133 | 65 | 33 | 517 | 124 | 50 |
| Binary | 10111010 | 10000 | 1010111 | 0 | 1011011 | 110101 | 11011 | 101001111 | 1010100 | 101000 |
Color Harmonies of #BA1057
Complementary color
Monochromatic Colors of #BA1057
Black with #BA1057
Text Example
Text Example
White with #BA1057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1057; }
p { color: rgb(186,16,87); }
H1.HeaderClassName
{
color: #BA1057;
}
.AnyTagClassName
{
color: #BA1057;
}
</style>
background-color css
<style>
a { background-color: #BA1057; }
a { background-color: rgb(186,16,87); }
div.DivClassName
{
background-color: #BA1057;
}
.BgClassName
{
background-color: #BA1057;
}
</style>
border-color css
<style>
span { border-color: #BA1057; }
span { border-color: rgb(186,16,87); }
td.TdClassName
{
border-color: #BA1057;
}
.TagClassName
{
border-color: #BA1057;
}
</style>