Shades of Jazzberry Jam #BA1452
Tints of Jazzberry Jam #BA1452
RGB
CMYK
RGB Variations
Color information
#BA1452 (or 0xBA1452) is known color: Jazzberry Jam. HEX triplet: BA, 14 and 52. RGB value is (186,20,82). Sum of RGB (Red+Green+Blue) = 186+20+82=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1452 is #45EBAD. Grayscale: #4C4C4C. Windows color (decimal): -4582318 or 5379258. OLE color: 5379258.
HSL color Cylindrical-coordinate representation of color #BA1452: hue angle of 337.59º 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 #BA1452 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 82 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.27 |
| HSL | 337.59º | 0.81% | 0.4% | - |
| HSV(B) | 337.59º | 0.89% | 0.73% | - |
| XYZ | 22.02 | 11.55 | 9.05 | - |
| YUV | 76.7 | 131 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 82 | 0 | 0.89 | 0.56 | 0.27 | 337.59 | 0.81 | 0.4 |
| Hex | BA | 14 | 52 | 0 | 59 | 38 | 1B | 152 | 51 | 28 |
| Octal | 272 | 24 | 122 | 0 | 131 | 70 | 33 | 522 | 121 | 50 |
| Binary | 10111010 | 10100 | 1010010 | 0 | 1011001 | 111000 | 11011 | 101010010 | 1010001 | 101000 |
Color Harmonies of #BA1452
Complementary color
Monochromatic Colors of #BA1452
Black with #BA1452
Text Example
Text Example
White with #BA1452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1452; }
p { color: rgb(186,20,82); }
H1.HeaderClassName
{
color: #BA1452;
}
.AnyTagClassName
{
color: #BA1452;
}
</style>
background-color css
<style>
a { background-color: #BA1452; }
a { background-color: rgb(186,20,82); }
div.DivClassName
{
background-color: #BA1452;
}
.BgClassName
{
background-color: #BA1452;
}
</style>
border-color css
<style>
span { border-color: #BA1452; }
span { border-color: rgb(186,20,82); }
td.TdClassName
{
border-color: #BA1452;
}
.TagClassName
{
border-color: #BA1452;
}
</style>