Shades of Jazzberry Jam #BA0960
Tints of Jazzberry Jam #BA0960
RGB
CMYK
RGB Variations
Color information
#BA0960 (or 0xBA0960) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 60. RGB value is (186,9,96). Sum of RGB (Red+Green+Blue) = 186+9+96=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0960 is #45F69F. Grayscale: #474747. Windows color (decimal): -4585120 or 6293946. OLE color: 6293946.
HSL color Cylindrical-coordinate representation of color #BA0960: hue angle of 330.51º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0960 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 96 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.27 |
| HSL | 330.51º | 0.91% | 0.38% | - |
| HSV(B) | 330.51º | 0.95% | 0.73% | - |
| XYZ | 22.46 | 11.48 | 12.1 | - |
| YUV | 71.84 | 141.64 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 96 | 0 | 0.95 | 0.48 | 0.27 | 330.51 | 0.91 | 0.38 |
| Hex | BA | 9 | 60 | 0 | 5F | 30 | 1B | 14B | 5B | 26 |
| Octal | 272 | 11 | 140 | 0 | 137 | 60 | 33 | 513 | 133 | 46 |
| Binary | 10111010 | 1001 | 1100000 | 0 | 1011111 | 110000 | 11011 | 101001011 | 1011011 | 100110 |
Color Harmonies of #BA0960
Complementary color
Monochromatic Colors of #BA0960
Black with #BA0960
Text Example
Text Example
White with #BA0960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0960; }
p { color: rgb(186,9,96); }
H1.HeaderClassName
{
color: #BA0960;
}
.AnyTagClassName
{
color: #BA0960;
}
</style>
background-color css
<style>
a { background-color: #BA0960; }
a { background-color: rgb(186,9,96); }
div.DivClassName
{
background-color: #BA0960;
}
.BgClassName
{
background-color: #BA0960;
}
</style>
border-color css
<style>
span { border-color: #BA0960; }
span { border-color: rgb(186,9,96); }
td.TdClassName
{
border-color: #BA0960;
}
.TagClassName
{
border-color: #BA0960;
}
</style>