Shades of Jazzberry Jam #BA1354
Tints of Jazzberry Jam #BA1354
RGB
CMYK
RGB Variations
Color information
#BA1354 (or 0xBA1354) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 54. RGB value is (186,19,84). Sum of RGB (Red+Green+Blue) = 186+19+84=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1354 is #45ECAB. Grayscale: #4C4C4C. Windows color (decimal): -4582572 or 5510074. OLE color: 5510074.
HSL color Cylindrical-coordinate representation of color #BA1354: hue angle of 336.65º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1354 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 84 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.27 |
| HSL | 336.65º | 0.81% | 0.4% | - |
| HSV(B) | 336.65º | 0.9% | 0.73% | - |
| XYZ | 22.08 | 11.54 | 9.45 | - |
| YUV | 76.34 | 132.33 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 84 | 0 | 0.90 | 0.55 | 0.27 | 336.65 | 0.81 | 0.4 |
| Hex | BA | 13 | 54 | 0 | 5A | 37 | 1B | 151 | 51 | 28 |
| Octal | 272 | 23 | 124 | 0 | 132 | 67 | 33 | 521 | 121 | 50 |
| Binary | 10111010 | 10011 | 1010100 | 0 | 1011010 | 110111 | 11011 | 101010001 | 1010001 | 101000 |
Color Harmonies of #BA1354
Complementary color
Monochromatic Colors of #BA1354
Black with #BA1354
Text Example
Text Example
White with #BA1354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1354; }
p { color: rgb(186,19,84); }
H1.HeaderClassName
{
color: #BA1354;
}
.AnyTagClassName
{
color: #BA1354;
}
</style>
background-color css
<style>
a { background-color: #BA1354; }
a { background-color: rgb(186,19,84); }
div.DivClassName
{
background-color: #BA1354;
}
.BgClassName
{
background-color: #BA1354;
}
</style>
border-color css
<style>
span { border-color: #BA1354; }
span { border-color: rgb(186,19,84); }
td.TdClassName
{
border-color: #BA1354;
}
.TagClassName
{
border-color: #BA1354;
}
</style>