Shades of Jazzberry Jam #B7096B
Tints of Jazzberry Jam #B7096B
RGB
CMYK
RGB Variations
Color information
#B7096B (or 0xB7096B) is known color: Jazzberry Jam. HEX triplet: B7, 09 and 6B. RGB value is (183,9,107). Sum of RGB (Red+Green+Blue) = 183+9+107=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B7096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7096B is #48F694. Grayscale: #474747. Windows color (decimal): -4781717 or 7014839. OLE color: 7014839.
HSL color Cylindrical-coordinate representation of color #B7096B: hue angle of 326.21º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7096B is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 9 | 107 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.28 |
| HSL | 326.21º | 0.91% | 0.38% | - |
| HSV(B) | 326.21º | 0.95% | 0.72% | - |
| XYZ | 22.28 | 11.32 | 14.92 | - |
| YUV | 72.2 | 147.65 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 9 | 107 | 0 | 0.95 | 0.42 | 0.28 | 326.21 | 0.91 | 0.38 |
| Hex | B7 | 9 | 6B | 0 | 5F | 2A | 1C | 146 | 5B | 26 |
| Octal | 267 | 11 | 153 | 0 | 137 | 52 | 34 | 506 | 133 | 46 |
| Binary | 10110111 | 1001 | 1101011 | 0 | 1011111 | 101010 | 11100 | 101000110 | 1011011 | 100110 |
Color Harmonies of #B7096B
Complementary color
Monochromatic Colors of #B7096B
Black with #B7096B
Text Example
Text Example
White with #B7096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7096B; }
p { color: rgb(183,9,107); }
H1.HeaderClassName
{
color: #B7096B;
}
.AnyTagClassName
{
color: #B7096B;
}
</style>
background-color css
<style>
a { background-color: #B7096B; }
a { background-color: rgb(183,9,107); }
div.DivClassName
{
background-color: #B7096B;
}
.BgClassName
{
background-color: #B7096B;
}
</style>
border-color css
<style>
span { border-color: #B7096B; }
span { border-color: rgb(183,9,107); }
td.TdClassName
{
border-color: #B7096B;
}
.TagClassName
{
border-color: #B7096B;
}
</style>