Shades of Jazzberry Jam #BA0649
Tints of Jazzberry Jam #BA0649
RGB
CMYK
RGB Variations
Color information
#BA0649 (or 0xBA0649) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 49. RGB value is (186,6,73). Sum of RGB (Red+Green+Blue) = 186+6+73=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0649 is #45F9B6. Grayscale: #434343. Windows color (decimal): -4585911 or 4785850. OLE color: 4785850.
HSL color Cylindrical-coordinate representation of color #BA0649: hue angle of 337.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0649 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 73 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.27 |
| HSL | 337.67º | 0.94% | 0.38% | - |
| HSV(B) | 337.67º | 0.97% | 0.73% | - |
| XYZ | 21.52 | 11.05 | 7.3 | - |
| YUV | 67.46 | 131.13 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 73 | 0 | 0.97 | 0.61 | 0.27 | 337.67 | 0.94 | 0.38 |
| Hex | BA | 6 | 49 | 0 | 61 | 3D | 1B | 152 | 5E | 26 |
| Octal | 272 | 6 | 111 | 0 | 141 | 75 | 33 | 522 | 136 | 46 |
| Binary | 10111010 | 110 | 1001001 | 0 | 1100001 | 111101 | 11011 | 101010010 | 1011110 | 100110 |
Color Harmonies of #BA0649
Complementary color
Monochromatic Colors of #BA0649
Black with #BA0649
Text Example
Text Example
White with #BA0649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0649; }
p { color: rgb(186,6,73); }
H1.HeaderClassName
{
color: #BA0649;
}
.AnyTagClassName
{
color: #BA0649;
}
</style>
background-color css
<style>
a { background-color: #BA0649; }
a { background-color: rgb(186,6,73); }
div.DivClassName
{
background-color: #BA0649;
}
.BgClassName
{
background-color: #BA0649;
}
</style>
border-color css
<style>
span { border-color: #BA0649; }
span { border-color: rgb(186,6,73); }
td.TdClassName
{
border-color: #BA0649;
}
.TagClassName
{
border-color: #BA0649;
}
</style>