Shades of Jazzberry Jam #BA196C
Tints of Jazzberry Jam #BA196C
RGB
CMYK
RGB Variations
Color information
#BA196C (or 0xBA196C) is known color: Jazzberry Jam. HEX triplet: BA, 19 and 6C. RGB value is (186,25,108). Sum of RGB (Red+Green+Blue) = 186+25+108=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA196C is #45E693. Grayscale: #525252. Windows color (decimal): -4581012 or 7084474. OLE color: 7084474.
HSL color Cylindrical-coordinate representation of color #BA196C: hue angle of 329.07º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA196C is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 108 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.27 |
| HSL | 329.07º | 0.76% | 0.41% | - |
| HSV(B) | 329.07º | 0.87% | 0.73% | - |
| XYZ | 23.3 | 12.22 | 15.32 | - |
| YUV | 82.6 | 142.34 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 108 | 0 | 0.87 | 0.42 | 0.27 | 329.07 | 0.76 | 0.41 |
| Hex | BA | 19 | 6C | 0 | 57 | 2A | 1B | 149 | 4C | 29 |
| Octal | 272 | 31 | 154 | 0 | 127 | 52 | 33 | 511 | 114 | 51 |
| Binary | 10111010 | 11001 | 1101100 | 0 | 1010111 | 101010 | 11011 | 101001001 | 1001100 | 101001 |
Color Harmonies of #BA196C
Complementary color
Monochromatic Colors of #BA196C
Black with #BA196C
Text Example
Text Example
White with #BA196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA196C; }
p { color: rgb(186,25,108); }
H1.HeaderClassName
{
color: #BA196C;
}
.AnyTagClassName
{
color: #BA196C;
}
</style>
background-color css
<style>
a { background-color: #BA196C; }
a { background-color: rgb(186,25,108); }
div.DivClassName
{
background-color: #BA196C;
}
.BgClassName
{
background-color: #BA196C;
}
</style>
border-color css
<style>
span { border-color: #BA196C; }
span { border-color: rgb(186,25,108); }
td.TdClassName
{
border-color: #BA196C;
}
.TagClassName
{
border-color: #BA196C;
}
</style>