Shades of Jazzberry Jam #BA0865
Tints of Jazzberry Jam #BA0865
RGB
CMYK
RGB Variations
Color information
#BA0865 (or 0xBA0865) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 65. RGB value is (186,8,101). Sum of RGB (Red+Green+Blue) = 186+8+101=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0865 is #45F79A. Grayscale: #474747. Windows color (decimal): -4585371 or 6621370. OLE color: 6621370.
HSL color Cylindrical-coordinate representation of color #BA0865: hue angle of 328.65º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0865 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 101 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.27 |
| HSL | 328.65º | 0.92% | 0.38% | - |
| HSV(B) | 328.65º | 0.96% | 0.73% | - |
| XYZ | 22.69 | 11.55 | 13.35 | - |
| YUV | 71.82 | 144.47 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 101 | 0 | 0.96 | 0.46 | 0.27 | 328.65 | 0.92 | 0.38 |
| Hex | BA | 8 | 65 | 0 | 60 | 2E | 1B | 149 | 5C | 26 |
| Octal | 272 | 10 | 145 | 0 | 140 | 56 | 33 | 511 | 134 | 46 |
| Binary | 10111010 | 1000 | 1100101 | 0 | 1100000 | 101110 | 11011 | 101001001 | 1011100 | 100110 |
Color Harmonies of #BA0865
Complementary color
Monochromatic Colors of #BA0865
Black with #BA0865
Text Example
Text Example
White with #BA0865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0865; }
p { color: rgb(186,8,101); }
H1.HeaderClassName
{
color: #BA0865;
}
.AnyTagClassName
{
color: #BA0865;
}
</style>
background-color css
<style>
a { background-color: #BA0865; }
a { background-color: rgb(186,8,101); }
div.DivClassName
{
background-color: #BA0865;
}
.BgClassName
{
background-color: #BA0865;
}
</style>
border-color css
<style>
span { border-color: #BA0865; }
span { border-color: rgb(186,8,101); }
td.TdClassName
{
border-color: #BA0865;
}
.TagClassName
{
border-color: #BA0865;
}
</style>