Shades of Jazzberry Jam #B7136F
Tints of Jazzberry Jam #B7136F
RGB
CMYK
RGB Variations
Color information
#B7136F (or 0xB7136F) is known color: Jazzberry Jam. HEX triplet: B7, 13 and 6F. RGB value is (183,19,111). Sum of RGB (Red+Green+Blue) = 183+19+111=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7136F is #48EC90. Grayscale: #4E4E4E. Windows color (decimal): -4779153 or 7279543. OLE color: 7279543.
HSL color Cylindrical-coordinate representation of color #B7136F: hue angle of 326.34º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7136F is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 111 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.28 |
| HSL | 326.34º | 0.81% | 0.4% | - |
| HSV(B) | 326.34º | 0.9% | 0.72% | - |
| XYZ | 22.63 | 11.68 | 16.1 | - |
| YUV | 78.52 | 146.33 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 111 | 0 | 0.90 | 0.39 | 0.28 | 326.34 | 0.81 | 0.4 |
| Hex | B7 | 13 | 6F | 0 | 5A | 27 | 1C | 146 | 51 | 28 |
| Octal | 267 | 23 | 157 | 0 | 132 | 47 | 34 | 506 | 121 | 50 |
| Binary | 10110111 | 10011 | 1101111 | 0 | 1011010 | 100111 | 11100 | 101000110 | 1010001 | 101000 |
Color Harmonies of #B7136F
Complementary color
Monochromatic Colors of #B7136F
Black with #B7136F
Text Example
Text Example
White with #B7136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7136F; }
p { color: rgb(183,19,111); }
H1.HeaderClassName
{
color: #B7136F;
}
.AnyTagClassName
{
color: #B7136F;
}
</style>
background-color css
<style>
a { background-color: #B7136F; }
a { background-color: rgb(183,19,111); }
div.DivClassName
{
background-color: #B7136F;
}
.BgClassName
{
background-color: #B7136F;
}
</style>
border-color css
<style>
span { border-color: #B7136F; }
span { border-color: rgb(183,19,111); }
td.TdClassName
{
border-color: #B7136F;
}
.TagClassName
{
border-color: #B7136F;
}
</style>