Shades of Jazzberry Jam #BA024E
Tints of Jazzberry Jam #BA024E
RGB
CMYK
RGB Variations
Color information
#BA024E (or 0xBA024E) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 4E. RGB value is (186,2,78). Sum of RGB (Red+Green+Blue) = 186+2+78=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA024E is #45FDB1. Grayscale: #414141. Windows color (decimal): -4586930 or 5112506. OLE color: 5112506.
HSL color Cylindrical-coordinate representation of color #BA024E: hue angle of 335.22º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA024E is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.27 |
| HSL | 335.22º | 0.98% | 0.37% | - |
| HSV(B) | 335.22º | 0.99% | 0.73% | - |
| XYZ | 21.65 | 11.03 | 8.2 | - |
| YUV | 65.68 | 134.96 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 78 | 0 | 0.99 | 0.58 | 0.27 | 335.22 | 0.98 | 0.37 |
| Hex | BA | 2 | 4E | 0 | 63 | 3A | 1B | 14F | 62 | 25 |
| Octal | 272 | 2 | 116 | 0 | 143 | 72 | 33 | 517 | 142 | 45 |
| Binary | 10111010 | 10 | 1001110 | 0 | 1100011 | 111010 | 11011 | 101001111 | 1100010 | 100101 |
Color Harmonies of #BA024E
Complementary color
Monochromatic Colors of #BA024E
Black with #BA024E
Text Example
Text Example
White with #BA024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA024E; }
p { color: rgb(186,2,78); }
H1.HeaderClassName
{
color: #BA024E;
}
.AnyTagClassName
{
color: #BA024E;
}
</style>
background-color css
<style>
a { background-color: #BA024E; }
a { background-color: rgb(186,2,78); }
div.DivClassName
{
background-color: #BA024E;
}
.BgClassName
{
background-color: #BA024E;
}
</style>
border-color css
<style>
span { border-color: #BA024E; }
span { border-color: rgb(186,2,78); }
td.TdClassName
{
border-color: #BA024E;
}
.TagClassName
{
border-color: #BA024E;
}
</style>