Shades of Jazzberry Jam #BA195C
Tints of Jazzberry Jam #BA195C
RGB
CMYK
RGB Variations
Color information
#BA195C (or 0xBA195C) is known color: Jazzberry Jam. HEX triplet: BA, 19 and 5C. RGB value is (186,25,92). Sum of RGB (Red+Green+Blue) = 186+25+92=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA195C is #45E6A3. Grayscale: #505050. Windows color (decimal): -4581028 or 6035898. OLE color: 6035898.
HSL color Cylindrical-coordinate representation of color #BA195C: hue angle of 335.03º 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 #BA195C is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 92 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.27 |
| HSL | 335.03º | 0.76% | 0.41% | - |
| HSV(B) | 335.03º | 0.87% | 0.73% | - |
| XYZ | 22.53 | 11.91 | 11.24 | - |
| YUV | 80.78 | 134.34 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 92 | 0 | 0.87 | 0.51 | 0.27 | 335.03 | 0.76 | 0.41 |
| Hex | BA | 19 | 5C | 0 | 57 | 33 | 1B | 14F | 4C | 29 |
| Octal | 272 | 31 | 134 | 0 | 127 | 63 | 33 | 517 | 114 | 51 |
| Binary | 10111010 | 11001 | 1011100 | 0 | 1010111 | 110011 | 11011 | 101001111 | 1001100 | 101001 |
Color Harmonies of #BA195C
Complementary color
Monochromatic Colors of #BA195C
Black with #BA195C
Text Example
Text Example
White with #BA195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA195C; }
p { color: rgb(186,25,92); }
H1.HeaderClassName
{
color: #BA195C;
}
.AnyTagClassName
{
color: #BA195C;
}
</style>
background-color css
<style>
a { background-color: #BA195C; }
a { background-color: rgb(186,25,92); }
div.DivClassName
{
background-color: #BA195C;
}
.BgClassName
{
background-color: #BA195C;
}
</style>
border-color css
<style>
span { border-color: #BA195C; }
span { border-color: rgb(186,25,92); }
td.TdClassName
{
border-color: #BA195C;
}
.TagClassName
{
border-color: #BA195C;
}
</style>