Shades of Jazzberry Jam #BA046C
Tints of Jazzberry Jam #BA046C
RGB
CMYK
RGB Variations
Color information
#BA046C (or 0xBA046C) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 6C. RGB value is (186,4,108). Sum of RGB (Red+Green+Blue) = 186+4+108=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA046C is #45FB93. Grayscale: #464646. Windows color (decimal): -4586388 or 7079098. OLE color: 7079098.
HSL color Cylindrical-coordinate representation of color #BA046C: hue angle of 325.71º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA046C is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 108 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.27 |
| HSL | 325.71º | 0.96% | 0.37% | - |
| HSV(B) | 325.71º | 0.98% | 0.73% | - |
| XYZ | 23 | 11.61 | 15.22 | - |
| YUV | 70.27 | 149.3 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 108 | 0 | 0.98 | 0.42 | 0.27 | 325.71 | 0.96 | 0.37 |
| Hex | BA | 4 | 6C | 0 | 62 | 2A | 1B | 146 | 60 | 25 |
| Octal | 272 | 4 | 154 | 0 | 142 | 52 | 33 | 506 | 140 | 45 |
| Binary | 10111010 | 100 | 1101100 | 0 | 1100010 | 101010 | 11011 | 101000110 | 1100000 | 100101 |
Color Harmonies of #BA046C
Complementary color
Monochromatic Colors of #BA046C
Black with #BA046C
Text Example
Text Example
White with #BA046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA046C; }
p { color: rgb(186,4,108); }
H1.HeaderClassName
{
color: #BA046C;
}
.AnyTagClassName
{
color: #BA046C;
}
</style>
background-color css
<style>
a { background-color: #BA046C; }
a { background-color: rgb(186,4,108); }
div.DivClassName
{
background-color: #BA046C;
}
.BgClassName
{
background-color: #BA046C;
}
</style>
border-color css
<style>
span { border-color: #BA046C; }
span { border-color: rgb(186,4,108); }
td.TdClassName
{
border-color: #BA046C;
}
.TagClassName
{
border-color: #BA046C;
}
</style>