Shades of Jazzberry Jam #BA0961
Tints of Jazzberry Jam #BA0961
RGB
CMYK
RGB Variations
Color information
#BA0961 (or 0xBA0961) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 61. RGB value is (186,9,97). Sum of RGB (Red+Green+Blue) = 186+9+97=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0961 is #45F69E. Grayscale: #474747. Windows color (decimal): -4585119 or 6359482. OLE color: 6359482.
HSL color Cylindrical-coordinate representation of color #BA0961: hue angle of 330.17º 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 #BA0961 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 97 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.27 |
| HSL | 330.17º | 0.91% | 0.38% | - |
| HSV(B) | 330.17º | 0.95% | 0.73% | - |
| XYZ | 22.51 | 11.5 | 12.34 | - |
| YUV | 71.96 | 142.14 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 97 | 0 | 0.95 | 0.48 | 0.27 | 330.17 | 0.91 | 0.38 |
| Hex | BA | 9 | 61 | 0 | 5F | 30 | 1B | 14A | 5B | 26 |
| Octal | 272 | 11 | 141 | 0 | 137 | 60 | 33 | 512 | 133 | 46 |
| Binary | 10111010 | 1001 | 1100001 | 0 | 1011111 | 110000 | 11011 | 101001010 | 1011011 | 100110 |
Color Harmonies of #BA0961
Complementary color
Monochromatic Colors of #BA0961
Black with #BA0961
Text Example
Text Example
White with #BA0961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0961; }
p { color: rgb(186,9,97); }
H1.HeaderClassName
{
color: #BA0961;
}
.AnyTagClassName
{
color: #BA0961;
}
</style>
background-color css
<style>
a { background-color: #BA0961; }
a { background-color: rgb(186,9,97); }
div.DivClassName
{
background-color: #BA0961;
}
.BgClassName
{
background-color: #BA0961;
}
</style>
border-color css
<style>
span { border-color: #BA0961; }
span { border-color: rgb(186,9,97); }
td.TdClassName
{
border-color: #BA0961;
}
.TagClassName
{
border-color: #BA0961;
}
</style>