Shades of Jazzberry Jam #BA1B5F
Tints of Jazzberry Jam #BA1B5F
RGB
CMYK
RGB Variations
Color information
#BA1B5F (or 0xBA1B5F) is known color: Jazzberry Jam. HEX triplet: BA, 1B and 5F. RGB value is (186,27,95). Sum of RGB (Red+Green+Blue) = 186+27+95=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1B5F is #45E4A0. Grayscale: #525252. Windows color (decimal): -4580513 or 6233018. OLE color: 6233018.
HSL color Cylindrical-coordinate representation of color #BA1B5F: hue angle of 334.34º 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 #BA1B5F is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 95 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.27 |
| HSL | 334.34º | 0.75% | 0.42% | - |
| HSV(B) | 334.34º | 0.85% | 0.73% | - |
| XYZ | 22.71 | 12.05 | 11.96 | - |
| YUV | 82.29 | 135.18 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 95 | 0 | 0.85 | 0.49 | 0.27 | 334.34 | 0.75 | 0.42 |
| Hex | BA | 1B | 5F | 0 | 55 | 31 | 1B | 14E | 4B | 2A |
| Octal | 272 | 33 | 137 | 0 | 125 | 61 | 33 | 516 | 113 | 52 |
| Binary | 10111010 | 11011 | 1011111 | 0 | 1010101 | 110001 | 11011 | 101001110 | 1001011 | 101010 |
Color Harmonies of #BA1B5F
Complementary color
Monochromatic Colors of #BA1B5F
Black with #BA1B5F
Text Example
Text Example
White with #BA1B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B5F; }
p { color: rgb(186,27,95); }
H1.HeaderClassName
{
color: #BA1B5F;
}
.AnyTagClassName
{
color: #BA1B5F;
}
</style>
background-color css
<style>
a { background-color: #BA1B5F; }
a { background-color: rgb(186,27,95); }
div.DivClassName
{
background-color: #BA1B5F;
}
.BgClassName
{
background-color: #BA1B5F;
}
</style>
border-color css
<style>
span { border-color: #BA1B5F; }
span { border-color: rgb(186,27,95); }
td.TdClassName
{
border-color: #BA1B5F;
}
.TagClassName
{
border-color: #BA1B5F;
}
</style>