Shades of Jazzberry Jam #BA2166
Tints of Jazzberry Jam #BA2166
RGB
CMYK
RGB Variations
Color information
#BA2166 (or 0xBA2166) is known color: Jazzberry Jam. HEX triplet: BA, 21 and 66. RGB value is (186,33,102). Sum of RGB (Red+Green+Blue) = 186+33+102=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2166 is #45DE99. Grayscale: #565656. Windows color (decimal): -4578970 or 6693306. OLE color: 6693306.
HSL color Cylindrical-coordinate representation of color #BA2166: hue angle of 332.94º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2166 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 102 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.27 |
| HSL | 332.94º | 0.7% | 0.43% | - |
| HSV(B) | 332.94º | 0.82% | 0.73% | - |
| XYZ | 23.19 | 12.49 | 13.76 | - |
| YUV | 86.61 | 136.69 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 102 | 0 | 0.82 | 0.45 | 0.27 | 332.94 | 0.7 | 0.43 |
| Hex | BA | 21 | 66 | 0 | 52 | 2D | 1B | 14D | 46 | 2B |
| Octal | 272 | 41 | 146 | 0 | 122 | 55 | 33 | 515 | 106 | 53 |
| Binary | 10111010 | 100001 | 1100110 | 0 | 1010010 | 101101 | 11011 | 101001101 | 1000110 | 101011 |
Color Harmonies of #BA2166
Complementary color
Monochromatic Colors of #BA2166
Black with #BA2166
Text Example
Text Example
White with #BA2166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2166; }
p { color: rgb(186,33,102); }
H1.HeaderClassName
{
color: #BA2166;
}
.AnyTagClassName
{
color: #BA2166;
}
</style>
background-color css
<style>
a { background-color: #BA2166; }
a { background-color: rgb(186,33,102); }
div.DivClassName
{
background-color: #BA2166;
}
.BgClassName
{
background-color: #BA2166;
}
</style>
border-color css
<style>
span { border-color: #BA2166; }
span { border-color: rgb(186,33,102); }
td.TdClassName
{
border-color: #BA2166;
}
.TagClassName
{
border-color: #BA2166;
}
</style>