Shades of Jazzberry Jam #BA0652
Tints of Jazzberry Jam #BA0652
RGB
CMYK
RGB Variations
Color information
#BA0652 (or 0xBA0652) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 52. RGB value is (186,6,82). Sum of RGB (Red+Green+Blue) = 186+6+82=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0652 is #45F9AD. Grayscale: #444444. Windows color (decimal): -4585902 or 5375674. OLE color: 5375674.
HSL color Cylindrical-coordinate representation of color #BA0652: hue angle of 334.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 #BA0652 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 82 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.27 |
| HSL | 334.67º | 0.94% | 0.38% | - |
| HSV(B) | 334.67º | 0.97% | 0.73% | - |
| XYZ | 21.84 | 11.18 | 8.99 | - |
| YUV | 68.48 | 135.63 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 82 | 0 | 0.97 | 0.56 | 0.27 | 334.67 | 0.94 | 0.38 |
| Hex | BA | 6 | 52 | 0 | 61 | 38 | 1B | 14F | 5E | 26 |
| Octal | 272 | 6 | 122 | 0 | 141 | 70 | 33 | 517 | 136 | 46 |
| Binary | 10111010 | 110 | 1010010 | 0 | 1100001 | 111000 | 11011 | 101001111 | 1011110 | 100110 |
Color Harmonies of #BA0652
Complementary color
Monochromatic Colors of #BA0652
Black with #BA0652
Text Example
Text Example
White with #BA0652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0652; }
p { color: rgb(186,6,82); }
H1.HeaderClassName
{
color: #BA0652;
}
.AnyTagClassName
{
color: #BA0652;
}
</style>
background-color css
<style>
a { background-color: #BA0652; }
a { background-color: rgb(186,6,82); }
div.DivClassName
{
background-color: #BA0652;
}
.BgClassName
{
background-color: #BA0652;
}
</style>
border-color css
<style>
span { border-color: #BA0652; }
span { border-color: rgb(186,6,82); }
td.TdClassName
{
border-color: #BA0652;
}
.TagClassName
{
border-color: #BA0652;
}
</style>