Shades of Jazzberry Jam #BA124F
Tints of Jazzberry Jam #BA124F
RGB
CMYK
RGB Variations
Color information
#BA124F (or 0xBA124F) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 4F. RGB value is (186,18,79). Sum of RGB (Red+Green+Blue) = 186+18+79=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA124F is #45EDB0. Grayscale: #4B4B4B. Windows color (decimal): -4582833 or 5182138. OLE color: 5182138.
HSL color Cylindrical-coordinate representation of color #BA124F: hue angle of 338.21º 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 #BA124F is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 79 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.27 |
| HSL | 338.21º | 0.82% | 0.4% | - |
| HSV(B) | 338.21º | 0.9% | 0.73% | - |
| XYZ | 21.88 | 11.44 | 8.45 | - |
| YUV | 75.19 | 130.16 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 79 | 0 | 0.90 | 0.58 | 0.27 | 338.21 | 0.82 | 0.4 |
| Hex | BA | 12 | 4F | 0 | 5A | 3A | 1B | 152 | 52 | 28 |
| Octal | 272 | 22 | 117 | 0 | 132 | 72 | 33 | 522 | 122 | 50 |
| Binary | 10111010 | 10010 | 1001111 | 0 | 1011010 | 111010 | 11011 | 101010010 | 1010010 | 101000 |
Color Harmonies of #BA124F
Complementary color
Monochromatic Colors of #BA124F
Black with #BA124F
Text Example
Text Example
White with #BA124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA124F; }
p { color: rgb(186,18,79); }
H1.HeaderClassName
{
color: #BA124F;
}
.AnyTagClassName
{
color: #BA124F;
}
</style>
background-color css
<style>
a { background-color: #BA124F; }
a { background-color: rgb(186,18,79); }
div.DivClassName
{
background-color: #BA124F;
}
.BgClassName
{
background-color: #BA124F;
}
</style>
border-color css
<style>
span { border-color: #BA124F; }
span { border-color: rgb(186,18,79); }
td.TdClassName
{
border-color: #BA124F;
}
.TagClassName
{
border-color: #BA124F;
}
</style>