Shades of Jazzberry Jam #B8076B
Tints of Jazzberry Jam #B8076B
RGB
CMYK
RGB Variations
Color information
#B8076B (or 0xB8076B) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 6B. RGB value is (184,7,107). Sum of RGB (Red+Green+Blue) = 184+7+107=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B8076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8076B is #47F894. Grayscale: #474747. Windows color (decimal): -4716693 or 7014328. OLE color: 7014328.
HSL color Cylindrical-coordinate representation of color #B8076B: hue angle of 326.1º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8076B is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 107 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.28 |
| HSL | 326.1º | 0.93% | 0.37% | - |
| HSV(B) | 326.1º | 0.96% | 0.72% | - |
| XYZ | 22.5 | 11.4 | 14.93 | - |
| YUV | 71.32 | 148.14 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 107 | 0 | 0.96 | 0.42 | 0.28 | 326.1 | 0.93 | 0.37 |
| Hex | B8 | 7 | 6B | 0 | 60 | 2A | 1C | 146 | 5D | 25 |
| Octal | 270 | 7 | 153 | 0 | 140 | 52 | 34 | 506 | 135 | 45 |
| Binary | 10111000 | 111 | 1101011 | 0 | 1100000 | 101010 | 11100 | 101000110 | 1011101 | 100101 |
Color Harmonies of #B8076B
Complementary color
Monochromatic Colors of #B8076B
Black with #B8076B
Text Example
Text Example
White with #B8076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8076B; }
p { color: rgb(184,7,107); }
H1.HeaderClassName
{
color: #B8076B;
}
.AnyTagClassName
{
color: #B8076B;
}
</style>
background-color css
<style>
a { background-color: #B8076B; }
a { background-color: rgb(184,7,107); }
div.DivClassName
{
background-color: #B8076B;
}
.BgClassName
{
background-color: #B8076B;
}
</style>
border-color css
<style>
span { border-color: #B8076B; }
span { border-color: rgb(184,7,107); }
td.TdClassName
{
border-color: #B8076B;
}
.TagClassName
{
border-color: #B8076B;
}
</style>