Shades of Jazzberry Jam #BA1253
Tints of Jazzberry Jam #BA1253
RGB
CMYK
RGB Variations
Color information
#BA1253 (or 0xBA1253) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 53. RGB value is (186,18,83). Sum of RGB (Red+Green+Blue) = 186+18+83=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1253 is #45EDAC. Grayscale: #4B4B4B. Windows color (decimal): -4582829 or 5444282. OLE color: 5444282.
HSL color Cylindrical-coordinate representation of color #BA1253: hue angle of 336.79º degrees, saturation: 0.82, 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 #BA1253 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 83 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.27 |
| HSL | 336.79º | 0.82% | 0.4% | - |
| HSV(B) | 336.79º | 0.9% | 0.73% | - |
| XYZ | 22.03 | 11.5 | 9.24 | - |
| YUV | 75.64 | 132.16 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 83 | 0 | 0.90 | 0.55 | 0.27 | 336.79 | 0.82 | 0.4 |
| Hex | BA | 12 | 53 | 0 | 5A | 37 | 1B | 151 | 52 | 28 |
| Octal | 272 | 22 | 123 | 0 | 132 | 67 | 33 | 521 | 122 | 50 |
| Binary | 10111010 | 10010 | 1010011 | 0 | 1011010 | 110111 | 11011 | 101010001 | 1010010 | 101000 |
Color Harmonies of #BA1253
Complementary color
Monochromatic Colors of #BA1253
Black with #BA1253
Text Example
Text Example
White with #BA1253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1253; }
p { color: rgb(186,18,83); }
H1.HeaderClassName
{
color: #BA1253;
}
.AnyTagClassName
{
color: #BA1253;
}
</style>
background-color css
<style>
a { background-color: #BA1253; }
a { background-color: rgb(186,18,83); }
div.DivClassName
{
background-color: #BA1253;
}
.BgClassName
{
background-color: #BA1253;
}
</style>
border-color css
<style>
span { border-color: #BA1253; }
span { border-color: rgb(186,18,83); }
td.TdClassName
{
border-color: #BA1253;
}
.TagClassName
{
border-color: #BA1253;
}
</style>