Shades of Jazzberry Jam #B7156D
Tints of Jazzberry Jam #B7156D
RGB
CMYK
RGB Variations
Color information
#B7156D (or 0xB7156D) is known color: Jazzberry Jam. HEX triplet: B7, 15 and 6D. RGB value is (183,21,109). Sum of RGB (Red+Green+Blue) = 183+21+109=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7156D is #48EA92. Grayscale: #4F4F4F. Windows color (decimal): -4778643 or 7148983. OLE color: 7148983.
HSL color Cylindrical-coordinate representation of color #B7156D: hue angle of 327.41º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7156D is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 109 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.28 |
| HSL | 327.41º | 0.79% | 0.4% | - |
| HSV(B) | 327.41º | 0.89% | 0.72% | - |
| XYZ | 22.56 | 11.71 | 15.54 | - |
| YUV | 79.47 | 144.67 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 109 | 0 | 0.89 | 0.40 | 0.28 | 327.41 | 0.79 | 0.4 |
| Hex | B7 | 15 | 6D | 0 | 59 | 28 | 1C | 147 | 4F | 28 |
| Octal | 267 | 25 | 155 | 0 | 131 | 50 | 34 | 507 | 117 | 50 |
| Binary | 10110111 | 10101 | 1101101 | 0 | 1011001 | 101000 | 11100 | 101000111 | 1001111 | 101000 |
Color Harmonies of #B7156D
Complementary color
Monochromatic Colors of #B7156D
Black with #B7156D
Text Example
Text Example
White with #B7156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7156D; }
p { color: rgb(183,21,109); }
H1.HeaderClassName
{
color: #B7156D;
}
.AnyTagClassName
{
color: #B7156D;
}
</style>
background-color css
<style>
a { background-color: #B7156D; }
a { background-color: rgb(183,21,109); }
div.DivClassName
{
background-color: #B7156D;
}
.BgClassName
{
background-color: #B7156D;
}
</style>
border-color css
<style>
span { border-color: #B7156D; }
span { border-color: rgb(183,21,109); }
td.TdClassName
{
border-color: #B7156D;
}
.TagClassName
{
border-color: #B7156D;
}
</style>