Shades of Jazzberry Jam #BA1E60
Tints of Jazzberry Jam #BA1E60
RGB
CMYK
RGB Variations
Color information
#BA1E60 (or 0xBA1E60) is known color: Jazzberry Jam. HEX triplet: BA, 1E and 60. RGB value is (186,30,96). Sum of RGB (Red+Green+Blue) = 186+30+96=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1E60 is #45E19F. Grayscale: #545454. Windows color (decimal): -4579744 or 6299322. OLE color: 6299322.
HSL color Cylindrical-coordinate representation of color #BA1E60: hue angle of 334.62º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1E60 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 96 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.27 |
| HSL | 334.62º | 0.72% | 0.42% | - |
| HSV(B) | 334.62º | 0.84% | 0.73% | - |
| XYZ | 22.83 | 12.21 | 12.22 | - |
| YUV | 84.17 | 134.68 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 96 | 0 | 0.84 | 0.48 | 0.27 | 334.62 | 0.72 | 0.42 |
| Hex | BA | 1E | 60 | 0 | 54 | 30 | 1B | 14F | 48 | 2A |
| Octal | 272 | 36 | 140 | 0 | 124 | 60 | 33 | 517 | 110 | 52 |
| Binary | 10111010 | 11110 | 1100000 | 0 | 1010100 | 110000 | 11011 | 101001111 | 1001000 | 101010 |
Color Harmonies of #BA1E60
Complementary color
Monochromatic Colors of #BA1E60
Black with #BA1E60
Text Example
Text Example
White with #BA1E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E60; }
p { color: rgb(186,30,96); }
H1.HeaderClassName
{
color: #BA1E60;
}
.AnyTagClassName
{
color: #BA1E60;
}
</style>
background-color css
<style>
a { background-color: #BA1E60; }
a { background-color: rgb(186,30,96); }
div.DivClassName
{
background-color: #BA1E60;
}
.BgClassName
{
background-color: #BA1E60;
}
</style>
border-color css
<style>
span { border-color: #BA1E60; }
span { border-color: rgb(186,30,96); }
td.TdClassName
{
border-color: #BA1E60;
}
.TagClassName
{
border-color: #BA1E60;
}
</style>