Shades of Jazzberry Jam #BA056A
Tints of Jazzberry Jam #BA056A
RGB
CMYK
RGB Variations
Color information
#BA056A (or 0xBA056A) is known color: Jazzberry Jam. HEX triplet: BA, 05 and 6A. RGB value is (186,5,106). Sum of RGB (Red+Green+Blue) = 186+5+106=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA056A is #45FA95. Grayscale: #464646. Windows color (decimal): -4586134 or 6948282. OLE color: 6948282.
HSL color Cylindrical-coordinate representation of color #BA056A: hue angle of 326.52º 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 #BA056A is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 106 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.27 |
| HSL | 326.52º | 0.95% | 0.37% | - |
| HSV(B) | 326.52º | 0.97% | 0.73% | - |
| XYZ | 22.91 | 11.59 | 14.67 | - |
| YUV | 70.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 106 | 0 | 0.97 | 0.43 | 0.27 | 326.52 | 0.95 | 0.37 |
| Hex | BA | 5 | 6A | 0 | 61 | 2B | 1B | 147 | 5F | 25 |
| Octal | 272 | 5 | 152 | 0 | 141 | 53 | 33 | 507 | 137 | 45 |
| Binary | 10111010 | 101 | 1101010 | 0 | 1100001 | 101011 | 11011 | 101000111 | 1011111 | 100101 |
Color Harmonies of #BA056A
Complementary color
Monochromatic Colors of #BA056A
Black with #BA056A
Text Example
Text Example
White with #BA056A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA056A; }
p { color: rgb(186,5,106); }
H1.HeaderClassName
{
color: #BA056A;
}
.AnyTagClassName
{
color: #BA056A;
}
</style>
background-color css
<style>
a { background-color: #BA056A; }
a { background-color: rgb(186,5,106); }
div.DivClassName
{
background-color: #BA056A;
}
.BgClassName
{
background-color: #BA056A;
}
</style>
border-color css
<style>
span { border-color: #BA056A; }
span { border-color: rgb(186,5,106); }
td.TdClassName
{
border-color: #BA056A;
}
.TagClassName
{
border-color: #BA056A;
}
</style>