Shades of Jazzberry Jam #BA1668
Tints of Jazzberry Jam #BA1668
RGB
CMYK
RGB Variations
Color information
#BA1668 (or 0xBA1668) is known color: Jazzberry Jam. HEX triplet: BA, 16 and 68. RGB value is (186,22,104). Sum of RGB (Red+Green+Blue) = 186+22+104=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1668 is #45E997. Grayscale: #505050. Windows color (decimal): -4581784 or 6821562. OLE color: 6821562.
HSL color Cylindrical-coordinate representation of color #BA1668: hue angle of 330º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1668 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 104 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.27 |
| HSL | 330º | 0.79% | 0.41% | - |
| HSV(B) | 330º | 0.88% | 0.73% | - |
| XYZ | 23.04 | 12.01 | 14.2 | - |
| YUV | 80.38 | 141.33 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 104 | 0 | 0.88 | 0.44 | 0.27 | 330 | 0.79 | 0.41 |
| Hex | BA | 16 | 68 | 0 | 58 | 2C | 1B | 14A | 4F | 29 |
| Octal | 272 | 26 | 150 | 0 | 130 | 54 | 33 | 512 | 117 | 51 |
| Binary | 10111010 | 10110 | 1101000 | 0 | 1011000 | 101100 | 11011 | 101001010 | 1001111 | 101001 |
Color Harmonies of #BA1668
Complementary color
Monochromatic Colors of #BA1668
Black with #BA1668
Text Example
Text Example
White with #BA1668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1668; }
p { color: rgb(186,22,104); }
H1.HeaderClassName
{
color: #BA1668;
}
.AnyTagClassName
{
color: #BA1668;
}
</style>
background-color css
<style>
a { background-color: #BA1668; }
a { background-color: rgb(186,22,104); }
div.DivClassName
{
background-color: #BA1668;
}
.BgClassName
{
background-color: #BA1668;
}
</style>
border-color css
<style>
span { border-color: #BA1668; }
span { border-color: rgb(186,22,104); }
td.TdClassName
{
border-color: #BA1668;
}
.TagClassName
{
border-color: #BA1668;
}
</style>