Shades of Jazzberry Jam #BA0456
Tints of Jazzberry Jam #BA0456
RGB
CMYK
RGB Variations
Color information
#BA0456 (or 0xBA0456) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 56. RGB value is (186,4,86). Sum of RGB (Red+Green+Blue) = 186+4+86=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0456 is #45FBA9. Grayscale: #434343. Windows color (decimal): -4586410 or 5637306. OLE color: 5637306.
HSL color Cylindrical-coordinate representation of color #BA0456: hue angle of 332.97º 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 #BA0456 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 86 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.27 |
| HSL | 332.97º | 0.96% | 0.37% | - |
| HSV(B) | 332.97º | 0.98% | 0.73% | - |
| XYZ | 21.97 | 11.2 | 9.81 | - |
| YUV | 67.77 | 138.3 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 86 | 0 | 0.98 | 0.54 | 0.27 | 332.97 | 0.96 | 0.37 |
| Hex | BA | 4 | 56 | 0 | 62 | 36 | 1B | 14D | 60 | 25 |
| Octal | 272 | 4 | 126 | 0 | 142 | 66 | 33 | 515 | 140 | 45 |
| Binary | 10111010 | 100 | 1010110 | 0 | 1100010 | 110110 | 11011 | 101001101 | 1100000 | 100101 |
Color Harmonies of #BA0456
Complementary color
Monochromatic Colors of #BA0456
Black with #BA0456
Text Example
Text Example
White with #BA0456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0456; }
p { color: rgb(186,4,86); }
H1.HeaderClassName
{
color: #BA0456;
}
.AnyTagClassName
{
color: #BA0456;
}
</style>
background-color css
<style>
a { background-color: #BA0456; }
a { background-color: rgb(186,4,86); }
div.DivClassName
{
background-color: #BA0456;
}
.BgClassName
{
background-color: #BA0456;
}
</style>
border-color css
<style>
span { border-color: #BA0456; }
span { border-color: rgb(186,4,86); }
td.TdClassName
{
border-color: #BA0456;
}
.TagClassName
{
border-color: #BA0456;
}
</style>