Shades of Jazzberry Jam #B1176F
Tints of Jazzberry Jam #B1176F
RGB
CMYK
RGB Variations
Color information
#B1176F (or 0xB1176F) is known color: Jazzberry Jam. HEX triplet: B1, 17 and 6F. RGB value is (177,23,111). Sum of RGB (Red+Green+Blue) = 177+23+111=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B1176F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1176F is #4EE890. Grayscale: #4E4E4E. Windows color (decimal): -5171345 or 7280561. OLE color: 7280561.
HSL color Cylindrical-coordinate representation of color #B1176F: hue angle of 325.71º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B1176F is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 23 | 111 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.31 |
| HSL | 325.71º | 0.77% | 0.39% | - |
| HSV(B) | 325.71º | 0.87% | 0.69% | - |
| XYZ | 21.31 | 11.11 | 16.06 | - |
| YUV | 79.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 111 | 0 | 0.87 | 0.37 | 0.31 | 325.71 | 0.77 | 0.39 |
| Hex | B1 | 17 | 6F | 0 | 57 | 25 | 1F | 146 | 4D | 27 |
| Octal | 261 | 27 | 157 | 0 | 127 | 45 | 37 | 506 | 115 | 47 |
| Binary | 10110001 | 10111 | 1101111 | 0 | 1010111 | 100101 | 11111 | 101000110 | 1001101 | 100111 |
Color Harmonies of #B1176F
Complementary color
Monochromatic Colors of #B1176F
Black with #B1176F
Text Example
Text Example
White with #B1176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1176F; }
p { color: rgb(177,23,111); }
H1.HeaderClassName
{
color: #B1176F;
}
.AnyTagClassName
{
color: #B1176F;
}
</style>
background-color css
<style>
a { background-color: #B1176F; }
a { background-color: rgb(177,23,111); }
div.DivClassName
{
background-color: #B1176F;
}
.BgClassName
{
background-color: #B1176F;
}
</style>
border-color css
<style>
span { border-color: #B1176F; }
span { border-color: rgb(177,23,111); }
td.TdClassName
{
border-color: #B1176F;
}
.TagClassName
{
border-color: #B1176F;
}
</style>