Shades of Jazzberry Jam #B1176C
Tints of Jazzberry Jam #B1176C
RGB
CMYK
RGB Variations
Color information
#B1176C (or 0xB1176C) is known color: Jazzberry Jam. HEX triplet: B1, 17 and 6C. RGB value is (177,23,108). Sum of RGB (Red+Green+Blue) = 177+23+108=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1176C is #4EE893. Grayscale: #4E4E4E. Windows color (decimal): -5171348 or 7083953. OLE color: 7083953.
HSL color Cylindrical-coordinate representation of color #B1176C: hue angle of 326.88º 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 #B1176C is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 23 | 108 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.31 |
| HSL | 326.88º | 0.77% | 0.39% | - |
| HSV(B) | 326.88º | 0.87% | 0.69% | - |
| XYZ | 21.14 | 11.04 | 15.2 | - |
| YUV | 78.74 | 144.52 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 108 | 0 | 0.87 | 0.39 | 0.31 | 326.88 | 0.77 | 0.39 |
| Hex | B1 | 17 | 6C | 0 | 57 | 27 | 1F | 147 | 4D | 27 |
| Octal | 261 | 27 | 154 | 0 | 127 | 47 | 37 | 507 | 115 | 47 |
| Binary | 10110001 | 10111 | 1101100 | 0 | 1010111 | 100111 | 11111 | 101000111 | 1001101 | 100111 |
Color Harmonies of #B1176C
Complementary color
Monochromatic Colors of #B1176C
Black with #B1176C
Text Example
Text Example
White with #B1176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1176C; }
p { color: rgb(177,23,108); }
H1.HeaderClassName
{
color: #B1176C;
}
.AnyTagClassName
{
color: #B1176C;
}
</style>
background-color css
<style>
a { background-color: #B1176C; }
a { background-color: rgb(177,23,108); }
div.DivClassName
{
background-color: #B1176C;
}
.BgClassName
{
background-color: #B1176C;
}
</style>
border-color css
<style>
span { border-color: #B1176C; }
span { border-color: rgb(177,23,108); }
td.TdClassName
{
border-color: #B1176C;
}
.TagClassName
{
border-color: #B1176C;
}
</style>