Shades of Jazzberry Jam #BA1756
Tints of Jazzberry Jam #BA1756
RGB
CMYK
RGB Variations
Color information
#BA1756 (or 0xBA1756) is known color: Jazzberry Jam. HEX triplet: BA, 17 and 56. RGB value is (186,23,86). Sum of RGB (Red+Green+Blue) = 186+23+86=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1756 is #45E8A9. Grayscale: #4E4E4E. Windows color (decimal): -4581546 or 5642170. OLE color: 5642170.
HSL color Cylindrical-coordinate representation of color #BA1756: hue angle of 336.81º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1756 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 86 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.27 |
| HSL | 336.81º | 0.78% | 0.41% | - |
| HSV(B) | 336.81º | 0.88% | 0.73% | - |
| XYZ | 22.24 | 11.72 | 9.9 | - |
| YUV | 78.92 | 132 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 86 | 0 | 0.88 | 0.54 | 0.27 | 336.81 | 0.78 | 0.41 |
| Hex | BA | 17 | 56 | 0 | 58 | 36 | 1B | 151 | 4E | 29 |
| Octal | 272 | 27 | 126 | 0 | 130 | 66 | 33 | 521 | 116 | 51 |
| Binary | 10111010 | 10111 | 1010110 | 0 | 1011000 | 110110 | 11011 | 101010001 | 1001110 | 101001 |
Color Harmonies of #BA1756
Complementary color
Monochromatic Colors of #BA1756
Black with #BA1756
Text Example
Text Example
White with #BA1756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1756; }
p { color: rgb(186,23,86); }
H1.HeaderClassName
{
color: #BA1756;
}
.AnyTagClassName
{
color: #BA1756;
}
</style>
background-color css
<style>
a { background-color: #BA1756; }
a { background-color: rgb(186,23,86); }
div.DivClassName
{
background-color: #BA1756;
}
.BgClassName
{
background-color: #BA1756;
}
</style>
border-color css
<style>
span { border-color: #BA1756; }
span { border-color: rgb(186,23,86); }
td.TdClassName
{
border-color: #BA1756;
}
.TagClassName
{
border-color: #BA1756;
}
</style>