Shades of Jazzberry Jam #B7076D
Tints of Jazzberry Jam #B7076D
RGB
CMYK
RGB Variations
Color information
#B7076D (or 0xB7076D) is known color: Jazzberry Jam. HEX triplet: B7, 07 and 6D. RGB value is (183,7,109). Sum of RGB (Red+Green+Blue) = 183+7+109=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B7076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7076D is #48F892. Grayscale: #474747. Windows color (decimal): -4782227 or 7145399. OLE color: 7145399.
HSL color Cylindrical-coordinate representation of color #B7076D: hue angle of 325.23º 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 #B7076D is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 109 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.28 |
| HSL | 325.23º | 0.93% | 0.37% | - |
| HSV(B) | 325.23º | 0.96% | 0.72% | - |
| XYZ | 22.36 | 11.32 | 15.47 | - |
| YUV | 71.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 109 | 0 | 0.96 | 0.40 | 0.28 | 325.23 | 0.93 | 0.37 |
| Hex | B7 | 7 | 6D | 0 | 60 | 28 | 1C | 145 | 5D | 25 |
| Octal | 267 | 7 | 155 | 0 | 140 | 50 | 34 | 505 | 135 | 45 |
| Binary | 10110111 | 111 | 1101101 | 0 | 1100000 | 101000 | 11100 | 101000101 | 1011101 | 100101 |
Color Harmonies of #B7076D
Complementary color
Monochromatic Colors of #B7076D
Black with #B7076D
Text Example
Text Example
White with #B7076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7076D; }
p { color: rgb(183,7,109); }
H1.HeaderClassName
{
color: #B7076D;
}
.AnyTagClassName
{
color: #B7076D;
}
</style>
background-color css
<style>
a { background-color: #B7076D; }
a { background-color: rgb(183,7,109); }
div.DivClassName
{
background-color: #B7076D;
}
.BgClassName
{
background-color: #B7076D;
}
</style>
border-color css
<style>
span { border-color: #B7076D; }
span { border-color: rgb(183,7,109); }
td.TdClassName
{
border-color: #B7076D;
}
.TagClassName
{
border-color: #B7076D;
}
</style>