Shades of Jazzberry Jam #BA006D
Tints of Jazzberry Jam #BA006D
RGB
CMYK
RGB Variations
Color information
#BA006D (or 0xBA006D) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 6D. RGB value is (186,0,109). Sum of RGB (Red+Green+Blue) = 186+0+109=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA006D is #45FF92. Grayscale: #434343. Windows color (decimal): -4587411 or 7143610. OLE color: 7143610.
HSL color Cylindrical-coordinate representation of color #BA006D: hue angle of 324.84º 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 #BA006D is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.41 | 0.27 |
| HSL | 324.84º | 1% | 0.36% | - |
| HSV(B) | 324.84º | 1% | 0.73% | - |
| XYZ | 23.01 | 11.54 | 15.48 | - |
| YUV | 68.04 | 151.12 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 109 | 0 | 1 | 0.41 | 0.27 | 324.84 | 1 | 0.36 |
| Hex | BA | 0 | 6D | 0 | 64 | 29 | 1B | 145 | 64 | 24 |
| Octal | 272 | 0 | 155 | 0 | 144 | 51 | 33 | 505 | 144 | 44 |
| Binary | 10111010 | 0 | 1101101 | 0 | 1100100 | 101001 | 11011 | 101000101 | 1100100 | 100100 |
Color Harmonies of #BA006D
Complementary color
Monochromatic Colors of #BA006D
Black with #BA006D
Text Example
Text Example
White with #BA006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA006D; }
p { color: rgb(186,0,109); }
H1.HeaderClassName
{
color: #BA006D;
}
.AnyTagClassName
{
color: #BA006D;
}
</style>
background-color css
<style>
a { background-color: #BA006D; }
a { background-color: rgb(186,0,109); }
div.DivClassName
{
background-color: #BA006D;
}
.BgClassName
{
background-color: #BA006D;
}
</style>
border-color css
<style>
span { border-color: #BA006D; }
span { border-color: rgb(186,0,109); }
td.TdClassName
{
border-color: #BA006D;
}
.TagClassName
{
border-color: #BA006D;
}
</style>