Shades of Jazzberry Jam #BA116C
Tints of Jazzberry Jam #BA116C
RGB
CMYK
RGB Variations
Color information
#BA116C (or 0xBA116C) is known color: Jazzberry Jam. HEX triplet: BA, 11 and 6C. RGB value is (186,17,108). Sum of RGB (Red+Green+Blue) = 186+17+108=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA116C is #45EE93. Grayscale: #4D4D4D. Windows color (decimal): -4583060 or 7082426. OLE color: 7082426.
HSL color Cylindrical-coordinate representation of color #BA116C: hue angle of 327.69º 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 #BA116C is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 108 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.27 |
| HSL | 327.69º | 0.83% | 0.4% | - |
| HSV(B) | 327.69º | 0.91% | 0.73% | - |
| XYZ | 23.16 | 11.92 | 15.27 | - |
| YUV | 77.91 | 144.99 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 108 | 0 | 0.91 | 0.42 | 0.27 | 327.69 | 0.83 | 0.4 |
| Hex | BA | 11 | 6C | 0 | 5B | 2A | 1B | 148 | 53 | 28 |
| Octal | 272 | 21 | 154 | 0 | 133 | 52 | 33 | 510 | 123 | 50 |
| Binary | 10111010 | 10001 | 1101100 | 0 | 1011011 | 101010 | 11011 | 101001000 | 1010011 | 101000 |
Color Harmonies of #BA116C
Complementary color
Monochromatic Colors of #BA116C
Black with #BA116C
Text Example
Text Example
White with #BA116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA116C; }
p { color: rgb(186,17,108); }
H1.HeaderClassName
{
color: #BA116C;
}
.AnyTagClassName
{
color: #BA116C;
}
</style>
background-color css
<style>
a { background-color: #BA116C; }
a { background-color: rgb(186,17,108); }
div.DivClassName
{
background-color: #BA116C;
}
.BgClassName
{
background-color: #BA116C;
}
</style>
border-color css
<style>
span { border-color: #BA116C; }
span { border-color: rgb(186,17,108); }
td.TdClassName
{
border-color: #BA116C;
}
.TagClassName
{
border-color: #BA116C;
}
</style>