Shades of Jazzberry Jam #BA165E
Tints of Jazzberry Jam #BA165E
RGB
CMYK
RGB Variations
Color information
#BA165E (or 0xBA165E) is known color: Jazzberry Jam. HEX triplet: BA, 16 and 5E. RGB value is (186,22,94). Sum of RGB (Red+Green+Blue) = 186+22+94=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA165E is #45E9A1. Grayscale: #4F4F4F. Windows color (decimal): -4581794 or 6166202. OLE color: 6166202.
HSL color Cylindrical-coordinate representation of color #BA165E: hue angle of 333.66º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA165E is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 94 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.27 |
| HSL | 333.66º | 0.79% | 0.41% | - |
| HSV(B) | 333.66º | 0.88% | 0.73% | - |
| XYZ | 22.56 | 11.82 | 11.68 | - |
| YUV | 79.24 | 136.33 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 94 | 0 | 0.88 | 0.49 | 0.27 | 333.66 | 0.79 | 0.41 |
| Hex | BA | 16 | 5E | 0 | 58 | 31 | 1B | 14E | 4F | 29 |
| Octal | 272 | 26 | 136 | 0 | 130 | 61 | 33 | 516 | 117 | 51 |
| Binary | 10111010 | 10110 | 1011110 | 0 | 1011000 | 110001 | 11011 | 101001110 | 1001111 | 101001 |
Color Harmonies of #BA165E
Complementary color
Monochromatic Colors of #BA165E
Black with #BA165E
Text Example
Text Example
White with #BA165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA165E; }
p { color: rgb(186,22,94); }
H1.HeaderClassName
{
color: #BA165E;
}
.AnyTagClassName
{
color: #BA165E;
}
</style>
background-color css
<style>
a { background-color: #BA165E; }
a { background-color: rgb(186,22,94); }
div.DivClassName
{
background-color: #BA165E;
}
.BgClassName
{
background-color: #BA165E;
}
</style>
border-color css
<style>
span { border-color: #BA165E; }
span { border-color: rgb(186,22,94); }
td.TdClassName
{
border-color: #BA165E;
}
.TagClassName
{
border-color: #BA165E;
}
</style>