Shades of Jazzberry Jam #BA006E
Tints of Jazzberry Jam #BA006E
RGB
CMYK
RGB Variations
Color information
#BA006E (or 0xBA006E) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 6E. RGB value is (186,0,110). Sum of RGB (Red+Green+Blue) = 186+0+110=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA006E is #45FF91. Grayscale: #434343. Windows color (decimal): -4587410 or 7209146. OLE color: 7209146.
HSL color Cylindrical-coordinate representation of color #BA006E: hue angle of 324.52º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA006E is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.41 | 0.27 |
| HSL | 324.52º | 1% | 0.36% | - |
| HSV(B) | 324.52º | 1% | 0.73% | - |
| XYZ | 23.06 | 11.56 | 15.77 | - |
| YUV | 68.15 | 151.62 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 110 | 0 | 1 | 0.41 | 0.27 | 324.52 | 1 | 0.36 |
| Hex | BA | 0 | 6E | 0 | 64 | 29 | 1B | 145 | 64 | 24 |
| Octal | 272 | 0 | 156 | 0 | 144 | 51 | 33 | 505 | 144 | 44 |
| Binary | 10111010 | 0 | 1101110 | 0 | 1100100 | 101001 | 11011 | 101000101 | 1100100 | 100100 |
Color Harmonies of #BA006E
Complementary color
Monochromatic Colors of #BA006E
Black with #BA006E
Text Example
Text Example
White with #BA006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA006E; }
p { color: rgb(186,0,110); }
H1.HeaderClassName
{
color: #BA006E;
}
.AnyTagClassName
{
color: #BA006E;
}
</style>
background-color css
<style>
a { background-color: #BA006E; }
a { background-color: rgb(186,0,110); }
div.DivClassName
{
background-color: #BA006E;
}
.BgClassName
{
background-color: #BA006E;
}
</style>
border-color css
<style>
span { border-color: #BA006E; }
span { border-color: rgb(186,0,110); }
td.TdClassName
{
border-color: #BA006E;
}
.TagClassName
{
border-color: #BA006E;
}
</style>