Shades of Jazzberry Jam #BA1257
Tints of Jazzberry Jam #BA1257
RGB
CMYK
RGB Variations
Color information
#BA1257 (or 0xBA1257) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 57. RGB value is (186,18,87). Sum of RGB (Red+Green+Blue) = 186+18+87=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1257 is #45EDA8. Grayscale: #4B4B4B. Windows color (decimal): -4582825 or 5706426. OLE color: 5706426.
HSL color Cylindrical-coordinate representation of color #BA1257: hue angle of 335.36º 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 #BA1257 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 87 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.27 |
| HSL | 335.36º | 0.82% | 0.4% | - |
| HSV(B) | 335.36º | 0.9% | 0.73% | - |
| XYZ | 22.19 | 11.56 | 10.08 | - |
| YUV | 76.1 | 134.16 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 87 | 0 | 0.90 | 0.53 | 0.27 | 335.36 | 0.82 | 0.4 |
| Hex | BA | 12 | 57 | 0 | 5A | 35 | 1B | 14F | 52 | 28 |
| Octal | 272 | 22 | 127 | 0 | 132 | 65 | 33 | 517 | 122 | 50 |
| Binary | 10111010 | 10010 | 1010111 | 0 | 1011010 | 110101 | 11011 | 101001111 | 1010010 | 101000 |
Color Harmonies of #BA1257
Complementary color
Monochromatic Colors of #BA1257
Black with #BA1257
Text Example
Text Example
White with #BA1257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1257; }
p { color: rgb(186,18,87); }
H1.HeaderClassName
{
color: #BA1257;
}
.AnyTagClassName
{
color: #BA1257;
}
</style>
background-color css
<style>
a { background-color: #BA1257; }
a { background-color: rgb(186,18,87); }
div.DivClassName
{
background-color: #BA1257;
}
.BgClassName
{
background-color: #BA1257;
}
</style>
border-color css
<style>
span { border-color: #BA1257; }
span { border-color: rgb(186,18,87); }
td.TdClassName
{
border-color: #BA1257;
}
.TagClassName
{
border-color: #BA1257;
}
</style>