Shades of Jazzberry Jam #BA125C
Tints of Jazzberry Jam #BA125C
RGB
CMYK
RGB Variations
Color information
#BA125C (or 0xBA125C) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 5C. RGB value is (186,18,92). Sum of RGB (Red+Green+Blue) = 186+18+92=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA125C is #45EDA3. Grayscale: #4C4C4C. Windows color (decimal): -4582820 or 6034106. OLE color: 6034106.
HSL color Cylindrical-coordinate representation of color #BA125C: hue angle of 333.57º 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 #BA125C is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 92 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.27 |
| HSL | 333.57º | 0.82% | 0.4% | - |
| HSV(B) | 333.57º | 0.9% | 0.73% | - |
| XYZ | 22.4 | 11.64 | 11.19 | - |
| YUV | 76.67 | 136.66 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 92 | 0 | 0.90 | 0.51 | 0.27 | 333.57 | 0.82 | 0.4 |
| Hex | BA | 12 | 5C | 0 | 5A | 33 | 1B | 14E | 52 | 28 |
| Octal | 272 | 22 | 134 | 0 | 132 | 63 | 33 | 516 | 122 | 50 |
| Binary | 10111010 | 10010 | 1011100 | 0 | 1011010 | 110011 | 11011 | 101001110 | 1010010 | 101000 |
Color Harmonies of #BA125C
Complementary color
Monochromatic Colors of #BA125C
Black with #BA125C
Text Example
Text Example
White with #BA125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA125C; }
p { color: rgb(186,18,92); }
H1.HeaderClassName
{
color: #BA125C;
}
.AnyTagClassName
{
color: #BA125C;
}
</style>
background-color css
<style>
a { background-color: #BA125C; }
a { background-color: rgb(186,18,92); }
div.DivClassName
{
background-color: #BA125C;
}
.BgClassName
{
background-color: #BA125C;
}
</style>
border-color css
<style>
span { border-color: #BA125C; }
span { border-color: rgb(186,18,92); }
td.TdClassName
{
border-color: #BA125C;
}
.TagClassName
{
border-color: #BA125C;
}
</style>