Shades of Jazzberry Jam #B10666
Tints of Jazzberry Jam #B10666
RGB
CMYK
RGB Variations
Color information
#B10666 (or 0xB10666) is known color: Jazzberry Jam. HEX triplet: B1, 06 and 66. RGB value is (177,6,102). Sum of RGB (Red+Green+Blue) = 177+6+102=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B10666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10666 is #4EF999. Grayscale: #434343. Windows color (decimal): -5175706 or 6686385. OLE color: 6686385.
HSL color Cylindrical-coordinate representation of color #B10666: hue angle of 326.32º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B10666 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 6 | 102 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.31 |
| HSL | 326.32º | 0.93% | 0.36% | - |
| HSV(B) | 326.32º | 0.97% | 0.69% | - |
| XYZ | 20.59 | 10.44 | 13.5 | - |
| YUV | 68.07 | 147.15 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 102 | 0 | 0.97 | 0.42 | 0.31 | 326.32 | 0.93 | 0.36 |
| Hex | B1 | 6 | 66 | 0 | 61 | 2A | 1F | 146 | 5D | 24 |
| Octal | 261 | 6 | 146 | 0 | 141 | 52 | 37 | 506 | 135 | 44 |
| Binary | 10110001 | 110 | 1100110 | 0 | 1100001 | 101010 | 11111 | 101000110 | 1011101 | 100100 |
Color Harmonies of #B10666
Complementary color
Monochromatic Colors of #B10666
Black with #B10666
Text Example
Text Example
White with #B10666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10666; }
p { color: rgb(177,6,102); }
H1.HeaderClassName
{
color: #B10666;
}
.AnyTagClassName
{
color: #B10666;
}
</style>
background-color css
<style>
a { background-color: #B10666; }
a { background-color: rgb(177,6,102); }
div.DivClassName
{
background-color: #B10666;
}
.BgClassName
{
background-color: #B10666;
}
</style>
border-color css
<style>
span { border-color: #B10666; }
span { border-color: rgb(177,6,102); }
td.TdClassName
{
border-color: #B10666;
}
.TagClassName
{
border-color: #B10666;
}
</style>