Shades of Jazzberry Jam #BA0254
Tints of Jazzberry Jam #BA0254
RGB
CMYK
RGB Variations
Color information
#BA0254 (or 0xBA0254) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 54. RGB value is (186,2,84). Sum of RGB (Red+Green+Blue) = 186+2+84=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0254 is #45FDAB. Grayscale: #424242. Windows color (decimal): -4586924 or 5505722. OLE color: 5505722.
HSL color Cylindrical-coordinate representation of color #BA0254: hue angle of 333.26º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0254 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 84 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.27 |
| HSL | 333.26º | 0.98% | 0.37% | - |
| HSV(B) | 333.26º | 0.99% | 0.73% | - |
| XYZ | 21.87 | 11.12 | 9.38 | - |
| YUV | 66.36 | 137.96 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 84 | 0 | 0.99 | 0.55 | 0.27 | 333.26 | 0.98 | 0.37 |
| Hex | BA | 2 | 54 | 0 | 63 | 37 | 1B | 14D | 62 | 25 |
| Octal | 272 | 2 | 124 | 0 | 143 | 67 | 33 | 515 | 142 | 45 |
| Binary | 10111010 | 10 | 1010100 | 0 | 1100011 | 110111 | 11011 | 101001101 | 1100010 | 100101 |
Color Harmonies of #BA0254
Complementary color
Monochromatic Colors of #BA0254
Black with #BA0254
Text Example
Text Example
White with #BA0254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0254; }
p { color: rgb(186,2,84); }
H1.HeaderClassName
{
color: #BA0254;
}
.AnyTagClassName
{
color: #BA0254;
}
</style>
background-color css
<style>
a { background-color: #BA0254; }
a { background-color: rgb(186,2,84); }
div.DivClassName
{
background-color: #BA0254;
}
.BgClassName
{
background-color: #BA0254;
}
</style>
border-color css
<style>
span { border-color: #BA0254; }
span { border-color: rgb(186,2,84); }
td.TdClassName
{
border-color: #BA0254;
}
.TagClassName
{
border-color: #BA0254;
}
</style>