Shades of Jazzberry Jam #B1186C
Tints of Jazzberry Jam #B1186C
RGB
CMYK
RGB Variations
Color information
#B1186C (or 0xB1186C) is known color: Jazzberry Jam. HEX triplet: B1, 18 and 6C. RGB value is (177,24,108). Sum of RGB (Red+Green+Blue) = 177+24+108=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1186C is #4EE793. Grayscale: #4F4F4F. Windows color (decimal): -5171092 or 7084209. OLE color: 7084209.
HSL color Cylindrical-coordinate representation of color #B1186C: hue angle of 327.06º 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 #B1186C is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 24 | 108 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.31 |
| HSL | 327.06º | 0.76% | 0.39% | - |
| HSV(B) | 327.06º | 0.86% | 0.69% | - |
| XYZ | 21.16 | 11.08 | 15.21 | - |
| YUV | 79.32 | 144.19 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 24 | 108 | 0 | 0.86 | 0.39 | 0.31 | 327.06 | 0.76 | 0.39 |
| Hex | B1 | 18 | 6C | 0 | 56 | 27 | 1F | 147 | 4C | 27 |
| Octal | 261 | 30 | 154 | 0 | 126 | 47 | 37 | 507 | 114 | 47 |
| Binary | 10110001 | 11000 | 1101100 | 0 | 1010110 | 100111 | 11111 | 101000111 | 1001100 | 100111 |
Color Harmonies of #B1186C
Complementary color
Monochromatic Colors of #B1186C
Black with #B1186C
Text Example
Text Example
White with #B1186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1186C; }
p { color: rgb(177,24,108); }
H1.HeaderClassName
{
color: #B1186C;
}
.AnyTagClassName
{
color: #B1186C;
}
</style>
background-color css
<style>
a { background-color: #B1186C; }
a { background-color: rgb(177,24,108); }
div.DivClassName
{
background-color: #B1186C;
}
.BgClassName
{
background-color: #B1186C;
}
</style>
border-color css
<style>
span { border-color: #B1186C; }
span { border-color: rgb(177,24,108); }
td.TdClassName
{
border-color: #B1186C;
}
.TagClassName
{
border-color: #B1186C;
}
</style>