Shades of Jazzberry Jam #BA1569
Tints of Jazzberry Jam #BA1569
RGB
CMYK
RGB Variations
Color information
#BA1569 (or 0xBA1569) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 69. RGB value is (186,21,105). Sum of RGB (Red+Green+Blue) = 186+21+105=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1569 is #45EA96. Grayscale: #4F4F4F. Windows color (decimal): -4582039 or 6886842. OLE color: 6886842.
HSL color Cylindrical-coordinate representation of color #BA1569: hue angle of 329.45º 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 #BA1569 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 105 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.27 |
| HSL | 329.45º | 0.8% | 0.41% | - |
| HSV(B) | 329.45º | 0.89% | 0.73% | - |
| XYZ | 23.07 | 12 | 14.46 | - |
| YUV | 79.91 | 142.16 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 105 | 0 | 0.89 | 0.44 | 0.27 | 329.45 | 0.8 | 0.41 |
| Hex | BA | 15 | 69 | 0 | 59 | 2C | 1B | 149 | 50 | 29 |
| Octal | 272 | 25 | 151 | 0 | 131 | 54 | 33 | 511 | 120 | 51 |
| Binary | 10111010 | 10101 | 1101001 | 0 | 1011001 | 101100 | 11011 | 101001001 | 1010000 | 101001 |
Color Harmonies of #BA1569
Complementary color
Monochromatic Colors of #BA1569
Black with #BA1569
Text Example
Text Example
White with #BA1569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1569; }
p { color: rgb(186,21,105); }
H1.HeaderClassName
{
color: #BA1569;
}
.AnyTagClassName
{
color: #BA1569;
}
</style>
background-color css
<style>
a { background-color: #BA1569; }
a { background-color: rgb(186,21,105); }
div.DivClassName
{
background-color: #BA1569;
}
.BgClassName
{
background-color: #BA1569;
}
</style>
border-color css
<style>
span { border-color: #BA1569; }
span { border-color: rgb(186,21,105); }
td.TdClassName
{
border-color: #BA1569;
}
.TagClassName
{
border-color: #BA1569;
}
</style>