Shades of Jazzberry Jam #BA1451
Tints of Jazzberry Jam #BA1451
RGB
CMYK
RGB Variations
Color information
#BA1451 (or 0xBA1451) is known color: Jazzberry Jam. HEX triplet: BA, 14 and 51. RGB value is (186,20,81). Sum of RGB (Red+Green+Blue) = 186+20+81=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1451 is #45EBAE. Grayscale: #4C4C4C. Windows color (decimal): -4582319 or 5313722. OLE color: 5313722.
HSL color Cylindrical-coordinate representation of color #BA1451: hue angle of 337.95º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1451 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 81 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.27 |
| HSL | 337.95º | 0.81% | 0.4% | - |
| HSV(B) | 337.95º | 0.89% | 0.73% | - |
| XYZ | 21.99 | 11.53 | 8.85 | - |
| YUV | 76.59 | 130.5 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 81 | 0 | 0.89 | 0.56 | 0.27 | 337.95 | 0.81 | 0.4 |
| Hex | BA | 14 | 51 | 0 | 59 | 38 | 1B | 152 | 51 | 28 |
| Octal | 272 | 24 | 121 | 0 | 131 | 70 | 33 | 522 | 121 | 50 |
| Binary | 10111010 | 10100 | 1010001 | 0 | 1011001 | 111000 | 11011 | 101010010 | 1010001 | 101000 |
Color Harmonies of #BA1451
Complementary color
Monochromatic Colors of #BA1451
Black with #BA1451
Text Example
Text Example
White with #BA1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1451; }
p { color: rgb(186,20,81); }
H1.HeaderClassName
{
color: #BA1451;
}
.AnyTagClassName
{
color: #BA1451;
}
</style>
background-color css
<style>
a { background-color: #BA1451; }
a { background-color: rgb(186,20,81); }
div.DivClassName
{
background-color: #BA1451;
}
.BgClassName
{
background-color: #BA1451;
}
</style>
border-color css
<style>
span { border-color: #BA1451; }
span { border-color: rgb(186,20,81); }
td.TdClassName
{
border-color: #BA1451;
}
.TagClassName
{
border-color: #BA1451;
}
</style>