Shades of Jazzberry Jam #BA156B
Tints of Jazzberry Jam #BA156B
RGB
CMYK
RGB Variations
Color information
#BA156B (or 0xBA156B) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 6B. RGB value is (186,21,107). Sum of RGB (Red+Green+Blue) = 186+21+107=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA156B is #45EA94. Grayscale: #4F4F4F. Windows color (decimal): -4582037 or 7017914. OLE color: 7017914.
HSL color Cylindrical-coordinate representation of color #BA156B: hue angle of 328.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA156B is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 107 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.27 |
| HSL | 328.73º | 0.8% | 0.41% | - |
| HSV(B) | 328.73º | 0.89% | 0.73% | - |
| XYZ | 23.17 | 12.04 | 15.01 | - |
| YUV | 80.14 | 143.16 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 107 | 0 | 0.89 | 0.42 | 0.27 | 328.73 | 0.8 | 0.41 |
| Hex | BA | 15 | 6B | 0 | 59 | 2A | 1B | 149 | 50 | 29 |
| Octal | 272 | 25 | 153 | 0 | 131 | 52 | 33 | 511 | 120 | 51 |
| Binary | 10111010 | 10101 | 1101011 | 0 | 1011001 | 101010 | 11011 | 101001001 | 1010000 | 101001 |
Color Harmonies of #BA156B
Complementary color
Monochromatic Colors of #BA156B
Black with #BA156B
Text Example
Text Example
White with #BA156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA156B; }
p { color: rgb(186,21,107); }
H1.HeaderClassName
{
color: #BA156B;
}
.AnyTagClassName
{
color: #BA156B;
}
</style>
background-color css
<style>
a { background-color: #BA156B; }
a { background-color: rgb(186,21,107); }
div.DivClassName
{
background-color: #BA156B;
}
.BgClassName
{
background-color: #BA156B;
}
</style>
border-color css
<style>
span { border-color: #BA156B; }
span { border-color: rgb(186,21,107); }
td.TdClassName
{
border-color: #BA156B;
}
.TagClassName
{
border-color: #BA156B;
}
</style>