Shades of Jazzberry Jam #BA125F
Tints of Jazzberry Jam #BA125F
RGB
CMYK
RGB Variations
Color information
#BA125F (or 0xBA125F) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 5F. RGB value is (186,18,95). Sum of RGB (Red+Green+Blue) = 186+18+95=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA125F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA125F is #45EDA0. Grayscale: #4C4C4C. Windows color (decimal): -4582817 or 6230714. OLE color: 6230714.
HSL color Cylindrical-coordinate representation of color #BA125F: hue angle of 332.5º 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 #BA125F is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 95 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.27 |
| HSL | 332.5º | 0.82% | 0.4% | - |
| HSV(B) | 332.5º | 0.9% | 0.73% | - |
| XYZ | 22.53 | 11.7 | 11.9 | - |
| YUV | 77.01 | 138.16 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 95 | 0 | 0.90 | 0.49 | 0.27 | 332.5 | 0.82 | 0.4 |
| Hex | BA | 12 | 5F | 0 | 5A | 31 | 1B | 14C | 52 | 28 |
| Octal | 272 | 22 | 137 | 0 | 132 | 61 | 33 | 514 | 122 | 50 |
| Binary | 10111010 | 10010 | 1011111 | 0 | 1011010 | 110001 | 11011 | 101001100 | 1010010 | 101000 |
Color Harmonies of #BA125F
Complementary color
Monochromatic Colors of #BA125F
Black with #BA125F
Text Example
Text Example
White with #BA125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA125F; }
p { color: rgb(186,18,95); }
H1.HeaderClassName
{
color: #BA125F;
}
.AnyTagClassName
{
color: #BA125F;
}
</style>
background-color css
<style>
a { background-color: #BA125F; }
a { background-color: rgb(186,18,95); }
div.DivClassName
{
background-color: #BA125F;
}
.BgClassName
{
background-color: #BA125F;
}
</style>
border-color css
<style>
span { border-color: #BA125F; }
span { border-color: rgb(186,18,95); }
td.TdClassName
{
border-color: #BA125F;
}
.TagClassName
{
border-color: #BA125F;
}
</style>