Shades of Jazzberry Jam #B7166C
Tints of Jazzberry Jam #B7166C
RGB
CMYK
RGB Variations
Color information
#B7166C (or 0xB7166C) is known color: Jazzberry Jam. HEX triplet: B7, 16 and 6C. RGB value is (183,22,108). Sum of RGB (Red+Green+Blue) = 183+22+108=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7166C is #48E993. Grayscale: #4F4F4F. Windows color (decimal): -4778388 or 7083703. OLE color: 7083703.
HSL color Cylindrical-coordinate representation of color #B7166C: hue angle of 327.95º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7166C is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 108 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.28 |
| HSL | 327.95º | 0.79% | 0.4% | - |
| HSV(B) | 327.95º | 0.88% | 0.72% | - |
| XYZ | 22.52 | 11.72 | 15.26 | - |
| YUV | 79.94 | 143.84 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 108 | 0 | 0.88 | 0.41 | 0.28 | 327.95 | 0.79 | 0.4 |
| Hex | B7 | 16 | 6C | 0 | 58 | 29 | 1C | 148 | 4F | 28 |
| Octal | 267 | 26 | 154 | 0 | 130 | 51 | 34 | 510 | 117 | 50 |
| Binary | 10110111 | 10110 | 1101100 | 0 | 1011000 | 101001 | 11100 | 101001000 | 1001111 | 101000 |
Color Harmonies of #B7166C
Complementary color
Monochromatic Colors of #B7166C
Black with #B7166C
Text Example
Text Example
White with #B7166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7166C; }
p { color: rgb(183,22,108); }
H1.HeaderClassName
{
color: #B7166C;
}
.AnyTagClassName
{
color: #B7166C;
}
</style>
background-color css
<style>
a { background-color: #B7166C; }
a { background-color: rgb(183,22,108); }
div.DivClassName
{
background-color: #B7166C;
}
.BgClassName
{
background-color: #B7166C;
}
</style>
border-color css
<style>
span { border-color: #B7166C; }
span { border-color: rgb(183,22,108); }
td.TdClassName
{
border-color: #B7166C;
}
.TagClassName
{
border-color: #B7166C;
}
</style>