Shades of Jazzberry Jam #BA175B
Tints of Jazzberry Jam #BA175B
RGB
CMYK
RGB Variations
Color information
#BA175B (or 0xBA175B) is known color: Jazzberry Jam. HEX triplet: BA, 17 and 5B. RGB value is (186,23,91). Sum of RGB (Red+Green+Blue) = 186+23+91=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA175B is #45E8A4. Grayscale: #4F4F4F. Windows color (decimal): -4581541 or 5969850. OLE color: 5969850.
HSL color Cylindrical-coordinate representation of color #BA175B: hue angle of 334.97º degrees, saturation: 0.78, 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 #BA175B is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 91 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.27 |
| HSL | 334.97º | 0.78% | 0.41% | - |
| HSV(B) | 334.97º | 0.88% | 0.73% | - |
| XYZ | 22.44 | 11.81 | 10.99 | - |
| YUV | 79.49 | 134.5 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 91 | 0 | 0.88 | 0.51 | 0.27 | 334.97 | 0.78 | 0.41 |
| Hex | BA | 17 | 5B | 0 | 58 | 33 | 1B | 14F | 4E | 29 |
| Octal | 272 | 27 | 133 | 0 | 130 | 63 | 33 | 517 | 116 | 51 |
| Binary | 10111010 | 10111 | 1011011 | 0 | 1011000 | 110011 | 11011 | 101001111 | 1001110 | 101001 |
Color Harmonies of #BA175B
Complementary color
Monochromatic Colors of #BA175B
Black with #BA175B
Text Example
Text Example
White with #BA175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA175B; }
p { color: rgb(186,23,91); }
H1.HeaderClassName
{
color: #BA175B;
}
.AnyTagClassName
{
color: #BA175B;
}
</style>
background-color css
<style>
a { background-color: #BA175B; }
a { background-color: rgb(186,23,91); }
div.DivClassName
{
background-color: #BA175B;
}
.BgClassName
{
background-color: #BA175B;
}
</style>
border-color css
<style>
span { border-color: #BA175B; }
span { border-color: rgb(186,23,91); }
td.TdClassName
{
border-color: #BA175B;
}
.TagClassName
{
border-color: #BA175B;
}
</style>