Shades of Jazzberry Jam #BA1468
Tints of Jazzberry Jam #BA1468
RGB
CMYK
RGB Variations
Color information
#BA1468 (or 0xBA1468) is known color: Jazzberry Jam. HEX triplet: BA, 14 and 68. RGB value is (186,20,104). Sum of RGB (Red+Green+Blue) = 186+20+104=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1468 is #45EB97. Grayscale: #4F4F4F. Windows color (decimal): -4582296 or 6821050. OLE color: 6821050.
HSL color Cylindrical-coordinate representation of color #BA1468: hue angle of 329.64º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1468 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 104 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.27 |
| HSL | 329.64º | 0.81% | 0.4% | - |
| HSV(B) | 329.64º | 0.89% | 0.73% | - |
| XYZ | 23 | 11.94 | 14.19 | - |
| YUV | 79.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 104 | 0 | 0.89 | 0.44 | 0.27 | 329.64 | 0.81 | 0.4 |
| Hex | BA | 14 | 68 | 0 | 59 | 2C | 1B | 14A | 51 | 28 |
| Octal | 272 | 24 | 150 | 0 | 131 | 54 | 33 | 512 | 121 | 50 |
| Binary | 10111010 | 10100 | 1101000 | 0 | 1011001 | 101100 | 11011 | 101001010 | 1010001 | 101000 |
Color Harmonies of #BA1468
Complementary color
Monochromatic Colors of #BA1468
Black with #BA1468
Text Example
Text Example
White with #BA1468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1468; }
p { color: rgb(186,20,104); }
H1.HeaderClassName
{
color: #BA1468;
}
.AnyTagClassName
{
color: #BA1468;
}
</style>
background-color css
<style>
a { background-color: #BA1468; }
a { background-color: rgb(186,20,104); }
div.DivClassName
{
background-color: #BA1468;
}
.BgClassName
{
background-color: #BA1468;
}
</style>
border-color css
<style>
span { border-color: #BA1468; }
span { border-color: rgb(186,20,104); }
td.TdClassName
{
border-color: #BA1468;
}
.TagClassName
{
border-color: #BA1468;
}
</style>