Shades of Jazzberry Jam #B7116C
Tints of Jazzberry Jam #B7116C
RGB
CMYK
RGB Variations
Color information
#B7116C (or 0xB7116C) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 6C. RGB value is (183,17,108). Sum of RGB (Red+Green+Blue) = 183+17+108=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B7116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7116C is #48EE93. Grayscale: #4C4C4C. Windows color (decimal): -4779668 or 7082423. OLE color: 7082423.
HSL color Cylindrical-coordinate representation of color #B7116C: hue angle of 327.11º 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 #B7116C is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 108 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.28 |
| HSL | 327.11º | 0.83% | 0.39% | - |
| HSV(B) | 327.11º | 0.91% | 0.72% | - |
| XYZ | 22.44 | 11.55 | 15.23 | - |
| YUV | 77.01 | 145.5 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 108 | 0 | 0.91 | 0.41 | 0.28 | 327.11 | 0.83 | 0.39 |
| Hex | B7 | 11 | 6C | 0 | 5B | 29 | 1C | 147 | 53 | 27 |
| Octal | 267 | 21 | 154 | 0 | 133 | 51 | 34 | 507 | 123 | 47 |
| Binary | 10110111 | 10001 | 1101100 | 0 | 1011011 | 101001 | 11100 | 101000111 | 1010011 | 100111 |
Color Harmonies of #B7116C
Complementary color
Monochromatic Colors of #B7116C
Black with #B7116C
Text Example
Text Example
White with #B7116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7116C; }
p { color: rgb(183,17,108); }
H1.HeaderClassName
{
color: #B7116C;
}
.AnyTagClassName
{
color: #B7116C;
}
</style>
background-color css
<style>
a { background-color: #B7116C; }
a { background-color: rgb(183,17,108); }
div.DivClassName
{
background-color: #B7116C;
}
.BgClassName
{
background-color: #B7116C;
}
</style>
border-color css
<style>
span { border-color: #B7116C; }
span { border-color: rgb(183,17,108); }
td.TdClassName
{
border-color: #B7116C;
}
.TagClassName
{
border-color: #B7116C;
}
</style>