Shades of Jazzberry Jam #BA0053
Tints of Jazzberry Jam #BA0053
RGB
CMYK
RGB Variations
Color information
#BA0053 (or 0xBA0053) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 53. RGB value is (186,0,83). Sum of RGB (Red+Green+Blue) = 186+0+83=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0053 is #45FFAC. Grayscale: #404040. Windows color (decimal): -4587437 or 5439674. OLE color: 5439674.
HSL color Cylindrical-coordinate representation of color #BA0053: hue angle of 333.23º 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 #BA0053 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.55 | 0.27 |
| HSL | 333.23º | 1% | 0.36% | - |
| HSV(B) | 333.23º | 1% | 0.73% | - |
| XYZ | 21.81 | 11.06 | 9.17 | - |
| YUV | 65.08 | 138.12 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 83 | 0 | 1 | 0.55 | 0.27 | 333.23 | 1 | 0.36 |
| Hex | BA | 0 | 53 | 0 | 64 | 37 | 1B | 14D | 64 | 24 |
| Octal | 272 | 0 | 123 | 0 | 144 | 67 | 33 | 515 | 144 | 44 |
| Binary | 10111010 | 0 | 1010011 | 0 | 1100100 | 110111 | 11011 | 101001101 | 1100100 | 100100 |
Color Harmonies of #BA0053
Complementary color
Monochromatic Colors of #BA0053
Black with #BA0053
Text Example
Text Example
White with #BA0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0053; }
p { color: rgb(186,0,83); }
H1.HeaderClassName
{
color: #BA0053;
}
.AnyTagClassName
{
color: #BA0053;
}
</style>
background-color css
<style>
a { background-color: #BA0053; }
a { background-color: rgb(186,0,83); }
div.DivClassName
{
background-color: #BA0053;
}
.BgClassName
{
background-color: #BA0053;
}
</style>
border-color css
<style>
span { border-color: #BA0053; }
span { border-color: rgb(186,0,83); }
td.TdClassName
{
border-color: #BA0053;
}
.TagClassName
{
border-color: #BA0053;
}
</style>