Shades of Jazzberry Jam #B7126B
Tints of Jazzberry Jam #B7126B
RGB
CMYK
RGB Variations
Color information
#B7126B (or 0xB7126B) is known color: Jazzberry Jam. HEX triplet: B7, 12 and 6B. RGB value is (183,18,107). Sum of RGB (Red+Green+Blue) = 183+18+107=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B7126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7126B is #48ED94. Grayscale: #4D4D4D. Windows color (decimal): -4779413 or 7017143. OLE color: 7017143.
HSL color Cylindrical-coordinate representation of color #B7126B: hue angle of 327.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7126B is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 107 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.28 |
| HSL | 327.64º | 0.82% | 0.39% | - |
| HSV(B) | 327.64º | 0.9% | 0.72% | - |
| XYZ | 22.4 | 11.56 | 14.96 | - |
| YUV | 77.48 | 144.66 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 107 | 0 | 0.90 | 0.42 | 0.28 | 327.64 | 0.82 | 0.39 |
| Hex | B7 | 12 | 6B | 0 | 5A | 2A | 1C | 148 | 52 | 27 |
| Octal | 267 | 22 | 153 | 0 | 132 | 52 | 34 | 510 | 122 | 47 |
| Binary | 10110111 | 10010 | 1101011 | 0 | 1011010 | 101010 | 11100 | 101001000 | 1010010 | 100111 |
Color Harmonies of #B7126B
Complementary color
Monochromatic Colors of #B7126B
Black with #B7126B
Text Example
Text Example
White with #B7126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7126B; }
p { color: rgb(183,18,107); }
H1.HeaderClassName
{
color: #B7126B;
}
.AnyTagClassName
{
color: #B7126B;
}
</style>
background-color css
<style>
a { background-color: #B7126B; }
a { background-color: rgb(183,18,107); }
div.DivClassName
{
background-color: #B7126B;
}
.BgClassName
{
background-color: #B7126B;
}
</style>
border-color css
<style>
span { border-color: #B7126B; }
span { border-color: rgb(183,18,107); }
td.TdClassName
{
border-color: #B7126B;
}
.TagClassName
{
border-color: #B7126B;
}
</style>