Shades of Jazzberry Jam #BA055A
Tints of Jazzberry Jam #BA055A
RGB
CMYK
RGB Variations
Color information
#BA055A (or 0xBA055A) is known color: Jazzberry Jam. HEX triplet: BA, 05 and 5A. RGB value is (186,5,90). Sum of RGB (Red+Green+Blue) = 186+5+90=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA055A is #45FAA5. Grayscale: #444444. Windows color (decimal): -4586150 or 5899706. OLE color: 5899706.
HSL color Cylindrical-coordinate representation of color #BA055A: hue angle of 331.82º 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 #BA055A is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 90 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.27 |
| HSL | 331.82º | 0.95% | 0.37% | - |
| HSV(B) | 331.82º | 0.97% | 0.73% | - |
| XYZ | 22.15 | 11.29 | 10.68 | - |
| YUV | 68.81 | 139.97 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 90 | 0 | 0.97 | 0.52 | 0.27 | 331.82 | 0.95 | 0.37 |
| Hex | BA | 5 | 5A | 0 | 61 | 34 | 1B | 14C | 5F | 25 |
| Octal | 272 | 5 | 132 | 0 | 141 | 64 | 33 | 514 | 137 | 45 |
| Binary | 10111010 | 101 | 1011010 | 0 | 1100001 | 110100 | 11011 | 101001100 | 1011111 | 100101 |
Color Harmonies of #BA055A
Complementary color
Monochromatic Colors of #BA055A
Black with #BA055A
Text Example
Text Example
White with #BA055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA055A; }
p { color: rgb(186,5,90); }
H1.HeaderClassName
{
color: #BA055A;
}
.AnyTagClassName
{
color: #BA055A;
}
</style>
background-color css
<style>
a { background-color: #BA055A; }
a { background-color: rgb(186,5,90); }
div.DivClassName
{
background-color: #BA055A;
}
.BgClassName
{
background-color: #BA055A;
}
</style>
border-color css
<style>
span { border-color: #BA055A; }
span { border-color: rgb(186,5,90); }
td.TdClassName
{
border-color: #BA055A;
}
.TagClassName
{
border-color: #BA055A;
}
</style>