Shades of Jazzberry Jam #BA005A
Tints of Jazzberry Jam #BA005A
RGB
CMYK
RGB Variations
Color information
#BA005A (or 0xBA005A) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 5A. RGB value is (186,0,90). Sum of RGB (Red+Green+Blue) = 186+0+90=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA005A is #45FFA5. Grayscale: #414141. Windows color (decimal): -4587430 or 5898426. OLE color: 5898426.
HSL color Cylindrical-coordinate representation of color #BA005A: hue angle of 330.97º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA005A is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.52 | 0.27 |
| HSL | 330.97º | 1% | 0.36% | - |
| HSV(B) | 330.97º | 1% | 0.73% | - |
| XYZ | 22.1 | 11.18 | 10.67 | - |
| YUV | 65.87 | 141.62 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 90 | 0 | 1 | 0.52 | 0.27 | 330.97 | 1 | 0.36 |
| Hex | BA | 0 | 5A | 0 | 64 | 34 | 1B | 14B | 64 | 24 |
| Octal | 272 | 0 | 132 | 0 | 144 | 64 | 33 | 513 | 144 | 44 |
| Binary | 10111010 | 0 | 1011010 | 0 | 1100100 | 110100 | 11011 | 101001011 | 1100100 | 100100 |
Color Harmonies of #BA005A
Complementary color
Monochromatic Colors of #BA005A
Black with #BA005A
Text Example
Text Example
White with #BA005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA005A; }
p { color: rgb(186,0,90); }
H1.HeaderClassName
{
color: #BA005A;
}
.AnyTagClassName
{
color: #BA005A;
}
</style>
background-color css
<style>
a { background-color: #BA005A; }
a { background-color: rgb(186,0,90); }
div.DivClassName
{
background-color: #BA005A;
}
.BgClassName
{
background-color: #BA005A;
}
</style>
border-color css
<style>
span { border-color: #BA005A; }
span { border-color: rgb(186,0,90); }
td.TdClassName
{
border-color: #BA005A;
}
.TagClassName
{
border-color: #BA005A;
}
</style>