Shades of Jazzberry Jam #B9076E
Tints of Jazzberry Jam #B9076E
RGB
CMYK
RGB Variations
Color information
#B9076E (or 0xB9076E) is known color: Jazzberry Jam. HEX triplet: B9, 07 and 6E. RGB value is (185,7,110). Sum of RGB (Red+Green+Blue) = 185+7+110=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B9076E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9076E is #46F891. Grayscale: #474747. Windows color (decimal): -4651154 or 7210937. OLE color: 7210937.
HSL color Cylindrical-coordinate representation of color #B9076E: hue angle of 325.28º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9076E is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 7 | 110 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.27 |
| HSL | 325.28º | 0.93% | 0.38% | - |
| HSV(B) | 325.28º | 0.96% | 0.73% | - |
| XYZ | 22.9 | 11.59 | 15.78 | - |
| YUV | 71.96 | 149.47 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 110 | 0 | 0.96 | 0.41 | 0.27 | 325.28 | 0.93 | 0.38 |
| Hex | B9 | 7 | 6E | 0 | 60 | 29 | 1B | 145 | 5D | 26 |
| Octal | 271 | 7 | 156 | 0 | 140 | 51 | 33 | 505 | 135 | 46 |
| Binary | 10111001 | 111 | 1101110 | 0 | 1100000 | 101001 | 11011 | 101000101 | 1011101 | 100110 |
Color Harmonies of #B9076E
Complementary color
Monochromatic Colors of #B9076E
Black with #B9076E
Text Example
Text Example
White with #B9076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9076E; }
p { color: rgb(185,7,110); }
H1.HeaderClassName
{
color: #B9076E;
}
.AnyTagClassName
{
color: #B9076E;
}
</style>
background-color css
<style>
a { background-color: #B9076E; }
a { background-color: rgb(185,7,110); }
div.DivClassName
{
background-color: #B9076E;
}
.BgClassName
{
background-color: #B9076E;
}
</style>
border-color css
<style>
span { border-color: #B9076E; }
span { border-color: rgb(185,7,110); }
td.TdClassName
{
border-color: #B9076E;
}
.TagClassName
{
border-color: #B9076E;
}
</style>