Shades of Jazzberry Jam #BA1060
Tints of Jazzberry Jam #BA1060
RGB
CMYK
RGB Variations
Color information
#BA1060 (or 0xBA1060) is known color: Jazzberry Jam. HEX triplet: BA, 10 and 60. RGB value is (186,16,96). Sum of RGB (Red+Green+Blue) = 186+16+96=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1060 is #45EF9F. Grayscale: #4B4B4B. Windows color (decimal): -4583328 or 6295738. OLE color: 6295738.
HSL color Cylindrical-coordinate representation of color #BA1060: hue angle of 331.76º 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 #BA1060 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 96 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.27 |
| HSL | 331.76º | 0.84% | 0.4% | - |
| HSV(B) | 331.76º | 0.91% | 0.73% | - |
| XYZ | 22.55 | 11.65 | 12.13 | - |
| YUV | 75.95 | 139.32 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 96 | 0 | 0.91 | 0.48 | 0.27 | 331.76 | 0.84 | 0.4 |
| Hex | BA | 10 | 60 | 0 | 5B | 30 | 1B | 14C | 54 | 28 |
| Octal | 272 | 20 | 140 | 0 | 133 | 60 | 33 | 514 | 124 | 50 |
| Binary | 10111010 | 10000 | 1100000 | 0 | 1011011 | 110000 | 11011 | 101001100 | 1010100 | 101000 |
Color Harmonies of #BA1060
Complementary color
Monochromatic Colors of #BA1060
Black with #BA1060
Text Example
Text Example
White with #BA1060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1060; }
p { color: rgb(186,16,96); }
H1.HeaderClassName
{
color: #BA1060;
}
.AnyTagClassName
{
color: #BA1060;
}
</style>
background-color css
<style>
a { background-color: #BA1060; }
a { background-color: rgb(186,16,96); }
div.DivClassName
{
background-color: #BA1060;
}
.BgClassName
{
background-color: #BA1060;
}
</style>
border-color css
<style>
span { border-color: #BA1060; }
span { border-color: rgb(186,16,96); }
td.TdClassName
{
border-color: #BA1060;
}
.TagClassName
{
border-color: #BA1060;
}
</style>