Shades of Jazzberry Jam #BA175D
Tints of Jazzberry Jam #BA175D
RGB
CMYK
RGB Variations
Color information
#BA175D (or 0xBA175D) is known color: Jazzberry Jam. HEX triplet: BA, 17 and 5D. RGB value is (186,23,93). Sum of RGB (Red+Green+Blue) = 186+23+93=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA175D is #45E8A2. Grayscale: #4F4F4F. Windows color (decimal): -4581539 or 6100922. OLE color: 6100922.
HSL color Cylindrical-coordinate representation of color #BA175D: hue angle of 334.23º 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 #BA175D is Cyan = 0, Magento = 0.88, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 93 | - |
| CMYK | 0 | 0.88 | 0.5 | 0.27 |
| HSL | 334.23º | 0.78% | 0.41% | - |
| HSV(B) | 334.23º | 0.88% | 0.73% | - |
| XYZ | 22.53 | 11.84 | 11.45 | - |
| YUV | 79.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 93 | 0 | 0.88 | 0.5 | 0.27 | 334.23 | 0.78 | 0.41 |
| Hex | BA | 17 | 5D | 0 | 58 | 32 | 1B | 14E | 4E | 29 |
| Octal | 272 | 27 | 135 | 0 | 130 | 62 | 33 | 516 | 116 | 51 |
| Binary | 10111010 | 10111 | 1011101 | 0 | 1011000 | 110010 | 11011 | 101001110 | 1001110 | 101001 |
Color Harmonies of #BA175D
Complementary color
Monochromatic Colors of #BA175D
Black with #BA175D
Text Example
Text Example
White with #BA175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA175D; }
p { color: rgb(186,23,93); }
H1.HeaderClassName
{
color: #BA175D;
}
.AnyTagClassName
{
color: #BA175D;
}
</style>
background-color css
<style>
a { background-color: #BA175D; }
a { background-color: rgb(186,23,93); }
div.DivClassName
{
background-color: #BA175D;
}
.BgClassName
{
background-color: #BA175D;
}
</style>
border-color css
<style>
span { border-color: #BA175D; }
span { border-color: rgb(186,23,93); }
td.TdClassName
{
border-color: #BA175D;
}
.TagClassName
{
border-color: #BA175D;
}
</style>