Shades of Jazzberry Jam #BA1D63
Tints of Jazzberry Jam #BA1D63
RGB
CMYK
RGB Variations
Color information
#BA1D63 (or 0xBA1D63) is known color: Jazzberry Jam. HEX triplet: BA, 1D and 63. RGB value is (186,29,99). Sum of RGB (Red+Green+Blue) = 186+29+99=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D63 is #45E29C. Grayscale: #535353. Windows color (decimal): -4579997 or 6495674. OLE color: 6495674.
HSL color Cylindrical-coordinate representation of color #BA1D63: hue angle of 333.25º degrees, saturation: 0.73, 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 #BA1D63 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 99 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.27 |
| HSL | 333.25º | 0.73% | 0.42% | - |
| HSV(B) | 333.25º | 0.84% | 0.73% | - |
| XYZ | 22.94 | 12.22 | 12.95 | - |
| YUV | 83.92 | 136.51 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 99 | 0 | 0.84 | 0.47 | 0.27 | 333.25 | 0.73 | 0.42 |
| Hex | BA | 1D | 63 | 0 | 54 | 2F | 1B | 14D | 49 | 2A |
| Octal | 272 | 35 | 143 | 0 | 124 | 57 | 33 | 515 | 111 | 52 |
| Binary | 10111010 | 11101 | 1100011 | 0 | 1010100 | 101111 | 11011 | 101001101 | 1001001 | 101010 |
Color Harmonies of #BA1D63
Complementary color
Monochromatic Colors of #BA1D63
Black with #BA1D63
Text Example
Text Example
White with #BA1D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D63; }
p { color: rgb(186,29,99); }
H1.HeaderClassName
{
color: #BA1D63;
}
.AnyTagClassName
{
color: #BA1D63;
}
</style>
background-color css
<style>
a { background-color: #BA1D63; }
a { background-color: rgb(186,29,99); }
div.DivClassName
{
background-color: #BA1D63;
}
.BgClassName
{
background-color: #BA1D63;
}
</style>
border-color css
<style>
span { border-color: #BA1D63; }
span { border-color: rgb(186,29,99); }
td.TdClassName
{
border-color: #BA1D63;
}
.TagClassName
{
border-color: #BA1D63;
}
</style>