Shades of Jazzberry Jam #BA0549
Tints of Jazzberry Jam #BA0549
RGB
CMYK
RGB Variations
Color information
#BA0549 (or 0xBA0549) is known color: Jazzberry Jam. HEX triplet: BA, 05 and 49. RGB value is (186,5,73). Sum of RGB (Red+Green+Blue) = 186+5+73=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0549 is #45FAB6. Grayscale: #424242. Windows color (decimal): -4586167 or 4785594. OLE color: 4785594.
HSL color Cylindrical-coordinate representation of color #BA0549: hue angle of 337.46º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0549 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 73 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.27 |
| HSL | 337.46º | 0.95% | 0.37% | - |
| HSV(B) | 337.46º | 0.97% | 0.73% | - |
| XYZ | 21.51 | 11.03 | 7.3 | - |
| YUV | 66.87 | 131.47 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 73 | 0 | 0.97 | 0.61 | 0.27 | 337.46 | 0.95 | 0.37 |
| Hex | BA | 5 | 49 | 0 | 61 | 3D | 1B | 151 | 5F | 25 |
| Octal | 272 | 5 | 111 | 0 | 141 | 75 | 33 | 521 | 137 | 45 |
| Binary | 10111010 | 101 | 1001001 | 0 | 1100001 | 111101 | 11011 | 101010001 | 1011111 | 100101 |
Color Harmonies of #BA0549
Complementary color
Monochromatic Colors of #BA0549
Black with #BA0549
Text Example
Text Example
White with #BA0549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0549; }
p { color: rgb(186,5,73); }
H1.HeaderClassName
{
color: #BA0549;
}
.AnyTagClassName
{
color: #BA0549;
}
</style>
background-color css
<style>
a { background-color: #BA0549; }
a { background-color: rgb(186,5,73); }
div.DivClassName
{
background-color: #BA0549;
}
.BgClassName
{
background-color: #BA0549;
}
</style>
border-color css
<style>
span { border-color: #BA0549; }
span { border-color: rgb(186,5,73); }
td.TdClassName
{
border-color: #BA0549;
}
.TagClassName
{
border-color: #BA0549;
}
</style>