Shades of Jazzberry Jam #BA0A59
Tints of Jazzberry Jam #BA0A59
RGB
CMYK
RGB Variations
Color information
#BA0A59 (or 0xBA0A59) is known color: Jazzberry Jam. HEX triplet: BA, 0A and 59. RGB value is (186,10,89). Sum of RGB (Red+Green+Blue) = 186+10+89=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A59 is #45F5A6. Grayscale: #474747. Windows color (decimal): -4584871 or 5835450. OLE color: 5835450.
HSL color Cylindrical-coordinate representation of color #BA0A59: hue angle of 333.07º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0A59 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 89 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.27 |
| HSL | 333.07º | 0.9% | 0.38% | - |
| HSV(B) | 333.07º | 0.95% | 0.73% | - |
| XYZ | 22.16 | 11.38 | 10.48 | - |
| YUV | 71.63 | 137.81 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 89 | 0 | 0.95 | 0.52 | 0.27 | 333.07 | 0.9 | 0.38 |
| Hex | BA | A | 59 | 0 | 5F | 34 | 1B | 14D | 5A | 26 |
| Octal | 272 | 12 | 131 | 0 | 137 | 64 | 33 | 515 | 132 | 46 |
| Binary | 10111010 | 1010 | 1011001 | 0 | 1011111 | 110100 | 11011 | 101001101 | 1011010 | 100110 |
Color Harmonies of #BA0A59
Complementary color
Monochromatic Colors of #BA0A59
Black with #BA0A59
Text Example
Text Example
White with #BA0A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A59; }
p { color: rgb(186,10,89); }
H1.HeaderClassName
{
color: #BA0A59;
}
.AnyTagClassName
{
color: #BA0A59;
}
</style>
background-color css
<style>
a { background-color: #BA0A59; }
a { background-color: rgb(186,10,89); }
div.DivClassName
{
background-color: #BA0A59;
}
.BgClassName
{
background-color: #BA0A59;
}
</style>
border-color css
<style>
span { border-color: #BA0A59; }
span { border-color: rgb(186,10,89); }
td.TdClassName
{
border-color: #BA0A59;
}
.TagClassName
{
border-color: #BA0A59;
}
</style>