Shades of Jazzberry Jam #BA1D5D
Tints of Jazzberry Jam #BA1D5D
RGB
CMYK
RGB Variations
Color information
#BA1D5D (or 0xBA1D5D) is known color: Jazzberry Jam. HEX triplet: BA, 1D and 5D. RGB value is (186,29,93). Sum of RGB (Red+Green+Blue) = 186+29+93=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D5D is #45E2A2. Grayscale: #535353. Windows color (decimal): -4580003 or 6102458. OLE color: 6102458.
HSL color Cylindrical-coordinate representation of color #BA1D5D: hue angle of 335.54º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D5D is Cyan = 0, Magento = 0.84, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 93 | - |
| CMYK | 0 | 0.84 | 0.5 | 0.27 |
| HSL | 335.54º | 0.73% | 0.42% | - |
| HSV(B) | 335.54º | 0.84% | 0.73% | - |
| XYZ | 22.66 | 12.11 | 11.5 | - |
| YUV | 83.24 | 133.51 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 93 | 0 | 0.84 | 0.5 | 0.27 | 335.54 | 0.73 | 0.42 |
| Hex | BA | 1D | 5D | 0 | 54 | 32 | 1B | 150 | 49 | 2A |
| Octal | 272 | 35 | 135 | 0 | 124 | 62 | 33 | 520 | 111 | 52 |
| Binary | 10111010 | 11101 | 1011101 | 0 | 1010100 | 110010 | 11011 | 101010000 | 1001001 | 101010 |
Color Harmonies of #BA1D5D
Complementary color
Monochromatic Colors of #BA1D5D
Black with #BA1D5D
Text Example
Text Example
White with #BA1D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D5D; }
p { color: rgb(186,29,93); }
H1.HeaderClassName
{
color: #BA1D5D;
}
.AnyTagClassName
{
color: #BA1D5D;
}
</style>
background-color css
<style>
a { background-color: #BA1D5D; }
a { background-color: rgb(186,29,93); }
div.DivClassName
{
background-color: #BA1D5D;
}
.BgClassName
{
background-color: #BA1D5D;
}
</style>
border-color css
<style>
span { border-color: #BA1D5D; }
span { border-color: rgb(186,29,93); }
td.TdClassName
{
border-color: #BA1D5D;
}
.TagClassName
{
border-color: #BA1D5D;
}
</style>