Shades of Jazzberry Jam #B8166D
Tints of Jazzberry Jam #B8166D
RGB
CMYK
RGB Variations
Color information
#B8166D (or 0xB8166D) is known color: Jazzberry Jam. HEX triplet: B8, 16 and 6D. RGB value is (184,22,109). Sum of RGB (Red+Green+Blue) = 184+22+109=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8166D is #47E992. Grayscale: #505050. Windows color (decimal): -4712851 or 7149240. OLE color: 7149240.
HSL color Cylindrical-coordinate representation of color #B8166D: hue angle of 327.78º 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 #B8166D is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 109 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.28 |
| HSL | 327.78º | 0.79% | 0.4% | - |
| HSV(B) | 327.78º | 0.88% | 0.72% | - |
| XYZ | 22.81 | 11.87 | 15.56 | - |
| YUV | 80.36 | 144.17 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 109 | 0 | 0.88 | 0.41 | 0.28 | 327.78 | 0.79 | 0.4 |
| Hex | B8 | 16 | 6D | 0 | 58 | 29 | 1C | 148 | 4F | 28 |
| Octal | 270 | 26 | 155 | 0 | 130 | 51 | 34 | 510 | 117 | 50 |
| Binary | 10111000 | 10110 | 1101101 | 0 | 1011000 | 101001 | 11100 | 101001000 | 1001111 | 101000 |
Color Harmonies of #B8166D
Complementary color
Monochromatic Colors of #B8166D
Black with #B8166D
Text Example
Text Example
White with #B8166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8166D; }
p { color: rgb(184,22,109); }
H1.HeaderClassName
{
color: #B8166D;
}
.AnyTagClassName
{
color: #B8166D;
}
</style>
background-color css
<style>
a { background-color: #B8166D; }
a { background-color: rgb(184,22,109); }
div.DivClassName
{
background-color: #B8166D;
}
.BgClassName
{
background-color: #B8166D;
}
</style>
border-color css
<style>
span { border-color: #B8166D; }
span { border-color: rgb(184,22,109); }
td.TdClassName
{
border-color: #B8166D;
}
.TagClassName
{
border-color: #B8166D;
}
</style>