Shades of Jazzberry Jam #BA0470
Tints of Jazzberry Jam #BA0470
RGB
CMYK
RGB Variations
Color information
#BA0470 (or 0xBA0470) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 70. RGB value is (186,4,112). Sum of RGB (Red+Green+Blue) = 186+4+112=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0470 is #45FB8F. Grayscale: #464646. Windows color (decimal): -4586384 or 7341242. OLE color: 7341242.
HSL color Cylindrical-coordinate representation of color #BA0470: hue angle of 324.4º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0470 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.27 |
| HSL | 324.4º | 0.96% | 0.37% | - |
| HSV(B) | 324.4º | 0.98% | 0.73% | - |
| XYZ | 23.22 | 11.7 | 16.36 | - |
| YUV | 70.73 | 151.3 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 112 | 0 | 0.98 | 0.40 | 0.27 | 324.4 | 0.96 | 0.37 |
| Hex | BA | 4 | 70 | 0 | 62 | 28 | 1B | 144 | 60 | 25 |
| Octal | 272 | 4 | 160 | 0 | 142 | 50 | 33 | 504 | 140 | 45 |
| Binary | 10111010 | 100 | 1110000 | 0 | 1100010 | 101000 | 11011 | 101000100 | 1100000 | 100101 |
Color Harmonies of #BA0470
Complementary color
Monochromatic Colors of #BA0470
Black with #BA0470
Text Example
Text Example
White with #BA0470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0470; }
p { color: rgb(186,4,112); }
H1.HeaderClassName
{
color: #BA0470;
}
.AnyTagClassName
{
color: #BA0470;
}
</style>
background-color css
<style>
a { background-color: #BA0470; }
a { background-color: rgb(186,4,112); }
div.DivClassName
{
background-color: #BA0470;
}
.BgClassName
{
background-color: #BA0470;
}
</style>
border-color css
<style>
span { border-color: #BA0470; }
span { border-color: rgb(186,4,112); }
td.TdClassName
{
border-color: #BA0470;
}
.TagClassName
{
border-color: #BA0470;
}
</style>