Shades of Jazzberry Jam #BA0056
Tints of Jazzberry Jam #BA0056
RGB
CMYK
RGB Variations
Color information
#BA0056 (or 0xBA0056) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 56. RGB value is (186,0,86). Sum of RGB (Red+Green+Blue) = 186+0+86=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0056 is #45FFA9. Grayscale: #414141. Windows color (decimal): -4587434 or 5636282. OLE color: 5636282.
HSL color Cylindrical-coordinate representation of color #BA0056: hue angle of 332.26º 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 #BA0056 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.54 | 0.27 |
| HSL | 332.26º | 1% | 0.36% | - |
| HSV(B) | 332.26º | 1% | 0.73% | - |
| XYZ | 21.93 | 11.11 | 9.79 | - |
| YUV | 65.42 | 139.62 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 86 | 0 | 1 | 0.54 | 0.27 | 332.26 | 1 | 0.36 |
| Hex | BA | 0 | 56 | 0 | 64 | 36 | 1B | 14C | 64 | 24 |
| Octal | 272 | 0 | 126 | 0 | 144 | 66 | 33 | 514 | 144 | 44 |
| Binary | 10111010 | 0 | 1010110 | 0 | 1100100 | 110110 | 11011 | 101001100 | 1100100 | 100100 |
Color Harmonies of #BA0056
Complementary color
Monochromatic Colors of #BA0056
Black with #BA0056
Text Example
Text Example
White with #BA0056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0056; }
p { color: rgb(186,0,86); }
H1.HeaderClassName
{
color: #BA0056;
}
.AnyTagClassName
{
color: #BA0056;
}
</style>
background-color css
<style>
a { background-color: #BA0056; }
a { background-color: rgb(186,0,86); }
div.DivClassName
{
background-color: #BA0056;
}
.BgClassName
{
background-color: #BA0056;
}
</style>
border-color css
<style>
span { border-color: #BA0056; }
span { border-color: rgb(186,0,86); }
td.TdClassName
{
border-color: #BA0056;
}
.TagClassName
{
border-color: #BA0056;
}
</style>