Shades of Jazzberry Jam #BA1258
Tints of Jazzberry Jam #BA1258
RGB
CMYK
RGB Variations
Color information
#BA1258 (or 0xBA1258) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 58. RGB value is (186,18,88). Sum of RGB (Red+Green+Blue) = 186+18+88=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1258 is #45EDA7. Grayscale: #4C4C4C. Windows color (decimal): -4582824 or 5771962. OLE color: 5771962.
HSL color Cylindrical-coordinate representation of color #BA1258: hue angle of 335º 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 #BA1258 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 88 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.27 |
| HSL | 335º | 0.82% | 0.4% | - |
| HSV(B) | 335º | 0.9% | 0.73% | - |
| XYZ | 22.23 | 11.58 | 10.3 | - |
| YUV | 76.21 | 134.66 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 88 | 0 | 0.90 | 0.53 | 0.27 | 335 | 0.82 | 0.4 |
| Hex | BA | 12 | 58 | 0 | 5A | 35 | 1B | 14F | 52 | 28 |
| Octal | 272 | 22 | 130 | 0 | 132 | 65 | 33 | 517 | 122 | 50 |
| Binary | 10111010 | 10010 | 1011000 | 0 | 1011010 | 110101 | 11011 | 101001111 | 1010010 | 101000 |
Color Harmonies of #BA1258
Complementary color
Monochromatic Colors of #BA1258
Black with #BA1258
Text Example
Text Example
White with #BA1258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1258; }
p { color: rgb(186,18,88); }
H1.HeaderClassName
{
color: #BA1258;
}
.AnyTagClassName
{
color: #BA1258;
}
</style>
background-color css
<style>
a { background-color: #BA1258; }
a { background-color: rgb(186,18,88); }
div.DivClassName
{
background-color: #BA1258;
}
.BgClassName
{
background-color: #BA1258;
}
</style>
border-color css
<style>
span { border-color: #BA1258; }
span { border-color: rgb(186,18,88); }
td.TdClassName
{
border-color: #BA1258;
}
.TagClassName
{
border-color: #BA1258;
}
</style>