Shades of Jazzberry Jam #BA196B
Tints of Jazzberry Jam #BA196B
RGB
CMYK
RGB Variations
Color information
#BA196B (or 0xBA196B) is known color: Jazzberry Jam. HEX triplet: BA, 19 and 6B. RGB value is (186,25,107). Sum of RGB (Red+Green+Blue) = 186+25+107=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA196B is #45E694. Grayscale: #525252. Windows color (decimal): -4581013 or 7018938. OLE color: 7018938.
HSL color Cylindrical-coordinate representation of color #BA196B: hue angle of 329.44º 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 #BA196B is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 107 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.27 |
| HSL | 329.44º | 0.76% | 0.41% | - |
| HSV(B) | 329.44º | 0.87% | 0.73% | - |
| XYZ | 23.25 | 12.2 | 15.04 | - |
| YUV | 82.49 | 141.84 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 107 | 0 | 0.87 | 0.42 | 0.27 | 329.44 | 0.76 | 0.41 |
| Hex | BA | 19 | 6B | 0 | 57 | 2A | 1B | 149 | 4C | 29 |
| Octal | 272 | 31 | 153 | 0 | 127 | 52 | 33 | 511 | 114 | 51 |
| Binary | 10111010 | 11001 | 1101011 | 0 | 1010111 | 101010 | 11011 | 101001001 | 1001100 | 101001 |
Color Harmonies of #BA196B
Complementary color
Monochromatic Colors of #BA196B
Black with #BA196B
Text Example
Text Example
White with #BA196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA196B; }
p { color: rgb(186,25,107); }
H1.HeaderClassName
{
color: #BA196B;
}
.AnyTagClassName
{
color: #BA196B;
}
</style>
background-color css
<style>
a { background-color: #BA196B; }
a { background-color: rgb(186,25,107); }
div.DivClassName
{
background-color: #BA196B;
}
.BgClassName
{
background-color: #BA196B;
}
</style>
border-color css
<style>
span { border-color: #BA196B; }
span { border-color: rgb(186,25,107); }
td.TdClassName
{
border-color: #BA196B;
}
.TagClassName
{
border-color: #BA196B;
}
</style>