Shades of Jazzberry Jam #BA1B5E
Tints of Jazzberry Jam #BA1B5E
RGB
CMYK
RGB Variations
Color information
#BA1B5E (or 0xBA1B5E) is known color: Jazzberry Jam. HEX triplet: BA, 1B and 5E. RGB value is (186,27,94). Sum of RGB (Red+Green+Blue) = 186+27+94=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1B5E is #45E4A1. Grayscale: #525252. Windows color (decimal): -4580514 or 6167482. OLE color: 6167482.
HSL color Cylindrical-coordinate representation of color #BA1B5E: hue angle of 334.72º degrees, saturation: 0.75, 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 #BA1B5E is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 94 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.27 |
| HSL | 334.72º | 0.75% | 0.42% | - |
| HSV(B) | 334.72º | 0.85% | 0.73% | - |
| XYZ | 22.66 | 12.03 | 11.72 | - |
| YUV | 82.18 | 134.68 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 94 | 0 | 0.85 | 0.49 | 0.27 | 334.72 | 0.75 | 0.42 |
| Hex | BA | 1B | 5E | 0 | 55 | 31 | 1B | 14F | 4B | 2A |
| Octal | 272 | 33 | 136 | 0 | 125 | 61 | 33 | 517 | 113 | 52 |
| Binary | 10111010 | 11011 | 1011110 | 0 | 1010101 | 110001 | 11011 | 101001111 | 1001011 | 101010 |
Color Harmonies of #BA1B5E
Complementary color
Monochromatic Colors of #BA1B5E
Black with #BA1B5E
Text Example
Text Example
White with #BA1B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B5E; }
p { color: rgb(186,27,94); }
H1.HeaderClassName
{
color: #BA1B5E;
}
.AnyTagClassName
{
color: #BA1B5E;
}
</style>
background-color css
<style>
a { background-color: #BA1B5E; }
a { background-color: rgb(186,27,94); }
div.DivClassName
{
background-color: #BA1B5E;
}
.BgClassName
{
background-color: #BA1B5E;
}
</style>
border-color css
<style>
span { border-color: #BA1B5E; }
span { border-color: rgb(186,27,94); }
td.TdClassName
{
border-color: #BA1B5E;
}
.TagClassName
{
border-color: #BA1B5E;
}
</style>