Shades of Jazzberry Jam #BA086B
Tints of Jazzberry Jam #BA086B
RGB
CMYK
RGB Variations
Color information
#BA086B (or 0xBA086B) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 6B. RGB value is (186,8,107). Sum of RGB (Red+Green+Blue) = 186+8+107=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA086B is #45F794. Grayscale: #484848. Windows color (decimal): -4585365 or 7014586. OLE color: 7014586.
HSL color Cylindrical-coordinate representation of color #BA086B: hue angle of 326.63º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA086B is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 107 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.27 |
| HSL | 326.63º | 0.92% | 0.38% | - |
| HSV(B) | 326.63º | 0.96% | 0.73% | - |
| XYZ | 22.99 | 11.67 | 14.95 | - |
| YUV | 72.51 | 147.47 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 107 | 0 | 0.96 | 0.42 | 0.27 | 326.63 | 0.92 | 0.38 |
| Hex | BA | 8 | 6B | 0 | 60 | 2A | 1B | 147 | 5C | 26 |
| Octal | 272 | 10 | 153 | 0 | 140 | 52 | 33 | 507 | 134 | 46 |
| Binary | 10111010 | 1000 | 1101011 | 0 | 1100000 | 101010 | 11011 | 101000111 | 1011100 | 100110 |
Color Harmonies of #BA086B
Complementary color
Monochromatic Colors of #BA086B
Black with #BA086B
Text Example
Text Example
White with #BA086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA086B; }
p { color: rgb(186,8,107); }
H1.HeaderClassName
{
color: #BA086B;
}
.AnyTagClassName
{
color: #BA086B;
}
</style>
background-color css
<style>
a { background-color: #BA086B; }
a { background-color: rgb(186,8,107); }
div.DivClassName
{
background-color: #BA086B;
}
.BgClassName
{
background-color: #BA086B;
}
</style>
border-color css
<style>
span { border-color: #BA086B; }
span { border-color: rgb(186,8,107); }
td.TdClassName
{
border-color: #BA086B;
}
.TagClassName
{
border-color: #BA086B;
}
</style>