Shades of Jazzberry Jam #B8176D
Tints of Jazzberry Jam #B8176D
RGB
CMYK
RGB Variations
Color information
#B8176D (or 0xB8176D) is known color: Jazzberry Jam. HEX triplet: B8, 17 and 6D. RGB value is (184,23,109). Sum of RGB (Red+Green+Blue) = 184+23+109=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B8176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8176D is #47E892. Grayscale: #505050. Windows color (decimal): -4712595 or 7149496. OLE color: 7149496.
HSL color Cylindrical-coordinate representation of color #B8176D: hue angle of 327.95º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8176D is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 109 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.28 |
| HSL | 327.95º | 0.78% | 0.41% | - |
| HSV(B) | 327.95º | 0.88% | 0.72% | - |
| XYZ | 22.83 | 11.91 | 15.56 | - |
| YUV | 80.94 | 143.84 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 109 | 0 | 0.88 | 0.41 | 0.28 | 327.95 | 0.78 | 0.41 |
| Hex | B8 | 17 | 6D | 0 | 58 | 29 | 1C | 148 | 4E | 29 |
| Octal | 270 | 27 | 155 | 0 | 130 | 51 | 34 | 510 | 116 | 51 |
| Binary | 10111000 | 10111 | 1101101 | 0 | 1011000 | 101001 | 11100 | 101001000 | 1001110 | 101001 |
Color Harmonies of #B8176D
Complementary color
Monochromatic Colors of #B8176D
Black with #B8176D
Text Example
Text Example
White with #B8176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8176D; }
p { color: rgb(184,23,109); }
H1.HeaderClassName
{
color: #B8176D;
}
.AnyTagClassName
{
color: #B8176D;
}
</style>
background-color css
<style>
a { background-color: #B8176D; }
a { background-color: rgb(184,23,109); }
div.DivClassName
{
background-color: #B8176D;
}
.BgClassName
{
background-color: #B8176D;
}
</style>
border-color css
<style>
span { border-color: #B8176D; }
span { border-color: rgb(184,23,109); }
td.TdClassName
{
border-color: #B8176D;
}
.TagClassName
{
border-color: #B8176D;
}
</style>