Shades of Jazzberry Jam #BA175A
Tints of Jazzberry Jam #BA175A
RGB
CMYK
RGB Variations
Color information
#BA175A (or 0xBA175A) is known color: Jazzberry Jam. HEX triplet: BA, 17 and 5A. RGB value is (186,23,90). Sum of RGB (Red+Green+Blue) = 186+23+90=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA175A is #45E8A5. Grayscale: #4F4F4F. Windows color (decimal): -4581542 or 5904314. OLE color: 5904314.
HSL color Cylindrical-coordinate representation of color #BA175A: hue angle of 335.34º 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 #BA175A is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 90 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.27 |
| HSL | 335.34º | 0.78% | 0.41% | - |
| HSV(B) | 335.34º | 0.88% | 0.73% | - |
| XYZ | 22.4 | 11.79 | 10.77 | - |
| YUV | 79.38 | 134 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 90 | 0 | 0.88 | 0.52 | 0.27 | 335.34 | 0.78 | 0.41 |
| Hex | BA | 17 | 5A | 0 | 58 | 34 | 1B | 14F | 4E | 29 |
| Octal | 272 | 27 | 132 | 0 | 130 | 64 | 33 | 517 | 116 | 51 |
| Binary | 10111010 | 10111 | 1011010 | 0 | 1011000 | 110100 | 11011 | 101001111 | 1001110 | 101001 |
Color Harmonies of #BA175A
Complementary color
Monochromatic Colors of #BA175A
Black with #BA175A
Text Example
Text Example
White with #BA175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA175A; }
p { color: rgb(186,23,90); }
H1.HeaderClassName
{
color: #BA175A;
}
.AnyTagClassName
{
color: #BA175A;
}
</style>
background-color css
<style>
a { background-color: #BA175A; }
a { background-color: rgb(186,23,90); }
div.DivClassName
{
background-color: #BA175A;
}
.BgClassName
{
background-color: #BA175A;
}
</style>
border-color css
<style>
span { border-color: #BA175A; }
span { border-color: rgb(186,23,90); }
td.TdClassName
{
border-color: #BA175A;
}
.TagClassName
{
border-color: #BA175A;
}
</style>