Shades of Jazzberry Jam #BA1456
Tints of Jazzberry Jam #BA1456
RGB
CMYK
RGB Variations
Color information
#BA1456 (or 0xBA1456) is known color: Jazzberry Jam. HEX triplet: BA, 14 and 56. RGB value is (186,20,86). Sum of RGB (Red+Green+Blue) = 186+20+86=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1456 is #45EBA9. Grayscale: #4D4D4D. Windows color (decimal): -4582314 or 5641402. OLE color: 5641402.
HSL color Cylindrical-coordinate representation of color #BA1456: hue angle of 336.14º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1456 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 86 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.27 |
| HSL | 336.14º | 0.81% | 0.4% | - |
| HSV(B) | 336.14º | 0.89% | 0.73% | - |
| XYZ | 22.18 | 11.61 | 9.88 | - |
| YUV | 77.16 | 133 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 86 | 0 | 0.89 | 0.54 | 0.27 | 336.14 | 0.81 | 0.4 |
| Hex | BA | 14 | 56 | 0 | 59 | 36 | 1B | 150 | 51 | 28 |
| Octal | 272 | 24 | 126 | 0 | 131 | 66 | 33 | 520 | 121 | 50 |
| Binary | 10111010 | 10100 | 1010110 | 0 | 1011001 | 110110 | 11011 | 101010000 | 1010001 | 101000 |
Color Harmonies of #BA1456
Complementary color
Monochromatic Colors of #BA1456
Black with #BA1456
Text Example
Text Example
White with #BA1456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1456; }
p { color: rgb(186,20,86); }
H1.HeaderClassName
{
color: #BA1456;
}
.AnyTagClassName
{
color: #BA1456;
}
</style>
background-color css
<style>
a { background-color: #BA1456; }
a { background-color: rgb(186,20,86); }
div.DivClassName
{
background-color: #BA1456;
}
.BgClassName
{
background-color: #BA1456;
}
</style>
border-color css
<style>
span { border-color: #BA1456; }
span { border-color: rgb(186,20,86); }
td.TdClassName
{
border-color: #BA1456;
}
.TagClassName
{
border-color: #BA1456;
}
</style>