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