Shades of Jazzberry Jam #BA1D6B
Tints of Jazzberry Jam #BA1D6B
RGB
CMYK
RGB Variations
Color information
#BA1D6B (or 0xBA1D6B) is known color: Jazzberry Jam. HEX triplet: BA, 1D and 6B. RGB value is (186,29,107). Sum of RGB (Red+Green+Blue) = 186+29+107=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D6B is #45E294. Grayscale: #545454. Windows color (decimal): -4579989 or 7019962. OLE color: 7019962.
HSL color Cylindrical-coordinate representation of color #BA1D6B: hue angle of 330.19º 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 #BA1D6B is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 107 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.27 |
| HSL | 330.19º | 0.73% | 0.42% | - |
| HSV(B) | 330.19º | 0.84% | 0.73% | - |
| XYZ | 23.34 | 12.38 | 15.07 | - |
| YUV | 84.84 | 140.51 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 107 | 0 | 0.84 | 0.42 | 0.27 | 330.19 | 0.73 | 0.42 |
| Hex | BA | 1D | 6B | 0 | 54 | 2A | 1B | 14A | 49 | 2A |
| Octal | 272 | 35 | 153 | 0 | 124 | 52 | 33 | 512 | 111 | 52 |
| Binary | 10111010 | 11101 | 1101011 | 0 | 1010100 | 101010 | 11011 | 101001010 | 1001001 | 101010 |
Color Harmonies of #BA1D6B
Complementary color
Monochromatic Colors of #BA1D6B
Black with #BA1D6B
Text Example
Text Example
White with #BA1D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D6B; }
p { color: rgb(186,29,107); }
H1.HeaderClassName
{
color: #BA1D6B;
}
.AnyTagClassName
{
color: #BA1D6B;
}
</style>
background-color css
<style>
a { background-color: #BA1D6B; }
a { background-color: rgb(186,29,107); }
div.DivClassName
{
background-color: #BA1D6B;
}
.BgClassName
{
background-color: #BA1D6B;
}
</style>
border-color css
<style>
span { border-color: #BA1D6B; }
span { border-color: rgb(186,29,107); }
td.TdClassName
{
border-color: #BA1D6B;
}
.TagClassName
{
border-color: #BA1D6B;
}
</style>