Shades of Jazzberry Jam #BA0256
Tints of Jazzberry Jam #BA0256
RGB
CMYK
RGB Variations
Color information
#BA0256 (or 0xBA0256) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 56. RGB value is (186,2,86). Sum of RGB (Red+Green+Blue) = 186+2+86=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0256 is #45FDA9. Grayscale: #424242. Windows color (decimal): -4586922 or 5636794. OLE color: 5636794.
HSL color Cylindrical-coordinate representation of color #BA0256: hue angle of 332.61º 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 #BA0256 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.27 |
| HSL | 332.61º | 0.98% | 0.37% | - |
| HSV(B) | 332.61º | 0.99% | 0.73% | - |
| XYZ | 21.95 | 11.15 | 9.8 | - |
| YUV | 66.59 | 138.96 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 86 | 0 | 0.99 | 0.54 | 0.27 | 332.61 | 0.98 | 0.37 |
| Hex | BA | 2 | 56 | 0 | 63 | 36 | 1B | 14D | 62 | 25 |
| Octal | 272 | 2 | 126 | 0 | 143 | 66 | 33 | 515 | 142 | 45 |
| Binary | 10111010 | 10 | 1010110 | 0 | 1100011 | 110110 | 11011 | 101001101 | 1100010 | 100101 |
Color Harmonies of #BA0256
Complementary color
Monochromatic Colors of #BA0256
Black with #BA0256
Text Example
Text Example
White with #BA0256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0256; }
p { color: rgb(186,2,86); }
H1.HeaderClassName
{
color: #BA0256;
}
.AnyTagClassName
{
color: #BA0256;
}
</style>
background-color css
<style>
a { background-color: #BA0256; }
a { background-color: rgb(186,2,86); }
div.DivClassName
{
background-color: #BA0256;
}
.BgClassName
{
background-color: #BA0256;
}
</style>
border-color css
<style>
span { border-color: #BA0256; }
span { border-color: rgb(186,2,86); }
td.TdClassName
{
border-color: #BA0256;
}
.TagClassName
{
border-color: #BA0256;
}
</style>