Shades of Jazzberry Jam #BA1962
Tints of Jazzberry Jam #BA1962
RGB
CMYK
RGB Variations
Color information
#BA1962 (or 0xBA1962) is known color: Jazzberry Jam. HEX triplet: BA, 19 and 62. RGB value is (186,25,98). Sum of RGB (Red+Green+Blue) = 186+25+98=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1962 is #45E69D. Grayscale: #515151. Windows color (decimal): -4581022 or 6429114. OLE color: 6429114.
HSL color Cylindrical-coordinate representation of color #BA1962: hue angle of 332.8º 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 #BA1962 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 98 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.27 |
| HSL | 332.8º | 0.76% | 0.41% | - |
| HSV(B) | 332.8º | 0.87% | 0.73% | - |
| XYZ | 22.8 | 12.02 | 12.67 | - |
| YUV | 81.46 | 137.34 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 98 | 0 | 0.87 | 0.47 | 0.27 | 332.8 | 0.76 | 0.41 |
| Hex | BA | 19 | 62 | 0 | 57 | 2F | 1B | 14D | 4C | 29 |
| Octal | 272 | 31 | 142 | 0 | 127 | 57 | 33 | 515 | 114 | 51 |
| Binary | 10111010 | 11001 | 1100010 | 0 | 1010111 | 101111 | 11011 | 101001101 | 1001100 | 101001 |
Color Harmonies of #BA1962
Complementary color
Monochromatic Colors of #BA1962
Black with #BA1962
Text Example
Text Example
White with #BA1962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1962; }
p { color: rgb(186,25,98); }
H1.HeaderClassName
{
color: #BA1962;
}
.AnyTagClassName
{
color: #BA1962;
}
</style>
background-color css
<style>
a { background-color: #BA1962; }
a { background-color: rgb(186,25,98); }
div.DivClassName
{
background-color: #BA1962;
}
.BgClassName
{
background-color: #BA1962;
}
</style>
border-color css
<style>
span { border-color: #BA1962; }
span { border-color: rgb(186,25,98); }
td.TdClassName
{
border-color: #BA1962;
}
.TagClassName
{
border-color: #BA1962;
}
</style>