Shades of Jazzberry Jam #B8086B
Tints of Jazzberry Jam #B8086B
RGB
CMYK
RGB Variations
Color information
#B8086B (or 0xB8086B) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 6B. RGB value is (184,8,107). Sum of RGB (Red+Green+Blue) = 184+8+107=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B8086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8086B is #47F794. Grayscale: #474747. Windows color (decimal): -4716437 or 7014584. OLE color: 7014584.
HSL color Cylindrical-coordinate representation of color #B8086B: hue angle of 326.25º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8086B is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 107 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.28 |
| HSL | 326.25º | 0.92% | 0.38% | - |
| HSV(B) | 326.25º | 0.96% | 0.72% | - |
| XYZ | 22.51 | 11.43 | 14.93 | - |
| YUV | 71.91 | 147.81 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 107 | 0 | 0.96 | 0.42 | 0.28 | 326.25 | 0.92 | 0.38 |
| Hex | B8 | 8 | 6B | 0 | 60 | 2A | 1C | 146 | 5C | 26 |
| Octal | 270 | 10 | 153 | 0 | 140 | 52 | 34 | 506 | 134 | 46 |
| Binary | 10111000 | 1000 | 1101011 | 0 | 1100000 | 101010 | 11100 | 101000110 | 1011100 | 100110 |
Color Harmonies of #B8086B
Complementary color
Monochromatic Colors of #B8086B
Black with #B8086B
Text Example
Text Example
White with #B8086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8086B; }
p { color: rgb(184,8,107); }
H1.HeaderClassName
{
color: #B8086B;
}
.AnyTagClassName
{
color: #B8086B;
}
</style>
background-color css
<style>
a { background-color: #B8086B; }
a { background-color: rgb(184,8,107); }
div.DivClassName
{
background-color: #B8086B;
}
.BgClassName
{
background-color: #B8086B;
}
</style>
border-color css
<style>
span { border-color: #B8086B; }
span { border-color: rgb(184,8,107); }
td.TdClassName
{
border-color: #B8086B;
}
.TagClassName
{
border-color: #B8086B;
}
</style>