Shades of Jazzberry Jam #BA0453
Tints of Jazzberry Jam #BA0453
RGB
CMYK
RGB Variations
Color information
#BA0453 (or 0xBA0453) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 53. RGB value is (186,4,83). Sum of RGB (Red+Green+Blue) = 186+4+83=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0453 is #45FBAC. Grayscale: #434343. Windows color (decimal): -4586413 or 5440698. OLE color: 5440698.
HSL color Cylindrical-coordinate representation of color #BA0453: hue angle of 333.96º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0453 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 83 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.27 |
| HSL | 333.96º | 0.96% | 0.37% | - |
| HSV(B) | 333.96º | 0.98% | 0.73% | - |
| XYZ | 21.85 | 11.15 | 9.18 | - |
| YUV | 67.42 | 136.8 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 83 | 0 | 0.98 | 0.55 | 0.27 | 333.96 | 0.96 | 0.37 |
| Hex | BA | 4 | 53 | 0 | 62 | 37 | 1B | 14E | 60 | 25 |
| Octal | 272 | 4 | 123 | 0 | 142 | 67 | 33 | 516 | 140 | 45 |
| Binary | 10111010 | 100 | 1010011 | 0 | 1100010 | 110111 | 11011 | 101001110 | 1100000 | 100101 |
Color Harmonies of #BA0453
Complementary color
Monochromatic Colors of #BA0453
Black with #BA0453
Text Example
Text Example
White with #BA0453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0453; }
p { color: rgb(186,4,83); }
H1.HeaderClassName
{
color: #BA0453;
}
.AnyTagClassName
{
color: #BA0453;
}
</style>
background-color css
<style>
a { background-color: #BA0453; }
a { background-color: rgb(186,4,83); }
div.DivClassName
{
background-color: #BA0453;
}
.BgClassName
{
background-color: #BA0453;
}
</style>
border-color css
<style>
span { border-color: #BA0453; }
span { border-color: rgb(186,4,83); }
td.TdClassName
{
border-color: #BA0453;
}
.TagClassName
{
border-color: #BA0453;
}
</style>