Shades of Jazzberry Jam #BA0D54
Tints of Jazzberry Jam #BA0D54
RGB
CMYK
RGB Variations
Color information
#BA0D54 (or 0xBA0D54) is known color: Jazzberry Jam. HEX triplet: BA, 0D and 54. RGB value is (186,13,84). Sum of RGB (Red+Green+Blue) = 186+13+84=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D54 is #45F2AB. Grayscale: #484848. Windows color (decimal): -4584108 or 5508538. OLE color: 5508538.
HSL color Cylindrical-coordinate representation of color #BA0D54: hue angle of 335.38º 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 #BA0D54 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 84 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.27 |
| HSL | 335.38º | 0.87% | 0.39% | - |
| HSV(B) | 335.38º | 0.93% | 0.73% | - |
| XYZ | 21.99 | 11.37 | 9.42 | - |
| YUV | 72.82 | 134.31 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 84 | 0 | 0.93 | 0.55 | 0.27 | 335.38 | 0.87 | 0.39 |
| Hex | BA | D | 54 | 0 | 5D | 37 | 1B | 14F | 57 | 27 |
| Octal | 272 | 15 | 124 | 0 | 135 | 67 | 33 | 517 | 127 | 47 |
| Binary | 10111010 | 1101 | 1010100 | 0 | 1011101 | 110111 | 11011 | 101001111 | 1010111 | 100111 |
Color Harmonies of #BA0D54
Complementary color
Monochromatic Colors of #BA0D54
Black with #BA0D54
Text Example
Text Example
White with #BA0D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D54; }
p { color: rgb(186,13,84); }
H1.HeaderClassName
{
color: #BA0D54;
}
.AnyTagClassName
{
color: #BA0D54;
}
</style>
background-color css
<style>
a { background-color: #BA0D54; }
a { background-color: rgb(186,13,84); }
div.DivClassName
{
background-color: #BA0D54;
}
.BgClassName
{
background-color: #BA0D54;
}
</style>
border-color css
<style>
span { border-color: #BA0D54; }
span { border-color: rgb(186,13,84); }
td.TdClassName
{
border-color: #BA0D54;
}
.TagClassName
{
border-color: #BA0D54;
}
</style>