Shades of Jazzberry Jam #BA0560
Tints of Jazzberry Jam #BA0560
RGB
CMYK
RGB Variations
Color information
#BA0560 (or 0xBA0560) is known color: Jazzberry Jam. HEX triplet: BA, 05 and 60. RGB value is (186,5,96). Sum of RGB (Red+Green+Blue) = 186+5+96=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0560 is #45FA9F. Grayscale: #454545. Windows color (decimal): -4586144 or 6292922. OLE color: 6292922.
HSL color Cylindrical-coordinate representation of color #BA0560: hue angle of 329.83º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0560 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 96 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.27 |
| HSL | 329.83º | 0.95% | 0.37% | - |
| HSV(B) | 329.83º | 0.97% | 0.73% | - |
| XYZ | 22.42 | 11.39 | 12.08 | - |
| YUV | 69.49 | 142.97 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 96 | 0 | 0.97 | 0.48 | 0.27 | 329.83 | 0.95 | 0.37 |
| Hex | BA | 5 | 60 | 0 | 61 | 30 | 1B | 14A | 5F | 25 |
| Octal | 272 | 5 | 140 | 0 | 141 | 60 | 33 | 512 | 137 | 45 |
| Binary | 10111010 | 101 | 1100000 | 0 | 1100001 | 110000 | 11011 | 101001010 | 1011111 | 100101 |
Color Harmonies of #BA0560
Complementary color
Monochromatic Colors of #BA0560
Black with #BA0560
Text Example
Text Example
White with #BA0560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0560; }
p { color: rgb(186,5,96); }
H1.HeaderClassName
{
color: #BA0560;
}
.AnyTagClassName
{
color: #BA0560;
}
</style>
background-color css
<style>
a { background-color: #BA0560; }
a { background-color: rgb(186,5,96); }
div.DivClassName
{
background-color: #BA0560;
}
.BgClassName
{
background-color: #BA0560;
}
</style>
border-color css
<style>
span { border-color: #BA0560; }
span { border-color: rgb(186,5,96); }
td.TdClassName
{
border-color: #BA0560;
}
.TagClassName
{
border-color: #BA0560;
}
</style>