Shades of Jazzberry Jam #BA1D6C
Tints of Jazzberry Jam #BA1D6C
RGB
CMYK
RGB Variations
Color information
#BA1D6C (or 0xBA1D6C) is known color: Jazzberry Jam. HEX triplet: BA, 1D and 6C. RGB value is (186,29,108). Sum of RGB (Red+Green+Blue) = 186+29+108=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D6C is #45E293. Grayscale: #545454. Windows color (decimal): -4579988 or 7085498. OLE color: 7085498.
HSL color Cylindrical-coordinate representation of color #BA1D6C: hue angle of 329.81º 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 #BA1D6C is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 108 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.27 |
| HSL | 329.81º | 0.73% | 0.42% | - |
| HSV(B) | 329.81º | 0.84% | 0.73% | - |
| XYZ | 23.4 | 12.4 | 15.35 | - |
| YUV | 84.95 | 141.01 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 108 | 0 | 0.84 | 0.42 | 0.27 | 329.81 | 0.73 | 0.42 |
| Hex | BA | 1D | 6C | 0 | 54 | 2A | 1B | 14A | 49 | 2A |
| Octal | 272 | 35 | 154 | 0 | 124 | 52 | 33 | 512 | 111 | 52 |
| Binary | 10111010 | 11101 | 1101100 | 0 | 1010100 | 101010 | 11011 | 101001010 | 1001001 | 101010 |
Color Harmonies of #BA1D6C
Complementary color
Monochromatic Colors of #BA1D6C
Black with #BA1D6C
Text Example
Text Example
White with #BA1D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D6C; }
p { color: rgb(186,29,108); }
H1.HeaderClassName
{
color: #BA1D6C;
}
.AnyTagClassName
{
color: #BA1D6C;
}
</style>
background-color css
<style>
a { background-color: #BA1D6C; }
a { background-color: rgb(186,29,108); }
div.DivClassName
{
background-color: #BA1D6C;
}
.BgClassName
{
background-color: #BA1D6C;
}
</style>
border-color css
<style>
span { border-color: #BA1D6C; }
span { border-color: rgb(186,29,108); }
td.TdClassName
{
border-color: #BA1D6C;
}
.TagClassName
{
border-color: #BA1D6C;
}
</style>