Shades of Jazzberry Jam #BA084E
Tints of Jazzberry Jam #BA084E
RGB
CMYK
RGB Variations
Color information
#BA084E (or 0xBA084E) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 4E. RGB value is (186,8,78). Sum of RGB (Red+Green+Blue) = 186+8+78=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA084E is #45F7B1. Grayscale: #454545. Windows color (decimal): -4585394 or 5114042. OLE color: 5114042.
HSL color Cylindrical-coordinate representation of color #BA084E: hue angle of 336.4º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA084E is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 78 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.27 |
| HSL | 336.4º | 0.92% | 0.38% | - |
| HSV(B) | 336.4º | 0.96% | 0.73% | - |
| XYZ | 21.71 | 11.16 | 8.22 | - |
| YUV | 69.2 | 132.97 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 78 | 0 | 0.96 | 0.58 | 0.27 | 336.4 | 0.92 | 0.38 |
| Hex | BA | 8 | 4E | 0 | 60 | 3A | 1B | 150 | 5C | 26 |
| Octal | 272 | 10 | 116 | 0 | 140 | 72 | 33 | 520 | 134 | 46 |
| Binary | 10111010 | 1000 | 1001110 | 0 | 1100000 | 111010 | 11011 | 101010000 | 1011100 | 100110 |
Color Harmonies of #BA084E
Complementary color
Monochromatic Colors of #BA084E
Black with #BA084E
Text Example
Text Example
White with #BA084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA084E; }
p { color: rgb(186,8,78); }
H1.HeaderClassName
{
color: #BA084E;
}
.AnyTagClassName
{
color: #BA084E;
}
</style>
background-color css
<style>
a { background-color: #BA084E; }
a { background-color: rgb(186,8,78); }
div.DivClassName
{
background-color: #BA084E;
}
.BgClassName
{
background-color: #BA084E;
}
</style>
border-color css
<style>
span { border-color: #BA084E; }
span { border-color: rgb(186,8,78); }
td.TdClassName
{
border-color: #BA084E;
}
.TagClassName
{
border-color: #BA084E;
}
</style>