Shades of Jazzberry Jam #BA0458
Tints of Jazzberry Jam #BA0458
RGB
CMYK
RGB Variations
Color information
#BA0458 (or 0xBA0458) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 58. RGB value is (186,4,88). Sum of RGB (Red+Green+Blue) = 186+4+88=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0458 is #45FBA7. Grayscale: #434343. Windows color (decimal): -4586408 or 5768378. OLE color: 5768378.
HSL color Cylindrical-coordinate representation of color #BA0458: hue angle of 332.31º 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 #BA0458 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.27 |
| HSL | 332.31º | 0.96% | 0.37% | - |
| HSV(B) | 332.31º | 0.98% | 0.73% | - |
| XYZ | 22.05 | 11.23 | 10.24 | - |
| YUV | 67.99 | 139.3 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 88 | 0 | 0.98 | 0.53 | 0.27 | 332.31 | 0.96 | 0.37 |
| Hex | BA | 4 | 58 | 0 | 62 | 35 | 1B | 14C | 60 | 25 |
| Octal | 272 | 4 | 130 | 0 | 142 | 65 | 33 | 514 | 140 | 45 |
| Binary | 10111010 | 100 | 1011000 | 0 | 1100010 | 110101 | 11011 | 101001100 | 1100000 | 100101 |
Color Harmonies of #BA0458
Complementary color
Monochromatic Colors of #BA0458
Black with #BA0458
Text Example
Text Example
White with #BA0458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0458; }
p { color: rgb(186,4,88); }
H1.HeaderClassName
{
color: #BA0458;
}
.AnyTagClassName
{
color: #BA0458;
}
</style>
background-color css
<style>
a { background-color: #BA0458; }
a { background-color: rgb(186,4,88); }
div.DivClassName
{
background-color: #BA0458;
}
.BgClassName
{
background-color: #BA0458;
}
</style>
border-color css
<style>
span { border-color: #BA0458; }
span { border-color: rgb(186,4,88); }
td.TdClassName
{
border-color: #BA0458;
}
.TagClassName
{
border-color: #BA0458;
}
</style>