Shades of Jazzberry Jam #BA1C5E
Tints of Jazzberry Jam #BA1C5E
RGB
CMYK
RGB Variations
Color information
#BA1C5E (or 0xBA1C5E) is known color: Jazzberry Jam. HEX triplet: BA, 1C and 5E. RGB value is (186,28,94). Sum of RGB (Red+Green+Blue) = 186+28+94=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1C5E is #45E3A1. Grayscale: #525252. Windows color (decimal): -4580258 or 6167738. OLE color: 6167738.
HSL color Cylindrical-coordinate representation of color #BA1C5E: hue angle of 334.94º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1C5E is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 94 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.27 |
| HSL | 334.94º | 0.74% | 0.42% | - |
| HSV(B) | 334.94º | 0.85% | 0.73% | - |
| XYZ | 22.69 | 12.08 | 11.73 | - |
| YUV | 82.77 | 134.35 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 94 | 0 | 0.85 | 0.49 | 0.27 | 334.94 | 0.74 | 0.42 |
| Hex | BA | 1C | 5E | 0 | 55 | 31 | 1B | 14F | 4A | 2A |
| Octal | 272 | 34 | 136 | 0 | 125 | 61 | 33 | 517 | 112 | 52 |
| Binary | 10111010 | 11100 | 1011110 | 0 | 1010101 | 110001 | 11011 | 101001111 | 1001010 | 101010 |
Color Harmonies of #BA1C5E
Complementary color
Monochromatic Colors of #BA1C5E
Black with #BA1C5E
Text Example
Text Example
White with #BA1C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C5E; }
p { color: rgb(186,28,94); }
H1.HeaderClassName
{
color: #BA1C5E;
}
.AnyTagClassName
{
color: #BA1C5E;
}
</style>
background-color css
<style>
a { background-color: #BA1C5E; }
a { background-color: rgb(186,28,94); }
div.DivClassName
{
background-color: #BA1C5E;
}
.BgClassName
{
background-color: #BA1C5E;
}
</style>
border-color css
<style>
span { border-color: #BA1C5E; }
span { border-color: rgb(186,28,94); }
td.TdClassName
{
border-color: #BA1C5E;
}
.TagClassName
{
border-color: #BA1C5E;
}
</style>