Shades of Jazzberry Jam #BA026A
Tints of Jazzberry Jam #BA026A
RGB
CMYK
RGB Variations
Color information
#BA026A (or 0xBA026A) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 6A. RGB value is (186,2,106). Sum of RGB (Red+Green+Blue) = 186+2+106=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA026A is #45FD95. Grayscale: #444444. Windows color (decimal): -4586902 or 6947514. OLE color: 6947514.
HSL color Cylindrical-coordinate representation of color #BA026A: hue angle of 326.09º 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 #BA026A is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 106 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.27 |
| HSL | 326.09º | 0.98% | 0.37% | - |
| HSV(B) | 326.09º | 0.99% | 0.73% | - |
| XYZ | 22.87 | 11.52 | 14.65 | - |
| YUV | 68.87 | 148.96 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 106 | 0 | 0.99 | 0.43 | 0.27 | 326.09 | 0.98 | 0.37 |
| Hex | BA | 2 | 6A | 0 | 63 | 2B | 1B | 146 | 62 | 25 |
| Octal | 272 | 2 | 152 | 0 | 143 | 53 | 33 | 506 | 142 | 45 |
| Binary | 10111010 | 10 | 1101010 | 0 | 1100011 | 101011 | 11011 | 101000110 | 1100010 | 100101 |
Color Harmonies of #BA026A
Complementary color
Monochromatic Colors of #BA026A
Black with #BA026A
Text Example
Text Example
White with #BA026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA026A; }
p { color: rgb(186,2,106); }
H1.HeaderClassName
{
color: #BA026A;
}
.AnyTagClassName
{
color: #BA026A;
}
</style>
background-color css
<style>
a { background-color: #BA026A; }
a { background-color: rgb(186,2,106); }
div.DivClassName
{
background-color: #BA026A;
}
.BgClassName
{
background-color: #BA026A;
}
</style>
border-color css
<style>
span { border-color: #BA026A; }
span { border-color: rgb(186,2,106); }
td.TdClassName
{
border-color: #BA026A;
}
.TagClassName
{
border-color: #BA026A;
}
</style>