Shades of Jazzberry Jam #BA175F
Tints of Jazzberry Jam #BA175F
RGB
CMYK
RGB Variations
Color information
#BA175F (or 0xBA175F) is known color: Jazzberry Jam. HEX triplet: BA, 17 and 5F. RGB value is (186,23,95). Sum of RGB (Red+Green+Blue) = 186+23+95=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA175F is #45E8A0. Grayscale: #4F4F4F. Windows color (decimal): -4581537 or 6231994. OLE color: 6231994.
HSL color Cylindrical-coordinate representation of color #BA175F: hue angle of 333.5º 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 #BA175F is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 95 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.27 |
| HSL | 333.5º | 0.78% | 0.41% | - |
| HSV(B) | 333.5º | 0.88% | 0.73% | - |
| XYZ | 22.62 | 11.88 | 11.93 | - |
| YUV | 79.95 | 136.5 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 95 | 0 | 0.88 | 0.49 | 0.27 | 333.5 | 0.78 | 0.41 |
| Hex | BA | 17 | 5F | 0 | 58 | 31 | 1B | 14D | 4E | 29 |
| Octal | 272 | 27 | 137 | 0 | 130 | 61 | 33 | 515 | 116 | 51 |
| Binary | 10111010 | 10111 | 1011111 | 0 | 1011000 | 110001 | 11011 | 101001101 | 1001110 | 101001 |
Color Harmonies of #BA175F
Complementary color
Monochromatic Colors of #BA175F
Black with #BA175F
Text Example
Text Example
White with #BA175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA175F; }
p { color: rgb(186,23,95); }
H1.HeaderClassName
{
color: #BA175F;
}
.AnyTagClassName
{
color: #BA175F;
}
</style>
background-color css
<style>
a { background-color: #BA175F; }
a { background-color: rgb(186,23,95); }
div.DivClassName
{
background-color: #BA175F;
}
.BgClassName
{
background-color: #BA175F;
}
</style>
border-color css
<style>
span { border-color: #BA175F; }
span { border-color: rgb(186,23,95); }
td.TdClassName
{
border-color: #BA175F;
}
.TagClassName
{
border-color: #BA175F;
}
</style>