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