Shades of Jazzberry Jam #B1155C
Tints of Jazzberry Jam #B1155C
RGB
CMYK
RGB Variations
Color information
#B1155C (or 0xB1155C) is known color: Jazzberry Jam. HEX triplet: B1, 15 and 5C. RGB value is (177,21,92). Sum of RGB (Red+Green+Blue) = 177+21+92=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B1155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1155C is #4EEAA3. Grayscale: #4B4B4B. Windows color (decimal): -5171876 or 6034865. OLE color: 6034865.
HSL color Cylindrical-coordinate representation of color #B1155C: hue angle of 332.69º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1155C is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 21 | 92 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.31 |
| HSL | 332.69º | 0.79% | 0.39% | - |
| HSV(B) | 332.69º | 0.88% | 0.69% | - |
| XYZ | 20.33 | 10.66 | 11.11 | - |
| YUV | 75.74 | 137.18 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 92 | 0 | 0.88 | 0.48 | 0.31 | 332.69 | 0.79 | 0.39 |
| Hex | B1 | 15 | 5C | 0 | 58 | 30 | 1F | 14D | 4F | 27 |
| Octal | 261 | 25 | 134 | 0 | 130 | 60 | 37 | 515 | 117 | 47 |
| Binary | 10110001 | 10101 | 1011100 | 0 | 1011000 | 110000 | 11111 | 101001101 | 1001111 | 100111 |
Color Harmonies of #B1155C
Complementary color
Monochromatic Colors of #B1155C
Black with #B1155C
Text Example
Text Example
White with #B1155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1155C; }
p { color: rgb(177,21,92); }
H1.HeaderClassName
{
color: #B1155C;
}
.AnyTagClassName
{
color: #B1155C;
}
</style>
background-color css
<style>
a { background-color: #B1155C; }
a { background-color: rgb(177,21,92); }
div.DivClassName
{
background-color: #B1155C;
}
.BgClassName
{
background-color: #B1155C;
}
</style>
border-color css
<style>
span { border-color: #B1155C; }
span { border-color: rgb(177,21,92); }
td.TdClassName
{
border-color: #B1155C;
}
.TagClassName
{
border-color: #B1155C;
}
</style>