Shades of Jazzberry Jam #BA136A
Tints of Jazzberry Jam #BA136A
RGB
CMYK
RGB Variations
Color information
#BA136A (or 0xBA136A) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 6A. RGB value is (186,19,106). Sum of RGB (Red+Green+Blue) = 186+19+106=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA136A is #45EC95. Grayscale: #4E4E4E. Windows color (decimal): -4582550 or 6951866. OLE color: 6951866.
HSL color Cylindrical-coordinate representation of color #BA136A: hue angle of 328.74º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA136A is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 106 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.27 |
| HSL | 328.74º | 0.81% | 0.4% | - |
| HSV(B) | 328.74º | 0.9% | 0.73% | - |
| XYZ | 23.08 | 11.95 | 14.72 | - |
| YUV | 78.85 | 143.33 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 106 | 0 | 0.90 | 0.43 | 0.27 | 328.74 | 0.81 | 0.4 |
| Hex | BA | 13 | 6A | 0 | 5A | 2B | 1B | 149 | 51 | 28 |
| Octal | 272 | 23 | 152 | 0 | 132 | 53 | 33 | 511 | 121 | 50 |
| Binary | 10111010 | 10011 | 1101010 | 0 | 1011010 | 101011 | 11011 | 101001001 | 1010001 | 101000 |
Color Harmonies of #BA136A
Complementary color
Monochromatic Colors of #BA136A
Black with #BA136A
Text Example
Text Example
White with #BA136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA136A; }
p { color: rgb(186,19,106); }
H1.HeaderClassName
{
color: #BA136A;
}
.AnyTagClassName
{
color: #BA136A;
}
</style>
background-color css
<style>
a { background-color: #BA136A; }
a { background-color: rgb(186,19,106); }
div.DivClassName
{
background-color: #BA136A;
}
.BgClassName
{
background-color: #BA136A;
}
</style>
border-color css
<style>
span { border-color: #BA136A; }
span { border-color: rgb(186,19,106); }
td.TdClassName
{
border-color: #BA136A;
}
.TagClassName
{
border-color: #BA136A;
}
</style>