Shades of Jazzberry Jam #B7076F
Tints of Jazzberry Jam #B7076F
RGB
CMYK
RGB Variations
Color information
#B7076F (or 0xB7076F) is known color: Jazzberry Jam. HEX triplet: B7, 07 and 6F. RGB value is (183,7,111). Sum of RGB (Red+Green+Blue) = 183+7+111=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B7076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7076F is #48F890. Grayscale: #474747. Windows color (decimal): -4782225 or 7276471. OLE color: 7276471.
HSL color Cylindrical-coordinate representation of color #B7076F: hue angle of 324.55º 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 #B7076F is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 111 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.28 |
| HSL | 324.55º | 0.93% | 0.37% | - |
| HSV(B) | 324.55º | 0.96% | 0.72% | - |
| XYZ | 22.47 | 11.37 | 16.05 | - |
| YUV | 71.48 | 150.31 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 111 | 0 | 0.96 | 0.39 | 0.28 | 324.55 | 0.93 | 0.37 |
| Hex | B7 | 7 | 6F | 0 | 60 | 27 | 1C | 145 | 5D | 25 |
| Octal | 267 | 7 | 157 | 0 | 140 | 47 | 34 | 505 | 135 | 45 |
| Binary | 10110111 | 111 | 1101111 | 0 | 1100000 | 100111 | 11100 | 101000101 | 1011101 | 100101 |
Color Harmonies of #B7076F
Complementary color
Monochromatic Colors of #B7076F
Black with #B7076F
Text Example
Text Example
White with #B7076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7076F; }
p { color: rgb(183,7,111); }
H1.HeaderClassName
{
color: #B7076F;
}
.AnyTagClassName
{
color: #B7076F;
}
</style>
background-color css
<style>
a { background-color: #B7076F; }
a { background-color: rgb(183,7,111); }
div.DivClassName
{
background-color: #B7076F;
}
.BgClassName
{
background-color: #B7076F;
}
</style>
border-color css
<style>
span { border-color: #B7076F; }
span { border-color: rgb(183,7,111); }
td.TdClassName
{
border-color: #B7076F;
}
.TagClassName
{
border-color: #B7076F;
}
</style>