Shades of Jazzberry Jam #BA056B
Tints of Jazzberry Jam #BA056B
RGB
CMYK
RGB Variations
Color information
#BA056B (or 0xBA056B) is known color: Jazzberry Jam. HEX triplet: BA, 05 and 6B. RGB value is (186,5,107). Sum of RGB (Red+Green+Blue) = 186+5+107=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA056B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA056B is #45FA94. Grayscale: #464646. Windows color (decimal): -4586133 or 7013818. OLE color: 7013818.
HSL color Cylindrical-coordinate representation of color #BA056B: hue angle of 326.19º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA056B is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 107 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.27 |
| HSL | 326.19º | 0.95% | 0.37% | - |
| HSV(B) | 326.19º | 0.97% | 0.73% | - |
| XYZ | 22.96 | 11.61 | 14.94 | - |
| YUV | 70.75 | 148.47 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 107 | 0 | 0.97 | 0.42 | 0.27 | 326.19 | 0.95 | 0.37 |
| Hex | BA | 5 | 6B | 0 | 61 | 2A | 1B | 146 | 5F | 25 |
| Octal | 272 | 5 | 153 | 0 | 141 | 52 | 33 | 506 | 137 | 45 |
| Binary | 10111010 | 101 | 1101011 | 0 | 1100001 | 101010 | 11011 | 101000110 | 1011111 | 100101 |
Color Harmonies of #BA056B
Complementary color
Monochromatic Colors of #BA056B
Black with #BA056B
Text Example
Text Example
White with #BA056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA056B; }
p { color: rgb(186,5,107); }
H1.HeaderClassName
{
color: #BA056B;
}
.AnyTagClassName
{
color: #BA056B;
}
</style>
background-color css
<style>
a { background-color: #BA056B; }
a { background-color: rgb(186,5,107); }
div.DivClassName
{
background-color: #BA056B;
}
.BgClassName
{
background-color: #BA056B;
}
</style>
border-color css
<style>
span { border-color: #BA056B; }
span { border-color: rgb(186,5,107); }
td.TdClassName
{
border-color: #BA056B;
}
.TagClassName
{
border-color: #BA056B;
}
</style>