Shades of Jazzberry Jam #BA1A6B
Tints of Jazzberry Jam #BA1A6B
RGB
CMYK
RGB Variations
Color information
#BA1A6B (or 0xBA1A6B) is known color: Jazzberry Jam. HEX triplet: BA, 1A and 6B. RGB value is (186,26,107). Sum of RGB (Red+Green+Blue) = 186+26+107=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1A6B is #45E594. Grayscale: #525252. Windows color (decimal): -4580757 or 7019194. OLE color: 7019194.
HSL color Cylindrical-coordinate representation of color #BA1A6B: hue angle of 329.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A6B is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 107 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.27 |
| HSL | 329.63º | 0.75% | 0.42% | - |
| HSV(B) | 329.63º | 0.86% | 0.73% | - |
| XYZ | 23.27 | 12.24 | 15.05 | - |
| YUV | 83.07 | 141.51 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 107 | 0 | 0.86 | 0.42 | 0.27 | 329.63 | 0.75 | 0.42 |
| Hex | BA | 1A | 6B | 0 | 56 | 2A | 1B | 14A | 4B | 2A |
| Octal | 272 | 32 | 153 | 0 | 126 | 52 | 33 | 512 | 113 | 52 |
| Binary | 10111010 | 11010 | 1101011 | 0 | 1010110 | 101010 | 11011 | 101001010 | 1001011 | 101010 |
Color Harmonies of #BA1A6B
Complementary color
Monochromatic Colors of #BA1A6B
Black with #BA1A6B
Text Example
Text Example
White with #BA1A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A6B; }
p { color: rgb(186,26,107); }
H1.HeaderClassName
{
color: #BA1A6B;
}
.AnyTagClassName
{
color: #BA1A6B;
}
</style>
background-color css
<style>
a { background-color: #BA1A6B; }
a { background-color: rgb(186,26,107); }
div.DivClassName
{
background-color: #BA1A6B;
}
.BgClassName
{
background-color: #BA1A6B;
}
</style>
border-color css
<style>
span { border-color: #BA1A6B; }
span { border-color: rgb(186,26,107); }
td.TdClassName
{
border-color: #BA1A6B;
}
.TagClassName
{
border-color: #BA1A6B;
}
</style>