Shades of Jazzberry Jam #BA1565
Tints of Jazzberry Jam #BA1565
RGB
CMYK
RGB Variations
Color information
#BA1565 (or 0xBA1565) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 65. RGB value is (186,21,101). Sum of RGB (Red+Green+Blue) = 186+21+101=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1565 is #45EA9A. Grayscale: #4F4F4F. Windows color (decimal): -4582043 or 6624698. OLE color: 6624698.
HSL color Cylindrical-coordinate representation of color #BA1565: hue angle of 330.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1565 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 101 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.27 |
| HSL | 330.91º | 0.8% | 0.41% | - |
| HSV(B) | 330.91º | 0.89% | 0.73% | - |
| XYZ | 22.87 | 11.92 | 13.41 | - |
| YUV | 79.46 | 140.16 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 101 | 0 | 0.89 | 0.46 | 0.27 | 330.91 | 0.8 | 0.41 |
| Hex | BA | 15 | 65 | 0 | 59 | 2E | 1B | 14B | 50 | 29 |
| Octal | 272 | 25 | 145 | 0 | 131 | 56 | 33 | 513 | 120 | 51 |
| Binary | 10111010 | 10101 | 1100101 | 0 | 1011001 | 101110 | 11011 | 101001011 | 1010000 | 101001 |
Color Harmonies of #BA1565
Complementary color
Monochromatic Colors of #BA1565
Black with #BA1565
Text Example
Text Example
White with #BA1565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1565; }
p { color: rgb(186,21,101); }
H1.HeaderClassName
{
color: #BA1565;
}
.AnyTagClassName
{
color: #BA1565;
}
</style>
background-color css
<style>
a { background-color: #BA1565; }
a { background-color: rgb(186,21,101); }
div.DivClassName
{
background-color: #BA1565;
}
.BgClassName
{
background-color: #BA1565;
}
</style>
border-color css
<style>
span { border-color: #BA1565; }
span { border-color: rgb(186,21,101); }
td.TdClassName
{
border-color: #BA1565;
}
.TagClassName
{
border-color: #BA1565;
}
</style>