Shades of Jazzberry Jam #BA126D
Tints of Jazzberry Jam #BA126D
RGB
CMYK
RGB Variations
Color information
#BA126D (or 0xBA126D) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 6D. RGB value is (186,18,109). Sum of RGB (Red+Green+Blue) = 186+18+109=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA126D is #45ED92. Grayscale: #4E4E4E. Windows color (decimal): -4582803 or 7148218. OLE color: 7148218.
HSL color Cylindrical-coordinate representation of color #BA126D: hue angle of 327.5º degrees, saturation: 0.82, 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 #BA126D is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 109 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.27 |
| HSL | 327.5º | 0.82% | 0.4% | - |
| HSV(B) | 327.5º | 0.9% | 0.73% | - |
| XYZ | 23.23 | 11.98 | 15.56 | - |
| YUV | 78.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 109 | 0 | 0.90 | 0.41 | 0.27 | 327.5 | 0.82 | 0.4 |
| Hex | BA | 12 | 6D | 0 | 5A | 29 | 1B | 148 | 52 | 28 |
| Octal | 272 | 22 | 155 | 0 | 132 | 51 | 33 | 510 | 122 | 50 |
| Binary | 10111010 | 10010 | 1101101 | 0 | 1011010 | 101001 | 11011 | 101001000 | 1010010 | 101000 |
Color Harmonies of #BA126D
Complementary color
Monochromatic Colors of #BA126D
Black with #BA126D
Text Example
Text Example
White with #BA126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA126D; }
p { color: rgb(186,18,109); }
H1.HeaderClassName
{
color: #BA126D;
}
.AnyTagClassName
{
color: #BA126D;
}
</style>
background-color css
<style>
a { background-color: #BA126D; }
a { background-color: rgb(186,18,109); }
div.DivClassName
{
background-color: #BA126D;
}
.BgClassName
{
background-color: #BA126D;
}
</style>
border-color css
<style>
span { border-color: #BA126D; }
span { border-color: rgb(186,18,109); }
td.TdClassName
{
border-color: #BA126D;
}
.TagClassName
{
border-color: #BA126D;
}
</style>