Shades of Jazzberry Jam #BA1764
Tints of Jazzberry Jam #BA1764
RGB
CMYK
RGB Variations
Color information
#BA1764 (or 0xBA1764) is known color: Jazzberry Jam. HEX triplet: BA, 17 and 64. RGB value is (186,23,100). Sum of RGB (Red+Green+Blue) = 186+23+100=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1764 is #45E89B. Grayscale: #505050. Windows color (decimal): -4581532 or 6559674. OLE color: 6559674.
HSL color Cylindrical-coordinate representation of color #BA1764: hue angle of 331.66º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1764 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 100 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.27 |
| HSL | 331.66º | 0.78% | 0.41% | - |
| HSV(B) | 331.66º | 0.88% | 0.73% | - |
| XYZ | 22.86 | 11.97 | 13.16 | - |
| YUV | 80.52 | 139 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 100 | 0 | 0.88 | 0.46 | 0.27 | 331.66 | 0.78 | 0.41 |
| Hex | BA | 17 | 64 | 0 | 58 | 2E | 1B | 14C | 4E | 29 |
| Octal | 272 | 27 | 144 | 0 | 130 | 56 | 33 | 514 | 116 | 51 |
| Binary | 10111010 | 10111 | 1100100 | 0 | 1011000 | 101110 | 11011 | 101001100 | 1001110 | 101001 |
Color Harmonies of #BA1764
Complementary color
Monochromatic Colors of #BA1764
Black with #BA1764
Text Example
Text Example
White with #BA1764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1764; }
p { color: rgb(186,23,100); }
H1.HeaderClassName
{
color: #BA1764;
}
.AnyTagClassName
{
color: #BA1764;
}
</style>
background-color css
<style>
a { background-color: #BA1764; }
a { background-color: rgb(186,23,100); }
div.DivClassName
{
background-color: #BA1764;
}
.BgClassName
{
background-color: #BA1764;
}
</style>
border-color css
<style>
span { border-color: #BA1764; }
span { border-color: rgb(186,23,100); }
td.TdClassName
{
border-color: #BA1764;
}
.TagClassName
{
border-color: #BA1764;
}
</style>