Shades of Jazzberry Jam #BA125A
Tints of Jazzberry Jam #BA125A
RGB
CMYK
RGB Variations
Color information
#BA125A (or 0xBA125A) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 5A. RGB value is (186,18,90). Sum of RGB (Red+Green+Blue) = 186+18+90=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA125A is #45EDA5. Grayscale: #4C4C4C. Windows color (decimal): -4582822 or 5903034. OLE color: 5903034.
HSL color Cylindrical-coordinate representation of color #BA125A: hue angle of 334.29º 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 #BA125A is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 90 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.27 |
| HSL | 334.29º | 0.82% | 0.4% | - |
| HSV(B) | 334.29º | 0.9% | 0.73% | - |
| XYZ | 22.31 | 11.61 | 10.74 | - |
| YUV | 76.44 | 135.66 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 90 | 0 | 0.90 | 0.52 | 0.27 | 334.29 | 0.82 | 0.4 |
| Hex | BA | 12 | 5A | 0 | 5A | 34 | 1B | 14E | 52 | 28 |
| Octal | 272 | 22 | 132 | 0 | 132 | 64 | 33 | 516 | 122 | 50 |
| Binary | 10111010 | 10010 | 1011010 | 0 | 1011010 | 110100 | 11011 | 101001110 | 1010010 | 101000 |
Color Harmonies of #BA125A
Complementary color
Monochromatic Colors of #BA125A
Black with #BA125A
Text Example
Text Example
White with #BA125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA125A; }
p { color: rgb(186,18,90); }
H1.HeaderClassName
{
color: #BA125A;
}
.AnyTagClassName
{
color: #BA125A;
}
</style>
background-color css
<style>
a { background-color: #BA125A; }
a { background-color: rgb(186,18,90); }
div.DivClassName
{
background-color: #BA125A;
}
.BgClassName
{
background-color: #BA125A;
}
</style>
border-color css
<style>
span { border-color: #BA125A; }
span { border-color: rgb(186,18,90); }
td.TdClassName
{
border-color: #BA125A;
}
.TagClassName
{
border-color: #BA125A;
}
</style>