Shades of Jazzberry Jam #B8166C
Tints of Jazzberry Jam #B8166C
RGB
CMYK
RGB Variations
Color information
#B8166C (or 0xB8166C) is known color: Jazzberry Jam. HEX triplet: B8, 16 and 6C. RGB value is (184,22,108). Sum of RGB (Red+Green+Blue) = 184+22+108=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8166C is #47E993. Grayscale: #505050. Windows color (decimal): -4712852 or 7083704. OLE color: 7083704.
HSL color Cylindrical-coordinate representation of color #B8166C: hue angle of 328.15º 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 #B8166C is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 108 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.28 |
| HSL | 328.15º | 0.79% | 0.4% | - |
| HSV(B) | 328.15º | 0.88% | 0.72% | - |
| XYZ | 22.76 | 11.85 | 15.27 | - |
| YUV | 80.24 | 143.67 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 108 | 0 | 0.88 | 0.41 | 0.28 | 328.15 | 0.79 | 0.4 |
| Hex | B8 | 16 | 6C | 0 | 58 | 29 | 1C | 148 | 4F | 28 |
| Octal | 270 | 26 | 154 | 0 | 130 | 51 | 34 | 510 | 117 | 50 |
| Binary | 10111000 | 10110 | 1101100 | 0 | 1011000 | 101001 | 11100 | 101001000 | 1001111 | 101000 |
Color Harmonies of #B8166C
Complementary color
Monochromatic Colors of #B8166C
Black with #B8166C
Text Example
Text Example
White with #B8166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8166C; }
p { color: rgb(184,22,108); }
H1.HeaderClassName
{
color: #B8166C;
}
.AnyTagClassName
{
color: #B8166C;
}
</style>
background-color css
<style>
a { background-color: #B8166C; }
a { background-color: rgb(184,22,108); }
div.DivClassName
{
background-color: #B8166C;
}
.BgClassName
{
background-color: #B8166C;
}
</style>
border-color css
<style>
span { border-color: #B8166C; }
span { border-color: rgb(184,22,108); }
td.TdClassName
{
border-color: #B8166C;
}
.TagClassName
{
border-color: #B8166C;
}
</style>