Shades of Jazzberry Jam #B7076C
Tints of Jazzberry Jam #B7076C
RGB
CMYK
RGB Variations
Color information
#B7076C (or 0xB7076C) is known color: Jazzberry Jam. HEX triplet: B7, 07 and 6C. RGB value is (183,7,108). Sum of RGB (Red+Green+Blue) = 183+7+108=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7076C is #48F893. Grayscale: #464646. Windows color (decimal): -4782228 or 7079863. OLE color: 7079863.
HSL color Cylindrical-coordinate representation of color #B7076C: hue angle of 325.57º 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 #B7076C is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 108 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.28 |
| HSL | 325.57º | 0.93% | 0.37% | - |
| HSV(B) | 325.57º | 0.96% | 0.72% | - |
| XYZ | 22.31 | 11.3 | 15.19 | - |
| YUV | 71.14 | 148.81 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 108 | 0 | 0.96 | 0.41 | 0.28 | 325.57 | 0.93 | 0.37 |
| Hex | B7 | 7 | 6C | 0 | 60 | 29 | 1C | 146 | 5D | 25 |
| Octal | 267 | 7 | 154 | 0 | 140 | 51 | 34 | 506 | 135 | 45 |
| Binary | 10110111 | 111 | 1101100 | 0 | 1100000 | 101001 | 11100 | 101000110 | 1011101 | 100101 |
Color Harmonies of #B7076C
Complementary color
Monochromatic Colors of #B7076C
Black with #B7076C
Text Example
Text Example
White with #B7076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7076C; }
p { color: rgb(183,7,108); }
H1.HeaderClassName
{
color: #B7076C;
}
.AnyTagClassName
{
color: #B7076C;
}
</style>
background-color css
<style>
a { background-color: #B7076C; }
a { background-color: rgb(183,7,108); }
div.DivClassName
{
background-color: #B7076C;
}
.BgClassName
{
background-color: #B7076C;
}
</style>
border-color css
<style>
span { border-color: #B7076C; }
span { border-color: rgb(183,7,108); }
td.TdClassName
{
border-color: #B7076C;
}
.TagClassName
{
border-color: #B7076C;
}
</style>