Shades of Jazzberry Jam #B7166E
Tints of Jazzberry Jam #B7166E
RGB
CMYK
RGB Variations
Color information
#B7166E (or 0xB7166E) is known color: Jazzberry Jam. HEX triplet: B7, 16 and 6E. RGB value is (183,22,110). Sum of RGB (Red+Green+Blue) = 183+22+110=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B7166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7166E is #48E991. Grayscale: #4F4F4F. Windows color (decimal): -4778386 or 7214775. OLE color: 7214775.
HSL color Cylindrical-coordinate representation of color #B7166E: hue angle of 327.2º 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 #B7166E is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 110 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.28 |
| HSL | 327.21º | 0.79% | 0.4% | - |
| HSV(B) | 327.21º | 0.88% | 0.72% | - |
| XYZ | 22.63 | 11.77 | 15.83 | - |
| YUV | 80.17 | 144.84 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 110 | 0 | 0.88 | 0.40 | 0.28 | 327.21 | 0.79 | 0.4 |
| Hex | B7 | 16 | 6E | 0 | 58 | 28 | 1C | 147 | 4F | 28 |
| Octal | 267 | 26 | 156 | 0 | 130 | 50 | 34 | 507 | 117 | 50 |
| Binary | 10110111 | 10110 | 1101110 | 0 | 1011000 | 101000 | 11100 | 101000111 | 1001111 | 101000 |
Color Harmonies of #B7166E
Complementary color
Monochromatic Colors of #B7166E
Black with #B7166E
Text Example
Text Example
White with #B7166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7166E; }
p { color: rgb(183,22,110); }
H1.HeaderClassName
{
color: #B7166E;
}
.AnyTagClassName
{
color: #B7166E;
}
</style>
background-color css
<style>
a { background-color: #B7166E; }
a { background-color: rgb(183,22,110); }
div.DivClassName
{
background-color: #B7166E;
}
.BgClassName
{
background-color: #B7166E;
}
</style>
border-color css
<style>
span { border-color: #B7166E; }
span { border-color: rgb(183,22,110); }
td.TdClassName
{
border-color: #B7166E;
}
.TagClassName
{
border-color: #B7166E;
}
</style>