Shades of Jazzberry Jam #BA1D64
Tints of Jazzberry Jam #BA1D64
RGB
CMYK
RGB Variations
Color information
#BA1D64 (or 0xBA1D64) is known color: Jazzberry Jam. HEX triplet: BA, 1D and 64. RGB value is (186,29,100). Sum of RGB (Red+Green+Blue) = 186+29+100=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D64 is #45E29B. Grayscale: #535353. Windows color (decimal): -4579996 or 6561210. OLE color: 6561210.
HSL color Cylindrical-coordinate representation of color #BA1D64: hue angle of 332.87º 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 #BA1D64 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 100 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.27 |
| HSL | 332.87º | 0.73% | 0.42% | - |
| HSV(B) | 332.87º | 0.84% | 0.73% | - |
| XYZ | 22.99 | 12.24 | 13.21 | - |
| YUV | 84.04 | 137.01 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 100 | 0 | 0.84 | 0.46 | 0.27 | 332.87 | 0.73 | 0.42 |
| Hex | BA | 1D | 64 | 0 | 54 | 2E | 1B | 14D | 49 | 2A |
| Octal | 272 | 35 | 144 | 0 | 124 | 56 | 33 | 515 | 111 | 52 |
| Binary | 10111010 | 11101 | 1100100 | 0 | 1010100 | 101110 | 11011 | 101001101 | 1001001 | 101010 |
Color Harmonies of #BA1D64
Complementary color
Monochromatic Colors of #BA1D64
Black with #BA1D64
Text Example
Text Example
White with #BA1D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D64; }
p { color: rgb(186,29,100); }
H1.HeaderClassName
{
color: #BA1D64;
}
.AnyTagClassName
{
color: #BA1D64;
}
</style>
background-color css
<style>
a { background-color: #BA1D64; }
a { background-color: rgb(186,29,100); }
div.DivClassName
{
background-color: #BA1D64;
}
.BgClassName
{
background-color: #BA1D64;
}
</style>
border-color css
<style>
span { border-color: #BA1D64; }
span { border-color: rgb(186,29,100); }
td.TdClassName
{
border-color: #BA1D64;
}
.TagClassName
{
border-color: #BA1D64;
}
</style>