Shades of Jazzberry Jam #BA0E51
Tints of Jazzberry Jam #BA0E51
RGB
CMYK
RGB Variations
Color information
#BA0E51 (or 0xBA0E51) is known color: Jazzberry Jam. HEX triplet: BA, 0E and 51. RGB value is (186,14,81). Sum of RGB (Red+Green+Blue) = 186+14+81=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0E51 is #45F1AE. Grayscale: #484848. Windows color (decimal): -4583855 or 5312186. OLE color: 5312186.
HSL color Cylindrical-coordinate representation of color #BA0E51: hue angle of 336.63º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0E51 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 14 | 81 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.27 |
| HSL | 336.63º | 0.86% | 0.39% | - |
| HSV(B) | 336.63º | 0.92% | 0.73% | - |
| XYZ | 21.89 | 11.35 | 8.82 | - |
| YUV | 73.07 | 132.48 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 14 | 81 | 0 | 0.92 | 0.56 | 0.27 | 336.63 | 0.86 | 0.39 |
| Hex | BA | E | 51 | 0 | 5C | 38 | 1B | 151 | 56 | 27 |
| Octal | 272 | 16 | 121 | 0 | 134 | 70 | 33 | 521 | 126 | 47 |
| Binary | 10111010 | 1110 | 1010001 | 0 | 1011100 | 111000 | 11011 | 101010001 | 1010110 | 100111 |
Color Harmonies of #BA0E51
Complementary color
Monochromatic Colors of #BA0E51
Black with #BA0E51
Text Example
Text Example
White with #BA0E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0E51; }
p { color: rgb(186,14,81); }
H1.HeaderClassName
{
color: #BA0E51;
}
.AnyTagClassName
{
color: #BA0E51;
}
</style>
background-color css
<style>
a { background-color: #BA0E51; }
a { background-color: rgb(186,14,81); }
div.DivClassName
{
background-color: #BA0E51;
}
.BgClassName
{
background-color: #BA0E51;
}
</style>
border-color css
<style>
span { border-color: #BA0E51; }
span { border-color: rgb(186,14,81); }
td.TdClassName
{
border-color: #BA0E51;
}
.TagClassName
{
border-color: #BA0E51;
}
</style>