Shades of Jazzberry Jam #BA0451
Tints of Jazzberry Jam #BA0451
RGB
CMYK
RGB Variations
Color information
#BA0451 (or 0xBA0451) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 51. RGB value is (186,4,81). Sum of RGB (Red+Green+Blue) = 186+4+81=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0451 is #45FBAE. Grayscale: #434343. Windows color (decimal): -4586415 or 5309626. OLE color: 5309626.
HSL color Cylindrical-coordinate representation of color #BA0451: hue angle of 334.62º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0451 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 81 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.27 |
| HSL | 334.62º | 0.96% | 0.37% | - |
| HSV(B) | 334.62º | 0.98% | 0.73% | - |
| XYZ | 21.78 | 11.12 | 8.78 | - |
| YUV | 67.2 | 135.8 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 81 | 0 | 0.98 | 0.56 | 0.27 | 334.62 | 0.96 | 0.37 |
| Hex | BA | 4 | 51 | 0 | 62 | 38 | 1B | 14F | 60 | 25 |
| Octal | 272 | 4 | 121 | 0 | 142 | 70 | 33 | 517 | 140 | 45 |
| Binary | 10111010 | 100 | 1010001 | 0 | 1100010 | 111000 | 11011 | 101001111 | 1100000 | 100101 |
Color Harmonies of #BA0451
Complementary color
Monochromatic Colors of #BA0451
Black with #BA0451
Text Example
Text Example
White with #BA0451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0451; }
p { color: rgb(186,4,81); }
H1.HeaderClassName
{
color: #BA0451;
}
.AnyTagClassName
{
color: #BA0451;
}
</style>
background-color css
<style>
a { background-color: #BA0451; }
a { background-color: rgb(186,4,81); }
div.DivClassName
{
background-color: #BA0451;
}
.BgClassName
{
background-color: #BA0451;
}
</style>
border-color css
<style>
span { border-color: #BA0451; }
span { border-color: rgb(186,4,81); }
td.TdClassName
{
border-color: #BA0451;
}
.TagClassName
{
border-color: #BA0451;
}
</style>