Shades of Jazzberry Jam #BA0049
Tints of Jazzberry Jam #BA0049
RGB
CMYK
RGB Variations
Color information
#BA0049 (or 0xBA0049) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 49. RGB value is (186,0,73). Sum of RGB (Red+Green+Blue) = 186+0+73=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0049 is #45FFB6. Grayscale: #3F3F3F. Windows color (decimal): -4587447 or 4784314. OLE color: 4784314.
HSL color Cylindrical-coordinate representation of color #BA0049: hue angle of 336.45º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0049 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.61 | 0.27 |
| HSL | 336.45º | 1% | 0.36% | - |
| HSV(B) | 336.45º | 1% | 0.73% | - |
| XYZ | 21.45 | 10.92 | 7.28 | - |
| YUV | 63.94 | 133.12 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 73 | 0 | 1 | 0.61 | 0.27 | 336.45 | 1 | 0.36 |
| Hex | BA | 0 | 49 | 0 | 64 | 3D | 1B | 150 | 64 | 24 |
| Octal | 272 | 0 | 111 | 0 | 144 | 75 | 33 | 520 | 144 | 44 |
| Binary | 10111010 | 0 | 1001001 | 0 | 1100100 | 111101 | 11011 | 101010000 | 1100100 | 100100 |
Color Harmonies of #BA0049
Complementary color
Monochromatic Colors of #BA0049
Black with #BA0049
Text Example
Text Example
White with #BA0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0049; }
p { color: rgb(186,0,73); }
H1.HeaderClassName
{
color: #BA0049;
}
.AnyTagClassName
{
color: #BA0049;
}
</style>
background-color css
<style>
a { background-color: #BA0049; }
a { background-color: rgb(186,0,73); }
div.DivClassName
{
background-color: #BA0049;
}
.BgClassName
{
background-color: #BA0049;
}
</style>
border-color css
<style>
span { border-color: #BA0049; }
span { border-color: rgb(186,0,73); }
td.TdClassName
{
border-color: #BA0049;
}
.TagClassName
{
border-color: #BA0049;
}
</style>