Shades of Jazzberry Jam #BA165D
Tints of Jazzberry Jam #BA165D
RGB
CMYK
RGB Variations
Color information
#BA165D (or 0xBA165D) is known color: Jazzberry Jam. HEX triplet: BA, 16 and 5D. RGB value is (186,22,93). Sum of RGB (Red+Green+Blue) = 186+22+93=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA165D is #45E9A2. Grayscale: #4F4F4F. Windows color (decimal): -4581795 or 6100666. OLE color: 6100666.
HSL color Cylindrical-coordinate representation of color #BA165D: hue angle of 334.02º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA165D is Cyan = 0, Magento = 0.88, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 93 | - |
| CMYK | 0 | 0.88 | 0.5 | 0.27 |
| HSL | 334.02º | 0.79% | 0.41% | - |
| HSV(B) | 334.02º | 0.88% | 0.73% | - |
| XYZ | 22.51 | 11.8 | 11.45 | - |
| YUV | 79.13 | 135.83 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 93 | 0 | 0.88 | 0.5 | 0.27 | 334.02 | 0.79 | 0.41 |
| Hex | BA | 16 | 5D | 0 | 58 | 32 | 1B | 14E | 4F | 29 |
| Octal | 272 | 26 | 135 | 0 | 130 | 62 | 33 | 516 | 117 | 51 |
| Binary | 10111010 | 10110 | 1011101 | 0 | 1011000 | 110010 | 11011 | 101001110 | 1001111 | 101001 |
Color Harmonies of #BA165D
Complementary color
Monochromatic Colors of #BA165D
Black with #BA165D
Text Example
Text Example
White with #BA165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA165D; }
p { color: rgb(186,22,93); }
H1.HeaderClassName
{
color: #BA165D;
}
.AnyTagClassName
{
color: #BA165D;
}
</style>
background-color css
<style>
a { background-color: #BA165D; }
a { background-color: rgb(186,22,93); }
div.DivClassName
{
background-color: #BA165D;
}
.BgClassName
{
background-color: #BA165D;
}
</style>
border-color css
<style>
span { border-color: #BA165D; }
span { border-color: rgb(186,22,93); }
td.TdClassName
{
border-color: #BA165D;
}
.TagClassName
{
border-color: #BA165D;
}
</style>