Shades of Jazzberry Jam #BA0249
Tints of Jazzberry Jam #BA0249
RGB
CMYK
RGB Variations
Color information
#BA0249 (or 0xBA0249) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 49. RGB value is (186,2,73). Sum of RGB (Red+Green+Blue) = 186+2+73=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0249 is #45FDB6. Grayscale: #414141. Windows color (decimal): -4586935 or 4784826. OLE color: 4784826.
HSL color Cylindrical-coordinate representation of color #BA0249: hue angle of 336.85º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0249 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 73 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.27 |
| HSL | 336.85º | 0.98% | 0.37% | - |
| HSV(B) | 336.85º | 0.99% | 0.73% | - |
| XYZ | 21.47 | 10.96 | 7.29 | - |
| YUV | 65.11 | 132.46 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 73 | 0 | 0.99 | 0.61 | 0.27 | 336.85 | 0.98 | 0.37 |
| Hex | BA | 2 | 49 | 0 | 63 | 3D | 1B | 151 | 62 | 25 |
| Octal | 272 | 2 | 111 | 0 | 143 | 75 | 33 | 521 | 142 | 45 |
| Binary | 10111010 | 10 | 1001001 | 0 | 1100011 | 111101 | 11011 | 101010001 | 1100010 | 100101 |
Color Harmonies of #BA0249
Complementary color
Monochromatic Colors of #BA0249
Black with #BA0249
Text Example
Text Example
White with #BA0249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0249; }
p { color: rgb(186,2,73); }
H1.HeaderClassName
{
color: #BA0249;
}
.AnyTagClassName
{
color: #BA0249;
}
</style>
background-color css
<style>
a { background-color: #BA0249; }
a { background-color: rgb(186,2,73); }
div.DivClassName
{
background-color: #BA0249;
}
.BgClassName
{
background-color: #BA0249;
}
</style>
border-color css
<style>
span { border-color: #BA0249; }
span { border-color: rgb(186,2,73); }
td.TdClassName
{
border-color: #BA0249;
}
.TagClassName
{
border-color: #BA0249;
}
</style>