Shades of Jazzberry Jam #B8166A
Tints of Jazzberry Jam #B8166A
RGB
CMYK
RGB Variations
Color information
#B8166A (or 0xB8166A) is known color: Jazzberry Jam. HEX triplet: B8, 16 and 6A. RGB value is (184,22,106). Sum of RGB (Red+Green+Blue) = 184+22+106=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B8166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8166A is #47E995. Grayscale: #4F4F4F. Windows color (decimal): -4712854 or 6952632. OLE color: 6952632.
HSL color Cylindrical-coordinate representation of color #B8166A: hue angle of 328.89º 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 #B8166A is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 106 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.28 |
| HSL | 328.89º | 0.79% | 0.4% | - |
| HSV(B) | 328.89º | 0.88% | 0.72% | - |
| XYZ | 22.66 | 11.8 | 14.72 | - |
| YUV | 80.01 | 142.67 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 106 | 0 | 0.88 | 0.42 | 0.28 | 328.89 | 0.79 | 0.4 |
| Hex | B8 | 16 | 6A | 0 | 58 | 2A | 1C | 149 | 4F | 28 |
| Octal | 270 | 26 | 152 | 0 | 130 | 52 | 34 | 511 | 117 | 50 |
| Binary | 10111000 | 10110 | 1101010 | 0 | 1011000 | 101010 | 11100 | 101001001 | 1001111 | 101000 |
Color Harmonies of #B8166A
Complementary color
Monochromatic Colors of #B8166A
Black with #B8166A
Text Example
Text Example
White with #B8166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8166A; }
p { color: rgb(184,22,106); }
H1.HeaderClassName
{
color: #B8166A;
}
.AnyTagClassName
{
color: #B8166A;
}
</style>
background-color css
<style>
a { background-color: #B8166A; }
a { background-color: rgb(184,22,106); }
div.DivClassName
{
background-color: #B8166A;
}
.BgClassName
{
background-color: #B8166A;
}
</style>
border-color css
<style>
span { border-color: #B8166A; }
span { border-color: rgb(184,22,106); }
td.TdClassName
{
border-color: #B8166A;
}
.TagClassName
{
border-color: #B8166A;
}
</style>