Shades of Jazzberry Jam #BA0258
Tints of Jazzberry Jam #BA0258
RGB
CMYK
RGB Variations
Color information
#BA0258 (or 0xBA0258) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 58. RGB value is (186,2,88). Sum of RGB (Red+Green+Blue) = 186+2+88=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0258 is #45FDA7. Grayscale: #424242. Windows color (decimal): -4586920 or 5767866. OLE color: 5767866.
HSL color Cylindrical-coordinate representation of color #BA0258: hue angle of 331.96º 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 #BA0258 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.27 |
| HSL | 331.96º | 0.98% | 0.37% | - |
| HSV(B) | 331.96º | 0.99% | 0.73% | - |
| XYZ | 22.03 | 11.19 | 10.23 | - |
| YUV | 66.82 | 139.96 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 88 | 0 | 0.99 | 0.53 | 0.27 | 331.96 | 0.98 | 0.37 |
| Hex | BA | 2 | 58 | 0 | 63 | 35 | 1B | 14C | 62 | 25 |
| Octal | 272 | 2 | 130 | 0 | 143 | 65 | 33 | 514 | 142 | 45 |
| Binary | 10111010 | 10 | 1011000 | 0 | 1100011 | 110101 | 11011 | 101001100 | 1100010 | 100101 |
Color Harmonies of #BA0258
Complementary color
Monochromatic Colors of #BA0258
Black with #BA0258
Text Example
Text Example
White with #BA0258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0258; }
p { color: rgb(186,2,88); }
H1.HeaderClassName
{
color: #BA0258;
}
.AnyTagClassName
{
color: #BA0258;
}
</style>
background-color css
<style>
a { background-color: #BA0258; }
a { background-color: rgb(186,2,88); }
div.DivClassName
{
background-color: #BA0258;
}
.BgClassName
{
background-color: #BA0258;
}
</style>
border-color css
<style>
span { border-color: #BA0258; }
span { border-color: rgb(186,2,88); }
td.TdClassName
{
border-color: #BA0258;
}
.TagClassName
{
border-color: #BA0258;
}
</style>