Shades of Jazzberry Jam #BA1054
Tints of Jazzberry Jam #BA1054
RGB
CMYK
RGB Variations
Color information
#BA1054 (or 0xBA1054) is known color: Jazzberry Jam. HEX triplet: BA, 10 and 54. RGB value is (186,16,84). Sum of RGB (Red+Green+Blue) = 186+16+84=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1054 is #45EFAB. Grayscale: #4A4A4A. Windows color (decimal): -4583340 or 5509306. OLE color: 5509306.
HSL color Cylindrical-coordinate representation of color #BA1054: hue angle of 336º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1054 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 84 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.27 |
| HSL | 336º | 0.84% | 0.4% | - |
| HSV(B) | 336º | 0.91% | 0.73% | - |
| XYZ | 22.04 | 11.45 | 9.44 | - |
| YUV | 74.58 | 133.32 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 84 | 0 | 0.91 | 0.55 | 0.27 | 336 | 0.84 | 0.4 |
| Hex | BA | 10 | 54 | 0 | 5B | 37 | 1B | 150 | 54 | 28 |
| Octal | 272 | 20 | 124 | 0 | 133 | 67 | 33 | 520 | 124 | 50 |
| Binary | 10111010 | 10000 | 1010100 | 0 | 1011011 | 110111 | 11011 | 101010000 | 1010100 | 101000 |
Color Harmonies of #BA1054
Complementary color
Monochromatic Colors of #BA1054
Black with #BA1054
Text Example
Text Example
White with #BA1054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1054; }
p { color: rgb(186,16,84); }
H1.HeaderClassName
{
color: #BA1054;
}
.AnyTagClassName
{
color: #BA1054;
}
</style>
background-color css
<style>
a { background-color: #BA1054; }
a { background-color: rgb(186,16,84); }
div.DivClassName
{
background-color: #BA1054;
}
.BgClassName
{
background-color: #BA1054;
}
</style>
border-color css
<style>
span { border-color: #BA1054; }
span { border-color: rgb(186,16,84); }
td.TdClassName
{
border-color: #BA1054;
}
.TagClassName
{
border-color: #BA1054;
}
</style>