Shades of Jazzberry Jam #B7136A
Tints of Jazzberry Jam #B7136A
RGB
CMYK
RGB Variations
Color information
#B7136A (or 0xB7136A) is known color: Jazzberry Jam. HEX triplet: B7, 13 and 6A. RGB value is (183,19,106). Sum of RGB (Red+Green+Blue) = 183+19+106=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B7136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7136A is #48EC95. Grayscale: #4D4D4D. Windows color (decimal): -4779158 or 6951863. OLE color: 6951863.
HSL color Cylindrical-coordinate representation of color #B7136A: hue angle of 328.17º 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 #B7136A is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 106 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.28 |
| HSL | 328.17º | 0.81% | 0.4% | - |
| HSV(B) | 328.17º | 0.9% | 0.72% | - |
| XYZ | 22.36 | 11.57 | 14.69 | - |
| YUV | 77.95 | 143.83 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 106 | 0 | 0.90 | 0.42 | 0.28 | 328.17 | 0.81 | 0.4 |
| Hex | B7 | 13 | 6A | 0 | 5A | 2A | 1C | 148 | 51 | 28 |
| Octal | 267 | 23 | 152 | 0 | 132 | 52 | 34 | 510 | 121 | 50 |
| Binary | 10110111 | 10011 | 1101010 | 0 | 1011010 | 101010 | 11100 | 101001000 | 1010001 | 101000 |
Color Harmonies of #B7136A
Complementary color
Monochromatic Colors of #B7136A
Black with #B7136A
Text Example
Text Example
White with #B7136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7136A; }
p { color: rgb(183,19,106); }
H1.HeaderClassName
{
color: #B7136A;
}
.AnyTagClassName
{
color: #B7136A;
}
</style>
background-color css
<style>
a { background-color: #B7136A; }
a { background-color: rgb(183,19,106); }
div.DivClassName
{
background-color: #B7136A;
}
.BgClassName
{
background-color: #B7136A;
}
</style>
border-color css
<style>
span { border-color: #B7136A; }
span { border-color: rgb(183,19,106); }
td.TdClassName
{
border-color: #B7136A;
}
.TagClassName
{
border-color: #B7136A;
}
</style>