Shades of Jazzberry Jam #B7116A
Tints of Jazzberry Jam #B7116A
RGB
CMYK
RGB Variations
Color information
#B7116A (or 0xB7116A) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 6A. RGB value is (183,17,106). Sum of RGB (Red+Green+Blue) = 183+17+106=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B7116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7116A is #48EE95. Grayscale: #4C4C4C. Windows color (decimal): -4779670 or 6951351. OLE color: 6951351.
HSL color Cylindrical-coordinate representation of color #B7116A: hue angle of 327.83º 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 #B7116A is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 106 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.28 |
| HSL | 327.83º | 0.83% | 0.39% | - |
| HSV(B) | 327.83º | 0.91% | 0.72% | - |
| XYZ | 22.33 | 11.51 | 14.68 | - |
| YUV | 76.78 | 144.5 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 106 | 0 | 0.91 | 0.42 | 0.28 | 327.83 | 0.83 | 0.39 |
| Hex | B7 | 11 | 6A | 0 | 5B | 2A | 1C | 148 | 53 | 27 |
| Octal | 267 | 21 | 152 | 0 | 133 | 52 | 34 | 510 | 123 | 47 |
| Binary | 10110111 | 10001 | 1101010 | 0 | 1011011 | 101010 | 11100 | 101001000 | 1010011 | 100111 |
Color Harmonies of #B7116A
Complementary color
Monochromatic Colors of #B7116A
Black with #B7116A
Text Example
Text Example
White with #B7116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7116A; }
p { color: rgb(183,17,106); }
H1.HeaderClassName
{
color: #B7116A;
}
.AnyTagClassName
{
color: #B7116A;
}
</style>
background-color css
<style>
a { background-color: #B7116A; }
a { background-color: rgb(183,17,106); }
div.DivClassName
{
background-color: #B7116A;
}
.BgClassName
{
background-color: #B7116A;
}
</style>
border-color css
<style>
span { border-color: #B7116A; }
span { border-color: rgb(183,17,106); }
td.TdClassName
{
border-color: #B7116A;
}
.TagClassName
{
border-color: #B7116A;
}
</style>