Shades of Jazzberry Jam #BA1269
Tints of Jazzberry Jam #BA1269
RGB
CMYK
RGB Variations
Color information
#BA1269 (or 0xBA1269) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 69. RGB value is (186,18,105). Sum of RGB (Red+Green+Blue) = 186+18+105=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1269 is #45ED96. Grayscale: #4D4D4D. Windows color (decimal): -4582807 or 6886074. OLE color: 6886074.
HSL color Cylindrical-coordinate representation of color #BA1269: hue angle of 328.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1269 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 105 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.27 |
| HSL | 328.93º | 0.82% | 0.4% | - |
| HSV(B) | 328.93º | 0.9% | 0.73% | - |
| XYZ | 23.02 | 11.89 | 14.45 | - |
| YUV | 78.15 | 143.16 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 105 | 0 | 0.90 | 0.44 | 0.27 | 328.93 | 0.82 | 0.4 |
| Hex | BA | 12 | 69 | 0 | 5A | 2C | 1B | 149 | 52 | 28 |
| Octal | 272 | 22 | 151 | 0 | 132 | 54 | 33 | 511 | 122 | 50 |
| Binary | 10111010 | 10010 | 1101001 | 0 | 1011010 | 101100 | 11011 | 101001001 | 1010010 | 101000 |
Color Harmonies of #BA1269
Complementary color
Monochromatic Colors of #BA1269
Black with #BA1269
Text Example
Text Example
White with #BA1269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1269; }
p { color: rgb(186,18,105); }
H1.HeaderClassName
{
color: #BA1269;
}
.AnyTagClassName
{
color: #BA1269;
}
</style>
background-color css
<style>
a { background-color: #BA1269; }
a { background-color: rgb(186,18,105); }
div.DivClassName
{
background-color: #BA1269;
}
.BgClassName
{
background-color: #BA1269;
}
</style>
border-color css
<style>
span { border-color: #BA1269; }
span { border-color: rgb(186,18,105); }
td.TdClassName
{
border-color: #BA1269;
}
.TagClassName
{
border-color: #BA1269;
}
</style>