Shades of Jazzberry Jam #BA0E6B
Tints of Jazzberry Jam #BA0E6B
RGB
CMYK
RGB Variations
Color information
#BA0E6B (or 0xBA0E6B) is known color: Jazzberry Jam. HEX triplet: BA, 0E and 6B. RGB value is (186,14,107). Sum of RGB (Red+Green+Blue) = 186+14+107=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0E6B is #45F194. Grayscale: #4B4B4B. Windows color (decimal): -4583829 or 7016122. OLE color: 7016122.
HSL color Cylindrical-coordinate representation of color #BA0E6B: hue angle of 327.56º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0E6B is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 14 | 107 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.27 |
| HSL | 327.56º | 0.86% | 0.39% | - |
| HSV(B) | 327.56º | 0.92% | 0.73% | - |
| XYZ | 23.06 | 11.81 | 14.97 | - |
| YUV | 76.03 | 145.48 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 14 | 107 | 0 | 0.92 | 0.42 | 0.27 | 327.56 | 0.86 | 0.39 |
| Hex | BA | E | 6B | 0 | 5C | 2A | 1B | 148 | 56 | 27 |
| Octal | 272 | 16 | 153 | 0 | 134 | 52 | 33 | 510 | 126 | 47 |
| Binary | 10111010 | 1110 | 1101011 | 0 | 1011100 | 101010 | 11011 | 101001000 | 1010110 | 100111 |
Color Harmonies of #BA0E6B
Complementary color
Monochromatic Colors of #BA0E6B
Black with #BA0E6B
Text Example
Text Example
White with #BA0E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0E6B; }
p { color: rgb(186,14,107); }
H1.HeaderClassName
{
color: #BA0E6B;
}
.AnyTagClassName
{
color: #BA0E6B;
}
</style>
background-color css
<style>
a { background-color: #BA0E6B; }
a { background-color: rgb(186,14,107); }
div.DivClassName
{
background-color: #BA0E6B;
}
.BgClassName
{
background-color: #BA0E6B;
}
</style>
border-color css
<style>
span { border-color: #BA0E6B; }
span { border-color: rgb(186,14,107); }
td.TdClassName
{
border-color: #BA0E6B;
}
.TagClassName
{
border-color: #BA0E6B;
}
</style>