Shades of Jazzberry Jam #BA166C
Tints of Jazzberry Jam #BA166C
RGB
CMYK
RGB Variations
Color information
#BA166C (or 0xBA166C) is known color: Jazzberry Jam. HEX triplet: BA, 16 and 6C. RGB value is (186,22,108). Sum of RGB (Red+Green+Blue) = 186+22+108=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA166C is #45E993. Grayscale: #505050. Windows color (decimal): -4581780 or 7083706. OLE color: 7083706.
HSL color Cylindrical-coordinate representation of color #BA166C: hue angle of 328.54º 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 #BA166C is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 108 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.27 |
| HSL | 328.54º | 0.79% | 0.41% | - |
| HSV(B) | 328.54º | 0.88% | 0.73% | - |
| XYZ | 23.24 | 12.1 | 15.3 | - |
| YUV | 80.84 | 143.33 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 108 | 0 | 0.88 | 0.42 | 0.27 | 328.54 | 0.79 | 0.41 |
| Hex | BA | 16 | 6C | 0 | 58 | 2A | 1B | 149 | 4F | 29 |
| Octal | 272 | 26 | 154 | 0 | 130 | 52 | 33 | 511 | 117 | 51 |
| Binary | 10111010 | 10110 | 1101100 | 0 | 1011000 | 101010 | 11011 | 101001001 | 1001111 | 101001 |
Color Harmonies of #BA166C
Complementary color
Monochromatic Colors of #BA166C
Black with #BA166C
Text Example
Text Example
White with #BA166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA166C; }
p { color: rgb(186,22,108); }
H1.HeaderClassName
{
color: #BA166C;
}
.AnyTagClassName
{
color: #BA166C;
}
</style>
background-color css
<style>
a { background-color: #BA166C; }
a { background-color: rgb(186,22,108); }
div.DivClassName
{
background-color: #BA166C;
}
.BgClassName
{
background-color: #BA166C;
}
</style>
border-color css
<style>
span { border-color: #BA166C; }
span { border-color: rgb(186,22,108); }
td.TdClassName
{
border-color: #BA166C;
}
.TagClassName
{
border-color: #BA166C;
}
</style>