Shades of Jazzberry Jam #BA1157
Tints of Jazzberry Jam #BA1157
RGB
CMYK
RGB Variations
Color information
#BA1157 (or 0xBA1157) is known color: Jazzberry Jam. HEX triplet: BA, 11 and 57. RGB value is (186,17,87). Sum of RGB (Red+Green+Blue) = 186+17+87=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1157 is #45EEA8. Grayscale: #4B4B4B. Windows color (decimal): -4583081 or 5706170. OLE color: 5706170.
HSL color Cylindrical-coordinate representation of color #BA1157: hue angle of 335.15º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1157 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 87 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.27 |
| HSL | 335.15º | 0.83% | 0.4% | - |
| HSV(B) | 335.15º | 0.91% | 0.73% | - |
| XYZ | 22.17 | 11.53 | 10.07 | - |
| YUV | 75.51 | 134.49 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 87 | 0 | 0.91 | 0.53 | 0.27 | 335.15 | 0.83 | 0.4 |
| Hex | BA | 11 | 57 | 0 | 5B | 35 | 1B | 14F | 53 | 28 |
| Octal | 272 | 21 | 127 | 0 | 133 | 65 | 33 | 517 | 123 | 50 |
| Binary | 10111010 | 10001 | 1010111 | 0 | 1011011 | 110101 | 11011 | 101001111 | 1010011 | 101000 |
Color Harmonies of #BA1157
Complementary color
Monochromatic Colors of #BA1157
Black with #BA1157
Text Example
Text Example
White with #BA1157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1157; }
p { color: rgb(186,17,87); }
H1.HeaderClassName
{
color: #BA1157;
}
.AnyTagClassName
{
color: #BA1157;
}
</style>
background-color css
<style>
a { background-color: #BA1157; }
a { background-color: rgb(186,17,87); }
div.DivClassName
{
background-color: #BA1157;
}
.BgClassName
{
background-color: #BA1157;
}
</style>
border-color css
<style>
span { border-color: #BA1157; }
span { border-color: rgb(186,17,87); }
td.TdClassName
{
border-color: #BA1157;
}
.TagClassName
{
border-color: #BA1157;
}
</style>