Shades of Jazzberry Jam #B8086E
Tints of Jazzberry Jam #B8086E
RGB
CMYK
RGB Variations
Color information
#B8086E (or 0xB8086E) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 6E. RGB value is (184,8,110). Sum of RGB (Red+Green+Blue) = 184+8+110=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B8086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8086E is #47F791. Grayscale: #484848. Windows color (decimal): -4716434 or 7211192. OLE color: 7211192.
HSL color Cylindrical-coordinate representation of color #B8086E: hue angle of 325.23º 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 #B8086E is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 110 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.28 |
| HSL | 325.23º | 0.92% | 0.38% | - |
| HSV(B) | 325.23º | 0.96% | 0.72% | - |
| XYZ | 22.67 | 11.49 | 15.77 | - |
| YUV | 72.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 110 | 0 | 0.96 | 0.40 | 0.28 | 325.23 | 0.92 | 0.38 |
| Hex | B8 | 8 | 6E | 0 | 60 | 28 | 1C | 145 | 5C | 26 |
| Octal | 270 | 10 | 156 | 0 | 140 | 50 | 34 | 505 | 134 | 46 |
| Binary | 10111000 | 1000 | 1101110 | 0 | 1100000 | 101000 | 11100 | 101000101 | 1011100 | 100110 |
Color Harmonies of #B8086E
Complementary color
Monochromatic Colors of #B8086E
Black with #B8086E
Text Example
Text Example
White with #B8086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8086E; }
p { color: rgb(184,8,110); }
H1.HeaderClassName
{
color: #B8086E;
}
.AnyTagClassName
{
color: #B8086E;
}
</style>
background-color css
<style>
a { background-color: #B8086E; }
a { background-color: rgb(184,8,110); }
div.DivClassName
{
background-color: #B8086E;
}
.BgClassName
{
background-color: #B8086E;
}
</style>
border-color css
<style>
span { border-color: #B8086E; }
span { border-color: rgb(184,8,110); }
td.TdClassName
{
border-color: #B8086E;
}
.TagClassName
{
border-color: #B8086E;
}
</style>