Shades of Jazzberry Jam #BA165B
Tints of Jazzberry Jam #BA165B
RGB
CMYK
RGB Variations
Color information
#BA165B (or 0xBA165B) is known color: Jazzberry Jam. HEX triplet: BA, 16 and 5B. RGB value is (186,22,91). Sum of RGB (Red+Green+Blue) = 186+22+91=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA165B is #45E9A4. Grayscale: #4E4E4E. Windows color (decimal): -4581797 or 5969594. OLE color: 5969594.
HSL color Cylindrical-coordinate representation of color #BA165B: hue angle of 334.76º 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 #BA165B is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 91 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.27 |
| HSL | 334.76º | 0.79% | 0.41% | - |
| HSV(B) | 334.76º | 0.88% | 0.73% | - |
| XYZ | 22.42 | 11.77 | 10.99 | - |
| YUV | 78.9 | 134.83 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 91 | 0 | 0.88 | 0.51 | 0.27 | 334.76 | 0.79 | 0.41 |
| Hex | BA | 16 | 5B | 0 | 58 | 33 | 1B | 14F | 4F | 29 |
| Octal | 272 | 26 | 133 | 0 | 130 | 63 | 33 | 517 | 117 | 51 |
| Binary | 10111010 | 10110 | 1011011 | 0 | 1011000 | 110011 | 11011 | 101001111 | 1001111 | 101001 |
Color Harmonies of #BA165B
Complementary color
Monochromatic Colors of #BA165B
Black with #BA165B
Text Example
Text Example
White with #BA165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA165B; }
p { color: rgb(186,22,91); }
H1.HeaderClassName
{
color: #BA165B;
}
.AnyTagClassName
{
color: #BA165B;
}
</style>
background-color css
<style>
a { background-color: #BA165B; }
a { background-color: rgb(186,22,91); }
div.DivClassName
{
background-color: #BA165B;
}
.BgClassName
{
background-color: #BA165B;
}
</style>
border-color css
<style>
span { border-color: #BA165B; }
span { border-color: rgb(186,22,91); }
td.TdClassName
{
border-color: #BA165B;
}
.TagClassName
{
border-color: #BA165B;
}
</style>