Shades of Jazzberry Jam #B1175E
Tints of Jazzberry Jam #B1175E
RGB
CMYK
RGB Variations
Color information
#B1175E (or 0xB1175E) is known color: Jazzberry Jam. HEX triplet: B1, 17 and 5E. RGB value is (177,23,94). Sum of RGB (Red+Green+Blue) = 177+23+94=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1175E is #4EE8A1. Grayscale: #4D4D4D. Windows color (decimal): -5171362 or 6166449. OLE color: 6166449.
HSL color Cylindrical-coordinate representation of color #B1175E: hue angle of 332.34º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B1175E is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 23 | 94 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.31 |
| HSL | 332.34º | 0.77% | 0.39% | - |
| HSV(B) | 332.34º | 0.87% | 0.69% | - |
| XYZ | 20.46 | 10.77 | 11.59 | - |
| YUV | 77.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 94 | 0 | 0.87 | 0.47 | 0.31 | 332.34 | 0.77 | 0.39 |
| Hex | B1 | 17 | 5E | 0 | 57 | 2F | 1F | 14C | 4D | 27 |
| Octal | 261 | 27 | 136 | 0 | 127 | 57 | 37 | 514 | 115 | 47 |
| Binary | 10110001 | 10111 | 1011110 | 0 | 1010111 | 101111 | 11111 | 101001100 | 1001101 | 100111 |
Color Harmonies of #B1175E
Complementary color
Monochromatic Colors of #B1175E
Black with #B1175E
Text Example
Text Example
White with #B1175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1175E; }
p { color: rgb(177,23,94); }
H1.HeaderClassName
{
color: #B1175E;
}
.AnyTagClassName
{
color: #B1175E;
}
</style>
background-color css
<style>
a { background-color: #B1175E; }
a { background-color: rgb(177,23,94); }
div.DivClassName
{
background-color: #B1175E;
}
.BgClassName
{
background-color: #B1175E;
}
</style>
border-color css
<style>
span { border-color: #B1175E; }
span { border-color: rgb(177,23,94); }
td.TdClassName
{
border-color: #B1175E;
}
.TagClassName
{
border-color: #B1175E;
}
</style>