Shades of Jazzberry Jam #BA0A5A
Tints of Jazzberry Jam #BA0A5A
RGB
CMYK
RGB Variations
Color information
#BA0A5A (or 0xBA0A5A) is known color: Jazzberry Jam. HEX triplet: BA, 0A and 5A. RGB value is (186,10,90). Sum of RGB (Red+Green+Blue) = 186+10+90=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A5A is #45F5A5. Grayscale: #474747. Windows color (decimal): -4584870 or 5900986. OLE color: 5900986.
HSL color Cylindrical-coordinate representation of color #BA0A5A: hue angle of 332.73º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0A5A is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 90 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.27 |
| HSL | 332.73º | 0.9% | 0.38% | - |
| HSV(B) | 332.73º | 0.95% | 0.73% | - |
| XYZ | 22.2 | 11.39 | 10.7 | - |
| YUV | 71.74 | 138.31 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 90 | 0 | 0.95 | 0.52 | 0.27 | 332.73 | 0.9 | 0.38 |
| Hex | BA | A | 5A | 0 | 5F | 34 | 1B | 14D | 5A | 26 |
| Octal | 272 | 12 | 132 | 0 | 137 | 64 | 33 | 515 | 132 | 46 |
| Binary | 10111010 | 1010 | 1011010 | 0 | 1011111 | 110100 | 11011 | 101001101 | 1011010 | 100110 |
Color Harmonies of #BA0A5A
Complementary color
Monochromatic Colors of #BA0A5A
Black with #BA0A5A
Text Example
Text Example
White with #BA0A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A5A; }
p { color: rgb(186,10,90); }
H1.HeaderClassName
{
color: #BA0A5A;
}
.AnyTagClassName
{
color: #BA0A5A;
}
</style>
background-color css
<style>
a { background-color: #BA0A5A; }
a { background-color: rgb(186,10,90); }
div.DivClassName
{
background-color: #BA0A5A;
}
.BgClassName
{
background-color: #BA0A5A;
}
</style>
border-color css
<style>
span { border-color: #BA0A5A; }
span { border-color: rgb(186,10,90); }
td.TdClassName
{
border-color: #BA0A5A;
}
.TagClassName
{
border-color: #BA0A5A;
}
</style>