Shades of Jazzberry Jam #BA0151
Tints of Jazzberry Jam #BA0151
RGB
CMYK
RGB Variations
Color information
#BA0151 (or 0xBA0151) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 51. RGB value is (186,1,81). Sum of RGB (Red+Green+Blue) = 186+1+81=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0151 is #45FEAE. Grayscale: #414141. Windows color (decimal): -4587183 or 5308858. OLE color: 5308858.
HSL color Cylindrical-coordinate representation of color #BA0151: hue angle of 334.05º 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 #BA0151 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.27 |
| HSL | 334.05º | 0.99% | 0.37% | - |
| HSV(B) | 334.05º | 0.99% | 0.73% | - |
| XYZ | 21.75 | 11.05 | 8.77 | - |
| YUV | 65.44 | 136.79 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 81 | 0 | 0.99 | 0.56 | 0.27 | 334.05 | 0.99 | 0.37 |
| Hex | BA | 1 | 51 | 0 | 63 | 38 | 1B | 14E | 63 | 25 |
| Octal | 272 | 1 | 121 | 0 | 143 | 70 | 33 | 516 | 143 | 45 |
| Binary | 10111010 | 1 | 1010001 | 0 | 1100011 | 111000 | 11011 | 101001110 | 1100011 | 100101 |
Color Harmonies of #BA0151
Complementary color
Monochromatic Colors of #BA0151
Black with #BA0151
Text Example
Text Example
White with #BA0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0151; }
p { color: rgb(186,1,81); }
H1.HeaderClassName
{
color: #BA0151;
}
.AnyTagClassName
{
color: #BA0151;
}
</style>
background-color css
<style>
a { background-color: #BA0151; }
a { background-color: rgb(186,1,81); }
div.DivClassName
{
background-color: #BA0151;
}
.BgClassName
{
background-color: #BA0151;
}
</style>
border-color css
<style>
span { border-color: #BA0151; }
span { border-color: rgb(186,1,81); }
td.TdClassName
{
border-color: #BA0151;
}
.TagClassName
{
border-color: #BA0151;
}
</style>