Shades of Jazzberry Jam #BA1255
Tints of Jazzberry Jam #BA1255
RGB
CMYK
RGB Variations
Color information
#BA1255 (or 0xBA1255) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 55. RGB value is (186,18,85). Sum of RGB (Red+Green+Blue) = 186+18+85=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1255 is #45EDAA. Grayscale: #4B4B4B. Windows color (decimal): -4582827 or 5575354. OLE color: 5575354.
HSL color Cylindrical-coordinate representation of color #BA1255: hue angle of 336.07º 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 #BA1255 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 85 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.27 |
| HSL | 336.07º | 0.82% | 0.4% | - |
| HSV(B) | 336.07º | 0.9% | 0.73% | - |
| XYZ | 22.11 | 11.53 | 9.65 | - |
| YUV | 75.87 | 133.16 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 85 | 0 | 0.90 | 0.54 | 0.27 | 336.07 | 0.82 | 0.4 |
| Hex | BA | 12 | 55 | 0 | 5A | 36 | 1B | 150 | 52 | 28 |
| Octal | 272 | 22 | 125 | 0 | 132 | 66 | 33 | 520 | 122 | 50 |
| Binary | 10111010 | 10010 | 1010101 | 0 | 1011010 | 110110 | 11011 | 101010000 | 1010010 | 101000 |
Color Harmonies of #BA1255
Complementary color
Monochromatic Colors of #BA1255
Black with #BA1255
Text Example
Text Example
White with #BA1255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1255; }
p { color: rgb(186,18,85); }
H1.HeaderClassName
{
color: #BA1255;
}
.AnyTagClassName
{
color: #BA1255;
}
</style>
background-color css
<style>
a { background-color: #BA1255; }
a { background-color: rgb(186,18,85); }
div.DivClassName
{
background-color: #BA1255;
}
.BgClassName
{
background-color: #BA1255;
}
</style>
border-color css
<style>
span { border-color: #BA1255; }
span { border-color: rgb(186,18,85); }
td.TdClassName
{
border-color: #BA1255;
}
.TagClassName
{
border-color: #BA1255;
}
</style>