Shades of Jazzberry Jam #BA1564
Tints of Jazzberry Jam #BA1564
RGB
CMYK
RGB Variations
Color information
#BA1564 (or 0xBA1564) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 64. RGB value is (186,21,100). Sum of RGB (Red+Green+Blue) = 186+21+100=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1564 is #45EA9B. Grayscale: #4F4F4F. Windows color (decimal): -4582044 or 6559162. OLE color: 6559162.
HSL color Cylindrical-coordinate representation of color #BA1564: hue angle of 331.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1564 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 100 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.27 |
| HSL | 331.27º | 0.8% | 0.41% | - |
| HSV(B) | 331.27º | 0.89% | 0.73% | - |
| XYZ | 22.82 | 11.9 | 13.15 | - |
| YUV | 79.34 | 139.66 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 100 | 0 | 0.89 | 0.46 | 0.27 | 331.27 | 0.8 | 0.41 |
| Hex | BA | 15 | 64 | 0 | 59 | 2E | 1B | 14B | 50 | 29 |
| Octal | 272 | 25 | 144 | 0 | 131 | 56 | 33 | 513 | 120 | 51 |
| Binary | 10111010 | 10101 | 1100100 | 0 | 1011001 | 101110 | 11011 | 101001011 | 1010000 | 101001 |
Color Harmonies of #BA1564
Complementary color
Monochromatic Colors of #BA1564
Black with #BA1564
Text Example
Text Example
White with #BA1564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1564; }
p { color: rgb(186,21,100); }
H1.HeaderClassName
{
color: #BA1564;
}
.AnyTagClassName
{
color: #BA1564;
}
</style>
background-color css
<style>
a { background-color: #BA1564; }
a { background-color: rgb(186,21,100); }
div.DivClassName
{
background-color: #BA1564;
}
.BgClassName
{
background-color: #BA1564;
}
</style>
border-color css
<style>
span { border-color: #BA1564; }
span { border-color: rgb(186,21,100); }
td.TdClassName
{
border-color: #BA1564;
}
.TagClassName
{
border-color: #BA1564;
}
</style>