Shades of Jazzberry Jam #BA0D5A
Tints of Jazzberry Jam #BA0D5A
RGB
CMYK
RGB Variations
Color information
#BA0D5A (or 0xBA0D5A) is known color: Jazzberry Jam. HEX triplet: BA, 0D and 5A. RGB value is (186,13,90). Sum of RGB (Red+Green+Blue) = 186+13+90=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D5A is #45F2A5. Grayscale: #494949. Windows color (decimal): -4584102 or 5901754. OLE color: 5901754.
HSL color Cylindrical-coordinate representation of color #BA0D5A: hue angle of 333.29º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0D5A is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 90 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.27 |
| HSL | 333.29º | 0.87% | 0.39% | - |
| HSV(B) | 333.29º | 0.93% | 0.73% | - |
| XYZ | 22.24 | 11.47 | 10.71 | - |
| YUV | 73.51 | 137.31 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 90 | 0 | 0.93 | 0.52 | 0.27 | 333.29 | 0.87 | 0.39 |
| Hex | BA | D | 5A | 0 | 5D | 34 | 1B | 14D | 57 | 27 |
| Octal | 272 | 15 | 132 | 0 | 135 | 64 | 33 | 515 | 127 | 47 |
| Binary | 10111010 | 1101 | 1011010 | 0 | 1011101 | 110100 | 11011 | 101001101 | 1010111 | 100111 |
Color Harmonies of #BA0D5A
Complementary color
Monochromatic Colors of #BA0D5A
Black with #BA0D5A
Text Example
Text Example
White with #BA0D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D5A; }
p { color: rgb(186,13,90); }
H1.HeaderClassName
{
color: #BA0D5A;
}
.AnyTagClassName
{
color: #BA0D5A;
}
</style>
background-color css
<style>
a { background-color: #BA0D5A; }
a { background-color: rgb(186,13,90); }
div.DivClassName
{
background-color: #BA0D5A;
}
.BgClassName
{
background-color: #BA0D5A;
}
</style>
border-color css
<style>
span { border-color: #BA0D5A; }
span { border-color: rgb(186,13,90); }
td.TdClassName
{
border-color: #BA0D5A;
}
.TagClassName
{
border-color: #BA0D5A;
}
</style>