Shades of Jazzberry Jam #BA0570
Tints of Jazzberry Jam #BA0570
RGB
CMYK
RGB Variations
Color information
#BA0570 (or 0xBA0570) is known color: Jazzberry Jam. HEX triplet: BA, 05 and 70. RGB value is (186,5,112). Sum of RGB (Red+Green+Blue) = 186+5+112=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0570 is #45FA8F. Grayscale: #474747. Windows color (decimal): -4586128 or 7341498. OLE color: 7341498.
HSL color Cylindrical-coordinate representation of color #BA0570: hue angle of 324.53º 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 #BA0570 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 112 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.27 |
| HSL | 324.53º | 0.95% | 0.37% | - |
| HSV(B) | 324.53º | 0.97% | 0.73% | - |
| XYZ | 23.23 | 11.72 | 16.37 | - |
| YUV | 71.32 | 150.97 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 112 | 0 | 0.97 | 0.40 | 0.27 | 324.53 | 0.95 | 0.37 |
| Hex | BA | 5 | 70 | 0 | 61 | 28 | 1B | 145 | 5F | 25 |
| Octal | 272 | 5 | 160 | 0 | 141 | 50 | 33 | 505 | 137 | 45 |
| Binary | 10111010 | 101 | 1110000 | 0 | 1100001 | 101000 | 11011 | 101000101 | 1011111 | 100101 |
Color Harmonies of #BA0570
Complementary color
Monochromatic Colors of #BA0570
Black with #BA0570
Text Example
Text Example
White with #BA0570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0570; }
p { color: rgb(186,5,112); }
H1.HeaderClassName
{
color: #BA0570;
}
.AnyTagClassName
{
color: #BA0570;
}
</style>
background-color css
<style>
a { background-color: #BA0570; }
a { background-color: rgb(186,5,112); }
div.DivClassName
{
background-color: #BA0570;
}
.BgClassName
{
background-color: #BA0570;
}
</style>
border-color css
<style>
span { border-color: #BA0570; }
span { border-color: rgb(186,5,112); }
td.TdClassName
{
border-color: #BA0570;
}
.TagClassName
{
border-color: #BA0570;
}
</style>