Shades of Jazzberry Jam #BA156C
Tints of Jazzberry Jam #BA156C
RGB
CMYK
RGB Variations
Color information
#BA156C (or 0xBA156C) is known color: Jazzberry Jam. HEX triplet: BA, 15 and 6C. RGB value is (186,21,108). Sum of RGB (Red+Green+Blue) = 186+21+108=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA156C is #45EA93. Grayscale: #505050. Windows color (decimal): -4582036 or 7083450. OLE color: 7083450.
HSL color Cylindrical-coordinate representation of color #BA156C: hue angle of 328.36º 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 #BA156C is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 108 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.27 |
| HSL | 328.36º | 0.8% | 0.41% | - |
| HSV(B) | 328.36º | 0.89% | 0.73% | - |
| XYZ | 23.22 | 12.06 | 15.29 | - |
| YUV | 80.25 | 143.66 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 108 | 0 | 0.89 | 0.42 | 0.27 | 328.36 | 0.8 | 0.41 |
| Hex | BA | 15 | 6C | 0 | 59 | 2A | 1B | 148 | 50 | 29 |
| Octal | 272 | 25 | 154 | 0 | 131 | 52 | 33 | 510 | 120 | 51 |
| Binary | 10111010 | 10101 | 1101100 | 0 | 1011001 | 101010 | 11011 | 101001000 | 1010000 | 101001 |
Color Harmonies of #BA156C
Complementary color
Monochromatic Colors of #BA156C
Black with #BA156C
Text Example
Text Example
White with #BA156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA156C; }
p { color: rgb(186,21,108); }
H1.HeaderClassName
{
color: #BA156C;
}
.AnyTagClassName
{
color: #BA156C;
}
</style>
background-color css
<style>
a { background-color: #BA156C; }
a { background-color: rgb(186,21,108); }
div.DivClassName
{
background-color: #BA156C;
}
.BgClassName
{
background-color: #BA156C;
}
</style>
border-color css
<style>
span { border-color: #BA156C; }
span { border-color: rgb(186,21,108); }
td.TdClassName
{
border-color: #BA156C;
}
.TagClassName
{
border-color: #BA156C;
}
</style>