Shades of Jazzberry Jam #BA094E
Tints of Jazzberry Jam #BA094E
RGB
CMYK
RGB Variations
Color information
#BA094E (or 0xBA094E) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 4E. RGB value is (186,9,78). Sum of RGB (Red+Green+Blue) = 186+9+78=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA094E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA094E is #45F6B1. Grayscale: #454545. Windows color (decimal): -4585138 or 5114298. OLE color: 5114298.
HSL color Cylindrical-coordinate representation of color #BA094E: hue angle of 336.61º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA094E is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 78 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.27 |
| HSL | 336.61º | 0.91% | 0.38% | - |
| HSV(B) | 336.61º | 0.95% | 0.73% | - |
| XYZ | 21.72 | 11.18 | 8.22 | - |
| YUV | 69.79 | 132.64 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 78 | 0 | 0.95 | 0.58 | 0.27 | 336.61 | 0.91 | 0.38 |
| Hex | BA | 9 | 4E | 0 | 5F | 3A | 1B | 151 | 5B | 26 |
| Octal | 272 | 11 | 116 | 0 | 137 | 72 | 33 | 521 | 133 | 46 |
| Binary | 10111010 | 1001 | 1001110 | 0 | 1011111 | 111010 | 11011 | 101010001 | 1011011 | 100110 |
Color Harmonies of #BA094E
Complementary color
Monochromatic Colors of #BA094E
Black with #BA094E
Text Example
Text Example
White with #BA094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA094E; }
p { color: rgb(186,9,78); }
H1.HeaderClassName
{
color: #BA094E;
}
.AnyTagClassName
{
color: #BA094E;
}
</style>
background-color css
<style>
a { background-color: #BA094E; }
a { background-color: rgb(186,9,78); }
div.DivClassName
{
background-color: #BA094E;
}
.BgClassName
{
background-color: #BA094E;
}
</style>
border-color css
<style>
span { border-color: #BA094E; }
span { border-color: rgb(186,9,78); }
td.TdClassName
{
border-color: #BA094E;
}
.TagClassName
{
border-color: #BA094E;
}
</style>