Shades of Jazzberry Jam #BA0157
Tints of Jazzberry Jam #BA0157
RGB
CMYK
RGB Variations
Color information
#BA0157 (or 0xBA0157) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 57. RGB value is (186,1,87). Sum of RGB (Red+Green+Blue) = 186+1+87=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0157 is #45FEA8. Grayscale: #414141. Windows color (decimal): -4587177 or 5702074. OLE color: 5702074.
HSL color Cylindrical-coordinate representation of color #BA0157: hue angle of 332.11º degrees, saturation: 0.99, 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 #BA0157 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 87 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.27 |
| HSL | 332.11º | 0.99% | 0.37% | - |
| HSV(B) | 332.11º | 0.99% | 0.73% | - |
| XYZ | 21.98 | 11.15 | 10.01 | - |
| YUV | 66.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 87 | 0 | 0.99 | 0.53 | 0.27 | 332.11 | 0.99 | 0.37 |
| Hex | BA | 1 | 57 | 0 | 63 | 35 | 1B | 14C | 63 | 25 |
| Octal | 272 | 1 | 127 | 0 | 143 | 65 | 33 | 514 | 143 | 45 |
| Binary | 10111010 | 1 | 1010111 | 0 | 1100011 | 110101 | 11011 | 101001100 | 1100011 | 100101 |
Color Harmonies of #BA0157
Complementary color
Monochromatic Colors of #BA0157
Black with #BA0157
Text Example
Text Example
White with #BA0157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0157; }
p { color: rgb(186,1,87); }
H1.HeaderClassName
{
color: #BA0157;
}
.AnyTagClassName
{
color: #BA0157;
}
</style>
background-color css
<style>
a { background-color: #BA0157; }
a { background-color: rgb(186,1,87); }
div.DivClassName
{
background-color: #BA0157;
}
.BgClassName
{
background-color: #BA0157;
}
</style>
border-color css
<style>
span { border-color: #BA0157; }
span { border-color: rgb(186,1,87); }
td.TdClassName
{
border-color: #BA0157;
}
.TagClassName
{
border-color: #BA0157;
}
</style>