Shades of Jazzberry Jam #BA1968
Tints of Jazzberry Jam #BA1968
RGB
CMYK
RGB Variations
Color information
#BA1968 (or 0xBA1968) is known color: Jazzberry Jam. HEX triplet: BA, 19 and 68. RGB value is (186,25,104). Sum of RGB (Red+Green+Blue) = 186+25+104=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1968 is #45E697. Grayscale: #515151. Windows color (decimal): -4581016 or 6822330. OLE color: 6822330.
HSL color Cylindrical-coordinate representation of color #BA1968: hue angle of 330.56º 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 #BA1968 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 104 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.27 |
| HSL | 330.56º | 0.76% | 0.41% | - |
| HSV(B) | 330.56º | 0.87% | 0.73% | - |
| XYZ | 23.1 | 12.13 | 14.22 | - |
| YUV | 82.15 | 140.34 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 104 | 0 | 0.87 | 0.44 | 0.27 | 330.56 | 0.76 | 0.41 |
| Hex | BA | 19 | 68 | 0 | 57 | 2C | 1B | 14B | 4C | 29 |
| Octal | 272 | 31 | 150 | 0 | 127 | 54 | 33 | 513 | 114 | 51 |
| Binary | 10111010 | 11001 | 1101000 | 0 | 1010111 | 101100 | 11011 | 101001011 | 1001100 | 101001 |
Color Harmonies of #BA1968
Complementary color
Monochromatic Colors of #BA1968
Black with #BA1968
Text Example
Text Example
White with #BA1968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1968; }
p { color: rgb(186,25,104); }
H1.HeaderClassName
{
color: #BA1968;
}
.AnyTagClassName
{
color: #BA1968;
}
</style>
background-color css
<style>
a { background-color: #BA1968; }
a { background-color: rgb(186,25,104); }
div.DivClassName
{
background-color: #BA1968;
}
.BgClassName
{
background-color: #BA1968;
}
</style>
border-color css
<style>
span { border-color: #BA1968; }
span { border-color: rgb(186,25,104); }
td.TdClassName
{
border-color: #BA1968;
}
.TagClassName
{
border-color: #BA1968;
}
</style>