Shades of Jazzberry Jam #BA066A
Tints of Jazzberry Jam #BA066A
RGB
CMYK
RGB Variations
Color information
#BA066A (or 0xBA066A) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 6A. RGB value is (186,6,106). Sum of RGB (Red+Green+Blue) = 186+6+106=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA066A is #45F995. Grayscale: #474747. Windows color (decimal): -4585878 or 6948538. OLE color: 6948538.
HSL color Cylindrical-coordinate representation of color #BA066A: hue angle of 326.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA066A is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 106 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.27 |
| HSL | 326.67º | 0.94% | 0.38% | - |
| HSV(B) | 326.67º | 0.97% | 0.73% | - |
| XYZ | 22.92 | 11.61 | 14.67 | - |
| YUV | 71.22 | 147.63 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 106 | 0 | 0.97 | 0.43 | 0.27 | 326.67 | 0.94 | 0.38 |
| Hex | BA | 6 | 6A | 0 | 61 | 2B | 1B | 147 | 5E | 26 |
| Octal | 272 | 6 | 152 | 0 | 141 | 53 | 33 | 507 | 136 | 46 |
| Binary | 10111010 | 110 | 1101010 | 0 | 1100001 | 101011 | 11011 | 101000111 | 1011110 | 100110 |
Color Harmonies of #BA066A
Complementary color
Monochromatic Colors of #BA066A
Black with #BA066A
Text Example
Text Example
White with #BA066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA066A; }
p { color: rgb(186,6,106); }
H1.HeaderClassName
{
color: #BA066A;
}
.AnyTagClassName
{
color: #BA066A;
}
</style>
background-color css
<style>
a { background-color: #BA066A; }
a { background-color: rgb(186,6,106); }
div.DivClassName
{
background-color: #BA066A;
}
.BgClassName
{
background-color: #BA066A;
}
</style>
border-color css
<style>
span { border-color: #BA066A; }
span { border-color: rgb(186,6,106); }
td.TdClassName
{
border-color: #BA066A;
}
.TagClassName
{
border-color: #BA066A;
}
</style>