Shades of Jazzberry Jam #BA086D
Tints of Jazzberry Jam #BA086D
RGB
CMYK
RGB Variations
Color information
#BA086D (or 0xBA086D) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 6D. RGB value is (186,8,109). Sum of RGB (Red+Green+Blue) = 186+8+109=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA086D is #45F792. Grayscale: #484848. Windows color (decimal): -4585363 or 7145658. OLE color: 7145658.
HSL color Cylindrical-coordinate representation of color #BA086D: hue angle of 325.96º 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 #BA086D is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 109 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.27 |
| HSL | 325.96º | 0.92% | 0.38% | - |
| HSV(B) | 325.96º | 0.96% | 0.73% | - |
| XYZ | 23.1 | 11.72 | 15.51 | - |
| YUV | 72.74 | 148.47 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 109 | 0 | 0.96 | 0.41 | 0.27 | 325.96 | 0.92 | 0.38 |
| Hex | BA | 8 | 6D | 0 | 60 | 29 | 1B | 146 | 5C | 26 |
| Octal | 272 | 10 | 155 | 0 | 140 | 51 | 33 | 506 | 134 | 46 |
| Binary | 10111010 | 1000 | 1101101 | 0 | 1100000 | 101001 | 11011 | 101000110 | 1011100 | 100110 |
Color Harmonies of #BA086D
Complementary color
Monochromatic Colors of #BA086D
Black with #BA086D
Text Example
Text Example
White with #BA086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA086D; }
p { color: rgb(186,8,109); }
H1.HeaderClassName
{
color: #BA086D;
}
.AnyTagClassName
{
color: #BA086D;
}
</style>
background-color css
<style>
a { background-color: #BA086D; }
a { background-color: rgb(186,8,109); }
div.DivClassName
{
background-color: #BA086D;
}
.BgClassName
{
background-color: #BA086D;
}
</style>
border-color css
<style>
span { border-color: #BA086D; }
span { border-color: rgb(186,8,109); }
td.TdClassName
{
border-color: #BA086D;
}
.TagClassName
{
border-color: #BA086D;
}
</style>