Shades of Jazzberry Jam #B9076C
Tints of Jazzberry Jam #B9076C
RGB
CMYK
RGB Variations
Color information
#B9076C (or 0xB9076C) is known color: Jazzberry Jam. HEX triplet: B9, 07 and 6C. RGB value is (185,7,108). Sum of RGB (Red+Green+Blue) = 185+7+108=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9076C is #46F893. Grayscale: #474747. Windows color (decimal): -4651156 or 7079865. OLE color: 7079865.
HSL color Cylindrical-coordinate representation of color #B9076C: hue angle of 325.96º 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 #B9076C is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 7 | 108 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.27 |
| HSL | 325.96º | 0.93% | 0.38% | - |
| HSV(B) | 325.96º | 0.96% | 0.73% | - |
| XYZ | 22.79 | 11.55 | 15.22 | - |
| YUV | 71.74 | 148.47 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 108 | 0 | 0.96 | 0.42 | 0.27 | 325.96 | 0.93 | 0.38 |
| Hex | B9 | 7 | 6C | 0 | 60 | 2A | 1B | 146 | 5D | 26 |
| Octal | 271 | 7 | 154 | 0 | 140 | 52 | 33 | 506 | 135 | 46 |
| Binary | 10111001 | 111 | 1101100 | 0 | 1100000 | 101010 | 11011 | 101000110 | 1011101 | 100110 |
Color Harmonies of #B9076C
Complementary color
Monochromatic Colors of #B9076C
Black with #B9076C
Text Example
Text Example
White with #B9076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9076C; }
p { color: rgb(185,7,108); }
H1.HeaderClassName
{
color: #B9076C;
}
.AnyTagClassName
{
color: #B9076C;
}
</style>
background-color css
<style>
a { background-color: #B9076C; }
a { background-color: rgb(185,7,108); }
div.DivClassName
{
background-color: #B9076C;
}
.BgClassName
{
background-color: #B9076C;
}
</style>
border-color css
<style>
span { border-color: #B9076C; }
span { border-color: rgb(185,7,108); }
td.TdClassName
{
border-color: #B9076C;
}
.TagClassName
{
border-color: #B9076C;
}
</style>