Shades of Jazzberry Jam #BA0047
Tints of Jazzberry Jam #BA0047
RGB
CMYK
RGB Variations
Color information
#BA0047 (or 0xBA0047) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 47. RGB value is (186,0,71). Sum of RGB (Red+Green+Blue) = 186+0+71=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0047 is #45FFB8. Grayscale: #3F3F3F. Windows color (decimal): -4587449 or 4653242. OLE color: 4653242.
HSL color Cylindrical-coordinate representation of color #BA0047: hue angle of 337.1º 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 #BA0047 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.62 | 0.27 |
| HSL | 337.1º | 1% | 0.36% | - |
| HSV(B) | 337.1º | 1% | 0.73% | - |
| XYZ | 21.39 | 10.89 | 6.94 | - |
| YUV | 63.71 | 132.12 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 71 | 0 | 1 | 0.62 | 0.27 | 337.1 | 1 | 0.36 |
| Hex | BA | 0 | 47 | 0 | 64 | 3E | 1B | 151 | 64 | 24 |
| Octal | 272 | 0 | 107 | 0 | 144 | 76 | 33 | 521 | 144 | 44 |
| Binary | 10111010 | 0 | 1000111 | 0 | 1100100 | 111110 | 11011 | 101010001 | 1100100 | 100100 |
Color Harmonies of #BA0047
Complementary color
Monochromatic Colors of #BA0047
Black with #BA0047
Text Example
Text Example
White with #BA0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0047; }
p { color: rgb(186,0,71); }
H1.HeaderClassName
{
color: #BA0047;
}
.AnyTagClassName
{
color: #BA0047;
}
</style>
background-color css
<style>
a { background-color: #BA0047; }
a { background-color: rgb(186,0,71); }
div.DivClassName
{
background-color: #BA0047;
}
.BgClassName
{
background-color: #BA0047;
}
</style>
border-color css
<style>
span { border-color: #BA0047; }
span { border-color: rgb(186,0,71); }
td.TdClassName
{
border-color: #BA0047;
}
.TagClassName
{
border-color: #BA0047;
}
</style>