Shades of Jazzberry Jam #BA0658
Tints of Jazzberry Jam #BA0658
RGB
CMYK
RGB Variations
Color information
#BA0658 (or 0xBA0658) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 58. RGB value is (186,6,88). Sum of RGB (Red+Green+Blue) = 186+6+88=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0658 is #45F9A7. Grayscale: #454545. Windows color (decimal): -4585896 or 5768890. OLE color: 5768890.
HSL color Cylindrical-coordinate representation of color #BA0658: hue angle of 332.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0658 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 88 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.27 |
| HSL | 332.67º | 0.94% | 0.38% | - |
| HSV(B) | 332.67º | 0.97% | 0.73% | - |
| XYZ | 22.08 | 11.27 | 10.25 | - |
| YUV | 69.17 | 138.63 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 88 | 0 | 0.97 | 0.53 | 0.27 | 332.67 | 0.94 | 0.38 |
| Hex | BA | 6 | 58 | 0 | 61 | 35 | 1B | 14D | 5E | 26 |
| Octal | 272 | 6 | 130 | 0 | 141 | 65 | 33 | 515 | 136 | 46 |
| Binary | 10111010 | 110 | 1011000 | 0 | 1100001 | 110101 | 11011 | 101001101 | 1011110 | 100110 |
Color Harmonies of #BA0658
Complementary color
Monochromatic Colors of #BA0658
Black with #BA0658
Text Example
Text Example
White with #BA0658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0658; }
p { color: rgb(186,6,88); }
H1.HeaderClassName
{
color: #BA0658;
}
.AnyTagClassName
{
color: #BA0658;
}
</style>
background-color css
<style>
a { background-color: #BA0658; }
a { background-color: rgb(186,6,88); }
div.DivClassName
{
background-color: #BA0658;
}
.BgClassName
{
background-color: #BA0658;
}
</style>
border-color css
<style>
span { border-color: #BA0658; }
span { border-color: rgb(186,6,88); }
td.TdClassName
{
border-color: #BA0658;
}
.TagClassName
{
border-color: #BA0658;
}
</style>