Shades of Jazzberry Jam #BA0651
Tints of Jazzberry Jam #BA0651
RGB
CMYK
RGB Variations
Color information
#BA0651 (or 0xBA0651) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 51. RGB value is (186,6,81). Sum of RGB (Red+Green+Blue) = 186+6+81=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0651 is #45F9AE. Grayscale: #444444. Windows color (decimal): -4585903 or 5310138. OLE color: 5310138.
HSL color Cylindrical-coordinate representation of color #BA0651: hue angle of 335º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0651 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 81 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.27 |
| HSL | 335º | 0.94% | 0.38% | - |
| HSV(B) | 335º | 0.97% | 0.73% | - |
| XYZ | 21.8 | 11.16 | 8.79 | - |
| YUV | 68.37 | 135.13 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 81 | 0 | 0.97 | 0.56 | 0.27 | 335 | 0.94 | 0.38 |
| Hex | BA | 6 | 51 | 0 | 61 | 38 | 1B | 14F | 5E | 26 |
| Octal | 272 | 6 | 121 | 0 | 141 | 70 | 33 | 517 | 136 | 46 |
| Binary | 10111010 | 110 | 1010001 | 0 | 1100001 | 111000 | 11011 | 101001111 | 1011110 | 100110 |
Color Harmonies of #BA0651
Complementary color
Monochromatic Colors of #BA0651
Black with #BA0651
Text Example
Text Example
White with #BA0651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0651; }
p { color: rgb(186,6,81); }
H1.HeaderClassName
{
color: #BA0651;
}
.AnyTagClassName
{
color: #BA0651;
}
</style>
background-color css
<style>
a { background-color: #BA0651; }
a { background-color: rgb(186,6,81); }
div.DivClassName
{
background-color: #BA0651;
}
.BgClassName
{
background-color: #BA0651;
}
</style>
border-color css
<style>
span { border-color: #BA0651; }
span { border-color: rgb(186,6,81); }
td.TdClassName
{
border-color: #BA0651;
}
.TagClassName
{
border-color: #BA0651;
}
</style>