Shades of Jazzberry Jam #B7096D
Tints of Jazzberry Jam #B7096D
RGB
CMYK
RGB Variations
Color information
#B7096D (or 0xB7096D) is known color: Jazzberry Jam. HEX triplet: B7, 09 and 6D. RGB value is (183,9,109). Sum of RGB (Red+Green+Blue) = 183+9+109=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B7096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7096D is #48F692. Grayscale: #484848. Windows color (decimal): -4781715 or 7145911. OLE color: 7145911.
HSL color Cylindrical-coordinate representation of color #B7096D: hue angle of 325.52º 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 #B7096D is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 9 | 109 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.28 |
| HSL | 325.52º | 0.91% | 0.38% | - |
| HSV(B) | 325.52º | 0.95% | 0.72% | - |
| XYZ | 22.39 | 11.37 | 15.48 | - |
| YUV | 72.43 | 148.65 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 9 | 109 | 0 | 0.95 | 0.40 | 0.28 | 325.52 | 0.91 | 0.38 |
| Hex | B7 | 9 | 6D | 0 | 5F | 28 | 1C | 146 | 5B | 26 |
| Octal | 267 | 11 | 155 | 0 | 137 | 50 | 34 | 506 | 133 | 46 |
| Binary | 10110111 | 1001 | 1101101 | 0 | 1011111 | 101000 | 11100 | 101000110 | 1011011 | 100110 |
Color Harmonies of #B7096D
Complementary color
Monochromatic Colors of #B7096D
Black with #B7096D
Text Example
Text Example
White with #B7096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7096D; }
p { color: rgb(183,9,109); }
H1.HeaderClassName
{
color: #B7096D;
}
.AnyTagClassName
{
color: #B7096D;
}
</style>
background-color css
<style>
a { background-color: #B7096D; }
a { background-color: rgb(183,9,109); }
div.DivClassName
{
background-color: #B7096D;
}
.BgClassName
{
background-color: #B7096D;
}
</style>
border-color css
<style>
span { border-color: #B7096D; }
span { border-color: rgb(183,9,109); }
td.TdClassName
{
border-color: #B7096D;
}
.TagClassName
{
border-color: #B7096D;
}
</style>