Shades of Jazzberry Jam #BA046B
Tints of Jazzberry Jam #BA046B
RGB
CMYK
RGB Variations
Color information
#BA046B (or 0xBA046B) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 6B. RGB value is (186,4,107). Sum of RGB (Red+Green+Blue) = 186+4+107=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA046B is #45FB94. Grayscale: #454545. Windows color (decimal): -4586389 or 7013562. OLE color: 7013562.
HSL color Cylindrical-coordinate representation of color #BA046B: hue angle of 326.04º 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 #BA046B is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 107 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.27 |
| HSL | 326.04º | 0.96% | 0.37% | - |
| HSV(B) | 326.04º | 0.98% | 0.73% | - |
| XYZ | 22.95 | 11.59 | 14.94 | - |
| YUV | 70.16 | 148.8 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 107 | 0 | 0.98 | 0.42 | 0.27 | 326.04 | 0.96 | 0.37 |
| Hex | BA | 4 | 6B | 0 | 62 | 2A | 1B | 146 | 60 | 25 |
| Octal | 272 | 4 | 153 | 0 | 142 | 52 | 33 | 506 | 140 | 45 |
| Binary | 10111010 | 100 | 1101011 | 0 | 1100010 | 101010 | 11011 | 101000110 | 1100000 | 100101 |
Color Harmonies of #BA046B
Complementary color
Monochromatic Colors of #BA046B
Black with #BA046B
Text Example
Text Example
White with #BA046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA046B; }
p { color: rgb(186,4,107); }
H1.HeaderClassName
{
color: #BA046B;
}
.AnyTagClassName
{
color: #BA046B;
}
</style>
background-color css
<style>
a { background-color: #BA046B; }
a { background-color: rgb(186,4,107); }
div.DivClassName
{
background-color: #BA046B;
}
.BgClassName
{
background-color: #BA046B;
}
</style>
border-color css
<style>
span { border-color: #BA046B; }
span { border-color: rgb(186,4,107); }
td.TdClassName
{
border-color: #BA046B;
}
.TagClassName
{
border-color: #BA046B;
}
</style>