Shades of Jazzberry Jam #BA1056
Tints of Jazzberry Jam #BA1056
RGB
CMYK
RGB Variations
Color information
#BA1056 (or 0xBA1056) is known color: Jazzberry Jam. HEX triplet: BA, 10 and 56. RGB value is (186,16,86). Sum of RGB (Red+Green+Blue) = 186+16+86=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1056 is #45EFA9. Grayscale: #4A4A4A. Windows color (decimal): -4583338 or 5640378. OLE color: 5640378.
HSL color Cylindrical-coordinate representation of color #BA1056: hue angle of 335.29º 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 #BA1056 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 86 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.27 |
| HSL | 335.29º | 0.84% | 0.4% | - |
| HSV(B) | 335.29º | 0.91% | 0.73% | - |
| XYZ | 22.11 | 11.48 | 9.85 | - |
| YUV | 74.81 | 134.32 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 86 | 0 | 0.91 | 0.54 | 0.27 | 335.29 | 0.84 | 0.4 |
| Hex | BA | 10 | 56 | 0 | 5B | 36 | 1B | 14F | 54 | 28 |
| Octal | 272 | 20 | 126 | 0 | 133 | 66 | 33 | 517 | 124 | 50 |
| Binary | 10111010 | 10000 | 1010110 | 0 | 1011011 | 110110 | 11011 | 101001111 | 1010100 | 101000 |
Color Harmonies of #BA1056
Complementary color
Monochromatic Colors of #BA1056
Black with #BA1056
Text Example
Text Example
White with #BA1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1056; }
p { color: rgb(186,16,86); }
H1.HeaderClassName
{
color: #BA1056;
}
.AnyTagClassName
{
color: #BA1056;
}
</style>
background-color css
<style>
a { background-color: #BA1056; }
a { background-color: rgb(186,16,86); }
div.DivClassName
{
background-color: #BA1056;
}
.BgClassName
{
background-color: #BA1056;
}
</style>
border-color css
<style>
span { border-color: #BA1056; }
span { border-color: rgb(186,16,86); }
td.TdClassName
{
border-color: #BA1056;
}
.TagClassName
{
border-color: #BA1056;
}
</style>