Shades of Jazzberry Jam #B7116D
Tints of Jazzberry Jam #B7116D
RGB
CMYK
RGB Variations
Color information
#B7116D (or 0xB7116D) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 6D. RGB value is (183,17,109). Sum of RGB (Red+Green+Blue) = 183+17+109=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7116D is #48EE92. Grayscale: #4C4C4C. Windows color (decimal): -4779667 or 7147959. OLE color: 7147959.
HSL color Cylindrical-coordinate representation of color #B7116D: hue angle of 326.75º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7116D is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 109 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.28 |
| HSL | 326.75º | 0.83% | 0.39% | - |
| HSV(B) | 326.75º | 0.91% | 0.72% | - |
| XYZ | 22.49 | 11.57 | 15.52 | - |
| YUV | 77.12 | 146 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 109 | 0 | 0.91 | 0.40 | 0.28 | 326.75 | 0.83 | 0.39 |
| Hex | B7 | 11 | 6D | 0 | 5B | 28 | 1C | 147 | 53 | 27 |
| Octal | 267 | 21 | 155 | 0 | 133 | 50 | 34 | 507 | 123 | 47 |
| Binary | 10110111 | 10001 | 1101101 | 0 | 1011011 | 101000 | 11100 | 101000111 | 1010011 | 100111 |
Color Harmonies of #B7116D
Complementary color
Monochromatic Colors of #B7116D
Black with #B7116D
Text Example
Text Example
White with #B7116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7116D; }
p { color: rgb(183,17,109); }
H1.HeaderClassName
{
color: #B7116D;
}
.AnyTagClassName
{
color: #B7116D;
}
</style>
background-color css
<style>
a { background-color: #B7116D; }
a { background-color: rgb(183,17,109); }
div.DivClassName
{
background-color: #B7116D;
}
.BgClassName
{
background-color: #B7116D;
}
</style>
border-color css
<style>
span { border-color: #B7116D; }
span { border-color: rgb(183,17,109); }
td.TdClassName
{
border-color: #B7116D;
}
.TagClassName
{
border-color: #B7116D;
}
</style>