Shades of Jazzberry Jam #BA116B
Tints of Jazzberry Jam #BA116B
RGB
CMYK
RGB Variations
Color information
#BA116B (or 0xBA116B) is known color: Jazzberry Jam. HEX triplet: BA, 11 and 6B. RGB value is (186,17,107). Sum of RGB (Red+Green+Blue) = 186+17+107=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA116B is #45EE94. Grayscale: #4D4D4D. Windows color (decimal): -4583061 or 7016890. OLE color: 7016890.
HSL color Cylindrical-coordinate representation of color #BA116B: hue angle of 328.05º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA116B is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 107 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.27 |
| HSL | 328.05º | 0.83% | 0.4% | - |
| HSV(B) | 328.05º | 0.91% | 0.73% | - |
| XYZ | 23.1 | 11.9 | 14.99 | - |
| YUV | 77.79 | 144.49 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 107 | 0 | 0.91 | 0.42 | 0.27 | 328.05 | 0.83 | 0.4 |
| Hex | BA | 11 | 6B | 0 | 5B | 2A | 1B | 148 | 53 | 28 |
| Octal | 272 | 21 | 153 | 0 | 133 | 52 | 33 | 510 | 123 | 50 |
| Binary | 10111010 | 10001 | 1101011 | 0 | 1011011 | 101010 | 11011 | 101001000 | 1010011 | 101000 |
Color Harmonies of #BA116B
Complementary color
Monochromatic Colors of #BA116B
Black with #BA116B
Text Example
Text Example
White with #BA116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA116B; }
p { color: rgb(186,17,107); }
H1.HeaderClassName
{
color: #BA116B;
}
.AnyTagClassName
{
color: #BA116B;
}
</style>
background-color css
<style>
a { background-color: #BA116B; }
a { background-color: rgb(186,17,107); }
div.DivClassName
{
background-color: #BA116B;
}
.BgClassName
{
background-color: #BA116B;
}
</style>
border-color css
<style>
span { border-color: #BA116B; }
span { border-color: rgb(186,17,107); }
td.TdClassName
{
border-color: #BA116B;
}
.TagClassName
{
border-color: #BA116B;
}
</style>