Shades of Jazzberry Jam #BA0F4F
Tints of Jazzberry Jam #BA0F4F
RGB
CMYK
RGB Variations
Color information
#BA0F4F (or 0xBA0F4F) is known color: Jazzberry Jam. HEX triplet: BA, 0F and 4F. RGB value is (186,15,79). Sum of RGB (Red+Green+Blue) = 186+15+79=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0F4F is #45F0B0. Grayscale: #494949. Windows color (decimal): -4583601 or 5181370. OLE color: 5181370.
HSL color Cylindrical-coordinate representation of color #BA0F4F: hue angle of 337.54º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F4F is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 15 | 79 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.27 |
| HSL | 337.54º | 0.85% | 0.39% | - |
| HSV(B) | 337.54º | 0.92% | 0.73% | - |
| XYZ | 21.83 | 11.35 | 8.44 | - |
| YUV | 73.43 | 131.15 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 79 | 0 | 0.92 | 0.58 | 0.27 | 337.54 | 0.85 | 0.39 |
| Hex | BA | F | 4F | 0 | 5C | 3A | 1B | 152 | 55 | 27 |
| Octal | 272 | 17 | 117 | 0 | 134 | 72 | 33 | 522 | 125 | 47 |
| Binary | 10111010 | 1111 | 1001111 | 0 | 1011100 | 111010 | 11011 | 101010010 | 1010101 | 100111 |
Color Harmonies of #BA0F4F
Complementary color
Monochromatic Colors of #BA0F4F
Black with #BA0F4F
Text Example
Text Example
White with #BA0F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0F4F; }
p { color: rgb(186,15,79); }
H1.HeaderClassName
{
color: #BA0F4F;
}
.AnyTagClassName
{
color: #BA0F4F;
}
</style>
background-color css
<style>
a { background-color: #BA0F4F; }
a { background-color: rgb(186,15,79); }
div.DivClassName
{
background-color: #BA0F4F;
}
.BgClassName
{
background-color: #BA0F4F;
}
</style>
border-color css
<style>
span { border-color: #BA0F4F; }
span { border-color: rgb(186,15,79); }
td.TdClassName
{
border-color: #BA0F4F;
}
.TagClassName
{
border-color: #BA0F4F;
}
</style>