Shades of Jazzberry Jam #BA0D5B
Tints of Jazzberry Jam #BA0D5B
RGB
CMYK
RGB Variations
Color information
#BA0D5B (or 0xBA0D5B) is known color: Jazzberry Jam. HEX triplet: BA, 0D and 5B. RGB value is (186,13,91). Sum of RGB (Red+Green+Blue) = 186+13+91=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D5B is #45F2A4. Grayscale: #494949. Windows color (decimal): -4584101 or 5967290. OLE color: 5967290.
HSL color Cylindrical-coordinate representation of color #BA0D5B: hue angle of 332.95º 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 #BA0D5B is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 91 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.27 |
| HSL | 332.95º | 0.87% | 0.39% | - |
| HSV(B) | 332.95º | 0.93% | 0.73% | - |
| XYZ | 22.28 | 11.48 | 10.94 | - |
| YUV | 73.62 | 137.81 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 91 | 0 | 0.93 | 0.51 | 0.27 | 332.95 | 0.87 | 0.39 |
| Hex | BA | D | 5B | 0 | 5D | 33 | 1B | 14D | 57 | 27 |
| Octal | 272 | 15 | 133 | 0 | 135 | 63 | 33 | 515 | 127 | 47 |
| Binary | 10111010 | 1101 | 1011011 | 0 | 1011101 | 110011 | 11011 | 101001101 | 1010111 | 100111 |
Color Harmonies of #BA0D5B
Complementary color
Monochromatic Colors of #BA0D5B
Black with #BA0D5B
Text Example
Text Example
White with #BA0D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D5B; }
p { color: rgb(186,13,91); }
H1.HeaderClassName
{
color: #BA0D5B;
}
.AnyTagClassName
{
color: #BA0D5B;
}
</style>
background-color css
<style>
a { background-color: #BA0D5B; }
a { background-color: rgb(186,13,91); }
div.DivClassName
{
background-color: #BA0D5B;
}
.BgClassName
{
background-color: #BA0D5B;
}
</style>
border-color css
<style>
span { border-color: #BA0D5B; }
span { border-color: rgb(186,13,91); }
td.TdClassName
{
border-color: #BA0D5B;
}
.TagClassName
{
border-color: #BA0D5B;
}
</style>