Shades of Jazzberry Jam #BA0063
Tints of Jazzberry Jam #BA0063
RGB
CMYK
RGB Variations
Color information
#BA0063 (or 0xBA0063) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 63. RGB value is (186,0,99). Sum of RGB (Red+Green+Blue) = 186+0+99=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0063 is #45FF9C. Grayscale: #424242. Windows color (decimal): -4587421 or 6488250. OLE color: 6488250.
HSL color Cylindrical-coordinate representation of color #BA0063: hue angle of 328.06º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0063 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.47 | 0.27 |
| HSL | 328.06º | 1% | 0.36% | - |
| HSV(B) | 328.06º | 1% | 0.73% | - |
| XYZ | 22.5 | 11.34 | 12.81 | - |
| YUV | 66.9 | 146.12 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 99 | 0 | 1 | 0.47 | 0.27 | 328.06 | 1 | 0.36 |
| Hex | BA | 0 | 63 | 0 | 64 | 2F | 1B | 148 | 64 | 24 |
| Octal | 272 | 0 | 143 | 0 | 144 | 57 | 33 | 510 | 144 | 44 |
| Binary | 10111010 | 0 | 1100011 | 0 | 1100100 | 101111 | 11011 | 101001000 | 1100100 | 100100 |
Color Harmonies of #BA0063
Complementary color
Monochromatic Colors of #BA0063
Black with #BA0063
Text Example
Text Example
White with #BA0063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0063; }
p { color: rgb(186,0,99); }
H1.HeaderClassName
{
color: #BA0063;
}
.AnyTagClassName
{
color: #BA0063;
}
</style>
background-color css
<style>
a { background-color: #BA0063; }
a { background-color: rgb(186,0,99); }
div.DivClassName
{
background-color: #BA0063;
}
.BgClassName
{
background-color: #BA0063;
}
</style>
border-color css
<style>
span { border-color: #BA0063; }
span { border-color: rgb(186,0,99); }
td.TdClassName
{
border-color: #BA0063;
}
.TagClassName
{
border-color: #BA0063;
}
</style>