Shades of Jazzberry Jam #BA1E6B
Tints of Jazzberry Jam #BA1E6B
RGB
CMYK
RGB Variations
Color information
#BA1E6B (or 0xBA1E6B) is known color: Jazzberry Jam. HEX triplet: BA, 1E and 6B. RGB value is (186,30,107). Sum of RGB (Red+Green+Blue) = 186+30+107=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1E6B is #45E194. Grayscale: #555555. Windows color (decimal): -4579733 or 7020218. OLE color: 7020218.
HSL color Cylindrical-coordinate representation of color #BA1E6B: hue angle of 330.38º degrees, saturation: 0.72, 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 #BA1E6B is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 107 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.27 |
| HSL | 330.38º | 0.72% | 0.42% | - |
| HSV(B) | 330.38º | 0.84% | 0.73% | - |
| XYZ | 23.37 | 12.43 | 15.08 | - |
| YUV | 85.42 | 140.18 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 107 | 0 | 0.84 | 0.42 | 0.27 | 330.38 | 0.72 | 0.42 |
| Hex | BA | 1E | 6B | 0 | 54 | 2A | 1B | 14A | 48 | 2A |
| Octal | 272 | 36 | 153 | 0 | 124 | 52 | 33 | 512 | 110 | 52 |
| Binary | 10111010 | 11110 | 1101011 | 0 | 1010100 | 101010 | 11011 | 101001010 | 1001000 | 101010 |
Color Harmonies of #BA1E6B
Complementary color
Monochromatic Colors of #BA1E6B
Black with #BA1E6B
Text Example
Text Example
White with #BA1E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E6B; }
p { color: rgb(186,30,107); }
H1.HeaderClassName
{
color: #BA1E6B;
}
.AnyTagClassName
{
color: #BA1E6B;
}
</style>
background-color css
<style>
a { background-color: #BA1E6B; }
a { background-color: rgb(186,30,107); }
div.DivClassName
{
background-color: #BA1E6B;
}
.BgClassName
{
background-color: #BA1E6B;
}
</style>
border-color css
<style>
span { border-color: #BA1E6B; }
span { border-color: rgb(186,30,107); }
td.TdClassName
{
border-color: #BA1E6B;
}
.TagClassName
{
border-color: #BA1E6B;
}
</style>