Shades of Jazzberry Jam #BA076B
Tints of Jazzberry Jam #BA076B
RGB
CMYK
RGB Variations
Color information
#BA076B (or 0xBA076B) is known color: Jazzberry Jam. HEX triplet: BA, 07 and 6B. RGB value is (186,7,107). Sum of RGB (Red+Green+Blue) = 186+7+107=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA076B is #45F894. Grayscale: #474747. Windows color (decimal): -4585621 or 7014330. OLE color: 7014330.
HSL color Cylindrical-coordinate representation of color #BA076B: hue angle of 326.48º degrees, saturation: 0.93, 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 #BA076B is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 107 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.27 |
| HSL | 326.48º | 0.93% | 0.38% | - |
| HSV(B) | 326.48º | 0.96% | 0.73% | - |
| XYZ | 22.98 | 11.65 | 14.95 | - |
| YUV | 71.92 | 147.8 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 107 | 0 | 0.96 | 0.42 | 0.27 | 326.48 | 0.93 | 0.38 |
| Hex | BA | 7 | 6B | 0 | 60 | 2A | 1B | 146 | 5D | 26 |
| Octal | 272 | 7 | 153 | 0 | 140 | 52 | 33 | 506 | 135 | 46 |
| Binary | 10111010 | 111 | 1101011 | 0 | 1100000 | 101010 | 11011 | 101000110 | 1011101 | 100110 |
Color Harmonies of #BA076B
Complementary color
Monochromatic Colors of #BA076B
Black with #BA076B
Text Example
Text Example
White with #BA076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA076B; }
p { color: rgb(186,7,107); }
H1.HeaderClassName
{
color: #BA076B;
}
.AnyTagClassName
{
color: #BA076B;
}
</style>
background-color css
<style>
a { background-color: #BA076B; }
a { background-color: rgb(186,7,107); }
div.DivClassName
{
background-color: #BA076B;
}
.BgClassName
{
background-color: #BA076B;
}
</style>
border-color css
<style>
span { border-color: #BA076B; }
span { border-color: rgb(186,7,107); }
td.TdClassName
{
border-color: #BA076B;
}
.TagClassName
{
border-color: #BA076B;
}
</style>