Shades of Jazzberry Jam #B7196C
Tints of Jazzberry Jam #B7196C
RGB
CMYK
RGB Variations
Color information
#B7196C (or 0xB7196C) is known color: Jazzberry Jam. HEX triplet: B7, 19 and 6C. RGB value is (183,25,108). Sum of RGB (Red+Green+Blue) = 183+25+108=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B7196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7196C is #48E693. Grayscale: #515151. Windows color (decimal): -4777620 or 7084471. OLE color: 7084471.
HSL color Cylindrical-coordinate representation of color #B7196C: hue angle of 328.48º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7196C is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 108 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.28 |
| HSL | 328.48º | 0.76% | 0.41% | - |
| HSV(B) | 328.48º | 0.86% | 0.72% | - |
| XYZ | 22.58 | 11.85 | 15.28 | - |
| YUV | 81.7 | 142.85 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 108 | 0 | 0.86 | 0.41 | 0.28 | 328.48 | 0.76 | 0.41 |
| Hex | B7 | 19 | 6C | 0 | 56 | 29 | 1C | 148 | 4C | 29 |
| Octal | 267 | 31 | 154 | 0 | 126 | 51 | 34 | 510 | 114 | 51 |
| Binary | 10110111 | 11001 | 1101100 | 0 | 1010110 | 101001 | 11100 | 101001000 | 1001100 | 101001 |
Color Harmonies of #B7196C
Complementary color
Monochromatic Colors of #B7196C
Black with #B7196C
Text Example
Text Example
White with #B7196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7196C; }
p { color: rgb(183,25,108); }
H1.HeaderClassName
{
color: #B7196C;
}
.AnyTagClassName
{
color: #B7196C;
}
</style>
background-color css
<style>
a { background-color: #B7196C; }
a { background-color: rgb(183,25,108); }
div.DivClassName
{
background-color: #B7196C;
}
.BgClassName
{
background-color: #B7196C;
}
</style>
border-color css
<style>
span { border-color: #B7196C; }
span { border-color: rgb(183,25,108); }
td.TdClassName
{
border-color: #B7196C;
}
.TagClassName
{
border-color: #B7196C;
}
</style>