Shades of Jazzberry Jam #BA1D6A
Tints of Jazzberry Jam #BA1D6A
RGB
CMYK
RGB Variations
Color information
#BA1D6A (or 0xBA1D6A) is known color: Jazzberry Jam. HEX triplet: BA, 1D and 6A. RGB value is (186,29,106). Sum of RGB (Red+Green+Blue) = 186+29+106=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D6A is #45E295. Grayscale: #545454. Windows color (decimal): -4579990 or 6954426. OLE color: 6954426.
HSL color Cylindrical-coordinate representation of color #BA1D6A: hue angle of 330.57º 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 #BA1D6A is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 106 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.27 |
| HSL | 330.57º | 0.73% | 0.42% | - |
| HSV(B) | 330.57º | 0.84% | 0.73% | - |
| XYZ | 23.29 | 12.36 | 14.79 | - |
| YUV | 84.72 | 140.01 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 106 | 0 | 0.84 | 0.43 | 0.27 | 330.57 | 0.73 | 0.42 |
| Hex | BA | 1D | 6A | 0 | 54 | 2B | 1B | 14B | 49 | 2A |
| Octal | 272 | 35 | 152 | 0 | 124 | 53 | 33 | 513 | 111 | 52 |
| Binary | 10111010 | 11101 | 1101010 | 0 | 1010100 | 101011 | 11011 | 101001011 | 1001001 | 101010 |
Color Harmonies of #BA1D6A
Complementary color
Monochromatic Colors of #BA1D6A
Black with #BA1D6A
Text Example
Text Example
White with #BA1D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D6A; }
p { color: rgb(186,29,106); }
H1.HeaderClassName
{
color: #BA1D6A;
}
.AnyTagClassName
{
color: #BA1D6A;
}
</style>
background-color css
<style>
a { background-color: #BA1D6A; }
a { background-color: rgb(186,29,106); }
div.DivClassName
{
background-color: #BA1D6A;
}
.BgClassName
{
background-color: #BA1D6A;
}
</style>
border-color css
<style>
span { border-color: #BA1D6A; }
span { border-color: rgb(186,29,106); }
td.TdClassName
{
border-color: #BA1D6A;
}
.TagClassName
{
border-color: #BA1D6A;
}
</style>