Shades of Jazzberry Jam #BA016C
Tints of Jazzberry Jam #BA016C
RGB
CMYK
RGB Variations
Color information
#BA016C (or 0xBA016C) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 6C. RGB value is (186,1,108). Sum of RGB (Red+Green+Blue) = 186+1+108=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA016C is #45FE93. Grayscale: #444444. Windows color (decimal): -4587156 or 7078330. OLE color: 7078330.
HSL color Cylindrical-coordinate representation of color #BA016C: hue angle of 325.3º degrees, saturation: 0.99, 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 #BA016C is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.27 |
| HSL | 325.3º | 0.99% | 0.37% | - |
| HSV(B) | 325.3º | 0.99% | 0.73% | - |
| XYZ | 22.97 | 11.54 | 15.2 | - |
| YUV | 68.51 | 150.29 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 108 | 0 | 0.99 | 0.42 | 0.27 | 325.3 | 0.99 | 0.37 |
| Hex | BA | 1 | 6C | 0 | 63 | 2A | 1B | 145 | 63 | 25 |
| Octal | 272 | 1 | 154 | 0 | 143 | 52 | 33 | 505 | 143 | 45 |
| Binary | 10111010 | 1 | 1101100 | 0 | 1100011 | 101010 | 11011 | 101000101 | 1100011 | 100101 |
Color Harmonies of #BA016C
Complementary color
Monochromatic Colors of #BA016C
Black with #BA016C
Text Example
Text Example
White with #BA016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA016C; }
p { color: rgb(186,1,108); }
H1.HeaderClassName
{
color: #BA016C;
}
.AnyTagClassName
{
color: #BA016C;
}
</style>
background-color css
<style>
a { background-color: #BA016C; }
a { background-color: rgb(186,1,108); }
div.DivClassName
{
background-color: #BA016C;
}
.BgClassName
{
background-color: #BA016C;
}
</style>
border-color css
<style>
span { border-color: #BA016C; }
span { border-color: rgb(186,1,108); }
td.TdClassName
{
border-color: #BA016C;
}
.TagClassName
{
border-color: #BA016C;
}
</style>