Shades of Jazzberry Jam #B1186F
Tints of Jazzberry Jam #B1186F
RGB
CMYK
RGB Variations
Color information
#B1186F (or 0xB1186F) is known color: Jazzberry Jam. HEX triplet: B1, 18 and 6F. RGB value is (177,24,111). Sum of RGB (Red+Green+Blue) = 177+24+111=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B1186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1186F is #4EE790. Grayscale: #4F4F4F. Windows color (decimal): -5171089 or 7280817. OLE color: 7280817.
HSL color Cylindrical-coordinate representation of color #B1186F: hue angle of 325.88º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1186F is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 24 | 111 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.31 |
| HSL | 325.88º | 0.76% | 0.39% | - |
| HSV(B) | 325.88º | 0.86% | 0.69% | - |
| XYZ | 21.33 | 11.15 | 16.07 | - |
| YUV | 79.67 | 145.69 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 24 | 111 | 0 | 0.86 | 0.37 | 0.31 | 325.88 | 0.76 | 0.39 |
| Hex | B1 | 18 | 6F | 0 | 56 | 25 | 1F | 146 | 4C | 27 |
| Octal | 261 | 30 | 157 | 0 | 126 | 45 | 37 | 506 | 114 | 47 |
| Binary | 10110001 | 11000 | 1101111 | 0 | 1010110 | 100101 | 11111 | 101000110 | 1001100 | 100111 |
Color Harmonies of #B1186F
Complementary color
Monochromatic Colors of #B1186F
Black with #B1186F
Text Example
Text Example
White with #B1186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1186F; }
p { color: rgb(177,24,111); }
H1.HeaderClassName
{
color: #B1186F;
}
.AnyTagClassName
{
color: #B1186F;
}
</style>
background-color css
<style>
a { background-color: #B1186F; }
a { background-color: rgb(177,24,111); }
div.DivClassName
{
background-color: #B1186F;
}
.BgClassName
{
background-color: #B1186F;
}
</style>
border-color css
<style>
span { border-color: #B1186F; }
span { border-color: rgb(177,24,111); }
td.TdClassName
{
border-color: #B1186F;
}
.TagClassName
{
border-color: #B1186F;
}
</style>