Shades of Jazzberry Jam #BA1964
Tints of Jazzberry Jam #BA1964
RGB
CMYK
RGB Variations
Color information
#BA1964 (or 0xBA1964) is known color: Jazzberry Jam. HEX triplet: BA, 19 and 64. RGB value is (186,25,100). Sum of RGB (Red+Green+Blue) = 186+25+100=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1964 is #45E69B. Grayscale: #515151. Windows color (decimal): -4581020 or 6560186. OLE color: 6560186.
HSL color Cylindrical-coordinate representation of color #BA1964: hue angle of 332.05º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1964 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 100 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.27 |
| HSL | 332.05º | 0.76% | 0.41% | - |
| HSV(B) | 332.05º | 0.87% | 0.73% | - |
| XYZ | 22.9 | 12.05 | 13.18 | - |
| YUV | 81.69 | 138.34 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 100 | 0 | 0.87 | 0.46 | 0.27 | 332.05 | 0.76 | 0.41 |
| Hex | BA | 19 | 64 | 0 | 57 | 2E | 1B | 14C | 4C | 29 |
| Octal | 272 | 31 | 144 | 0 | 127 | 56 | 33 | 514 | 114 | 51 |
| Binary | 10111010 | 11001 | 1100100 | 0 | 1010111 | 101110 | 11011 | 101001100 | 1001100 | 101001 |
Color Harmonies of #BA1964
Complementary color
Monochromatic Colors of #BA1964
Black with #BA1964
Text Example
Text Example
White with #BA1964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1964; }
p { color: rgb(186,25,100); }
H1.HeaderClassName
{
color: #BA1964;
}
.AnyTagClassName
{
color: #BA1964;
}
</style>
background-color css
<style>
a { background-color: #BA1964; }
a { background-color: rgb(186,25,100); }
div.DivClassName
{
background-color: #BA1964;
}
.BgClassName
{
background-color: #BA1964;
}
</style>
border-color css
<style>
span { border-color: #BA1964; }
span { border-color: rgb(186,25,100); }
td.TdClassName
{
border-color: #BA1964;
}
.TagClassName
{
border-color: #BA1964;
}
</style>