Shades of Jazzberry Jam #BA1553
Tints of Jazzberry Jam #BA1553
RGB
CMYK
RGB Variations
Color information
#BA1553 (or 0xBA1553) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 53. RGB value is (186,21,83). Sum of RGB (Red+Green+Blue) = 186+21+83=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1553 is #45EAAC. Grayscale: #4D4D4D. Windows color (decimal): -4582061 or 5445050. OLE color: 5445050.
HSL color Cylindrical-coordinate representation of color #BA1553: hue angle of 337.45º 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 #BA1553 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 83 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.27 |
| HSL | 337.45º | 0.8% | 0.41% | - |
| HSV(B) | 337.45º | 0.89% | 0.73% | - |
| XYZ | 22.08 | 11.6 | 9.26 | - |
| YUV | 77.4 | 131.16 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 83 | 0 | 0.89 | 0.55 | 0.27 | 337.45 | 0.8 | 0.41 |
| Hex | BA | 15 | 53 | 0 | 59 | 37 | 1B | 151 | 50 | 29 |
| Octal | 272 | 25 | 123 | 0 | 131 | 67 | 33 | 521 | 120 | 51 |
| Binary | 10111010 | 10101 | 1010011 | 0 | 1011001 | 110111 | 11011 | 101010001 | 1010000 | 101001 |
Color Harmonies of #BA1553
Complementary color
Monochromatic Colors of #BA1553
Black with #BA1553
Text Example
Text Example
White with #BA1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1553; }
p { color: rgb(186,21,83); }
H1.HeaderClassName
{
color: #BA1553;
}
.AnyTagClassName
{
color: #BA1553;
}
</style>
background-color css
<style>
a { background-color: #BA1553; }
a { background-color: rgb(186,21,83); }
div.DivClassName
{
background-color: #BA1553;
}
.BgClassName
{
background-color: #BA1553;
}
</style>
border-color css
<style>
span { border-color: #BA1553; }
span { border-color: rgb(186,21,83); }
td.TdClassName
{
border-color: #BA1553;
}
.TagClassName
{
border-color: #BA1553;
}
</style>