Shades of Jazzberry Jam #B8116B
Tints of Jazzberry Jam #B8116B
RGB
CMYK
RGB Variations
Color information
#B8116B (or 0xB8116B) is known color: Jazzberry Jam. HEX triplet: B8, 11 and 6B. RGB value is (184,17,107). Sum of RGB (Red+Green+Blue) = 184+17+107=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B8116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8116B is #47EE94. Grayscale: #4C4C4C. Windows color (decimal): -4714133 or 7016888. OLE color: 7016888.
HSL color Cylindrical-coordinate representation of color #B8116B: hue angle of 327.66º 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 #B8116B is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 107 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.28 |
| HSL | 327.66º | 0.83% | 0.39% | - |
| HSV(B) | 327.66º | 0.91% | 0.72% | - |
| XYZ | 22.62 | 11.65 | 14.97 | - |
| YUV | 77.19 | 144.83 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 107 | 0 | 0.91 | 0.42 | 0.28 | 327.66 | 0.83 | 0.39 |
| Hex | B8 | 11 | 6B | 0 | 5B | 2A | 1C | 148 | 53 | 27 |
| Octal | 270 | 21 | 153 | 0 | 133 | 52 | 34 | 510 | 123 | 47 |
| Binary | 10111000 | 10001 | 1101011 | 0 | 1011011 | 101010 | 11100 | 101001000 | 1010011 | 100111 |
Color Harmonies of #B8116B
Complementary color
Monochromatic Colors of #B8116B
Black with #B8116B
Text Example
Text Example
White with #B8116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8116B; }
p { color: rgb(184,17,107); }
H1.HeaderClassName
{
color: #B8116B;
}
.AnyTagClassName
{
color: #B8116B;
}
</style>
background-color css
<style>
a { background-color: #B8116B; }
a { background-color: rgb(184,17,107); }
div.DivClassName
{
background-color: #B8116B;
}
.BgClassName
{
background-color: #B8116B;
}
</style>
border-color css
<style>
span { border-color: #B8116B; }
span { border-color: rgb(184,17,107); }
td.TdClassName
{
border-color: #B8116B;
}
.TagClassName
{
border-color: #B8116B;
}
</style>