Shades of Jazzberry Jam #BA0870
Tints of Jazzberry Jam #BA0870
RGB
CMYK
RGB Variations
Color information
#BA0870 (or 0xBA0870) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 70. RGB value is (186,8,112). Sum of RGB (Red+Green+Blue) = 186+8+112=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0870 is #45F78F. Grayscale: #484848. Windows color (decimal): -4585360 or 7342266. OLE color: 7342266.
HSL color Cylindrical-coordinate representation of color #BA0870: hue angle of 324.94º 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 #BA0870 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 112 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.27 |
| HSL | 324.94º | 0.92% | 0.38% | - |
| HSV(B) | 324.94º | 0.96% | 0.73% | - |
| XYZ | 23.26 | 11.78 | 16.38 | - |
| YUV | 73.08 | 149.97 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 112 | 0 | 0.96 | 0.40 | 0.27 | 324.94 | 0.92 | 0.38 |
| Hex | BA | 8 | 70 | 0 | 60 | 28 | 1B | 145 | 5C | 26 |
| Octal | 272 | 10 | 160 | 0 | 140 | 50 | 33 | 505 | 134 | 46 |
| Binary | 10111010 | 1000 | 1110000 | 0 | 1100000 | 101000 | 11011 | 101000101 | 1011100 | 100110 |
Color Harmonies of #BA0870
Complementary color
Monochromatic Colors of #BA0870
Black with #BA0870
Text Example
Text Example
White with #BA0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0870; }
p { color: rgb(186,8,112); }
H1.HeaderClassName
{
color: #BA0870;
}
.AnyTagClassName
{
color: #BA0870;
}
</style>
background-color css
<style>
a { background-color: #BA0870; }
a { background-color: rgb(186,8,112); }
div.DivClassName
{
background-color: #BA0870;
}
.BgClassName
{
background-color: #BA0870;
}
</style>
border-color css
<style>
span { border-color: #BA0870; }
span { border-color: rgb(186,8,112); }
td.TdClassName
{
border-color: #BA0870;
}
.TagClassName
{
border-color: #BA0870;
}
</style>