Shades of Jazzberry Jam #BA1453
Tints of Jazzberry Jam #BA1453
RGB
CMYK
RGB Variations
Color information
#BA1453 (or 0xBA1453) is known color: Jazzberry Jam. HEX triplet: BA, 14 and 53. RGB value is (186,20,83). Sum of RGB (Red+Green+Blue) = 186+20+83=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1453 is #45EBAC. Grayscale: #4C4C4C. Windows color (decimal): -4582317 or 5444794. OLE color: 5444794.
HSL color Cylindrical-coordinate representation of color #BA1453: hue angle of 337.23º 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 #BA1453 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 83 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.27 |
| HSL | 337.23º | 0.81% | 0.4% | - |
| HSV(B) | 337.23º | 0.89% | 0.73% | - |
| XYZ | 22.06 | 11.56 | 9.25 | - |
| YUV | 76.82 | 131.5 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 83 | 0 | 0.89 | 0.55 | 0.27 | 337.23 | 0.81 | 0.4 |
| Hex | BA | 14 | 53 | 0 | 59 | 37 | 1B | 151 | 51 | 28 |
| Octal | 272 | 24 | 123 | 0 | 131 | 67 | 33 | 521 | 121 | 50 |
| Binary | 10111010 | 10100 | 1010011 | 0 | 1011001 | 110111 | 11011 | 101010001 | 1010001 | 101000 |
Color Harmonies of #BA1453
Complementary color
Monochromatic Colors of #BA1453
Black with #BA1453
Text Example
Text Example
White with #BA1453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1453; }
p { color: rgb(186,20,83); }
H1.HeaderClassName
{
color: #BA1453;
}
.AnyTagClassName
{
color: #BA1453;
}
</style>
background-color css
<style>
a { background-color: #BA1453; }
a { background-color: rgb(186,20,83); }
div.DivClassName
{
background-color: #BA1453;
}
.BgClassName
{
background-color: #BA1453;
}
</style>
border-color css
<style>
span { border-color: #BA1453; }
span { border-color: rgb(186,20,83); }
td.TdClassName
{
border-color: #BA1453;
}
.TagClassName
{
border-color: #BA1453;
}
</style>