Shades of Jazzberry Jam #B1106D
Tints of Jazzberry Jam #B1106D
RGB
CMYK
RGB Variations
Color information
#B1106D (or 0xB1106D) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 6D. RGB value is (177,16,109). Sum of RGB (Red+Green+Blue) = 177+16+109=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B1106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1106D is #4EEF92. Grayscale: #4A4A4A. Windows color (decimal): -5173139 or 7147697. OLE color: 7147697.
HSL color Cylindrical-coordinate representation of color #B1106D: hue angle of 325.34º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1106D is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 109 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.31 |
| HSL | 325.34º | 0.83% | 0.38% | - |
| HSV(B) | 325.34º | 0.91% | 0.69% | - |
| XYZ | 21.08 | 10.82 | 15.45 | - |
| YUV | 74.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 109 | 0 | 0.91 | 0.38 | 0.31 | 325.34 | 0.83 | 0.38 |
| Hex | B1 | 10 | 6D | 0 | 5B | 26 | 1F | 145 | 53 | 26 |
| Octal | 261 | 20 | 155 | 0 | 133 | 46 | 37 | 505 | 123 | 46 |
| Binary | 10110001 | 10000 | 1101101 | 0 | 1011011 | 100110 | 11111 | 101000101 | 1010011 | 100110 |
Color Harmonies of #B1106D
Complementary color
Monochromatic Colors of #B1106D
Black with #B1106D
Text Example
Text Example
White with #B1106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1106D; }
p { color: rgb(177,16,109); }
H1.HeaderClassName
{
color: #B1106D;
}
.AnyTagClassName
{
color: #B1106D;
}
</style>
background-color css
<style>
a { background-color: #B1106D; }
a { background-color: rgb(177,16,109); }
div.DivClassName
{
background-color: #B1106D;
}
.BgClassName
{
background-color: #B1106D;
}
</style>
border-color css
<style>
span { border-color: #B1106D; }
span { border-color: rgb(177,16,109); }
td.TdClassName
{
border-color: #B1106D;
}
.TagClassName
{
border-color: #B1106D;
}
</style>