Shades of Jazzberry Jam #BA1567
Tints of Jazzberry Jam #BA1567
RGB
CMYK
RGB Variations
Color information
#BA1567 (or 0xBA1567) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 67. RGB value is (186,21,103). Sum of RGB (Red+Green+Blue) = 186+21+103=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1567 is #45EA98. Grayscale: #4F4F4F. Windows color (decimal): -4582041 or 6755770. OLE color: 6755770.
HSL color Cylindrical-coordinate representation of color #BA1567: hue angle of 330.18º 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 #BA1567 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 103 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.27 |
| HSL | 330.18º | 0.8% | 0.41% | - |
| HSV(B) | 330.18º | 0.89% | 0.73% | - |
| XYZ | 22.97 | 11.95 | 13.93 | - |
| YUV | 79.68 | 141.16 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 103 | 0 | 0.89 | 0.45 | 0.27 | 330.18 | 0.8 | 0.41 |
| Hex | BA | 15 | 67 | 0 | 59 | 2D | 1B | 14A | 50 | 29 |
| Octal | 272 | 25 | 147 | 0 | 131 | 55 | 33 | 512 | 120 | 51 |
| Binary | 10111010 | 10101 | 1100111 | 0 | 1011001 | 101101 | 11011 | 101001010 | 1010000 | 101001 |
Color Harmonies of #BA1567
Complementary color
Monochromatic Colors of #BA1567
Black with #BA1567
Text Example
Text Example
White with #BA1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1567; }
p { color: rgb(186,21,103); }
H1.HeaderClassName
{
color: #BA1567;
}
.AnyTagClassName
{
color: #BA1567;
}
</style>
background-color css
<style>
a { background-color: #BA1567; }
a { background-color: rgb(186,21,103); }
div.DivClassName
{
background-color: #BA1567;
}
.BgClassName
{
background-color: #BA1567;
}
</style>
border-color css
<style>
span { border-color: #BA1567; }
span { border-color: rgb(186,21,103); }
td.TdClassName
{
border-color: #BA1567;
}
.TagClassName
{
border-color: #BA1567;
}
</style>