Shades of Jazzberry Jam #B10B6C
Tints of Jazzberry Jam #B10B6C
RGB
CMYK
RGB Variations
Color information
#B10B6C (or 0xB10B6C) is known color: Jazzberry Jam. HEX triplet: B1, 0B and 6C. RGB value is (177,11,108). Sum of RGB (Red+Green+Blue) = 177+11+108=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10B6C is #4EF493. Grayscale: #474747. Windows color (decimal): -5174420 or 7080881. OLE color: 7080881.
HSL color Cylindrical-coordinate representation of color #B10B6C: hue angle of 324.94º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10B6C is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 11 | 108 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.31 |
| HSL | 324.94º | 0.88% | 0.37% | - |
| HSV(B) | 324.94º | 0.94% | 0.69% | - |
| XYZ | 20.96 | 10.67 | 15.14 | - |
| YUV | 71.69 | 148.5 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 108 | 0 | 0.94 | 0.39 | 0.31 | 324.94 | 0.88 | 0.37 |
| Hex | B1 | B | 6C | 0 | 5E | 27 | 1F | 145 | 58 | 25 |
| Octal | 261 | 13 | 154 | 0 | 136 | 47 | 37 | 505 | 130 | 45 |
| Binary | 10110001 | 1011 | 1101100 | 0 | 1011110 | 100111 | 11111 | 101000101 | 1011000 | 100101 |
Color Harmonies of #B10B6C
Complementary color
Monochromatic Colors of #B10B6C
Black with #B10B6C
Text Example
Text Example
White with #B10B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10B6C; }
p { color: rgb(177,11,108); }
H1.HeaderClassName
{
color: #B10B6C;
}
.AnyTagClassName
{
color: #B10B6C;
}
</style>
background-color css
<style>
a { background-color: #B10B6C; }
a { background-color: rgb(177,11,108); }
div.DivClassName
{
background-color: #B10B6C;
}
.BgClassName
{
background-color: #B10B6C;
}
</style>
border-color css
<style>
span { border-color: #B10B6C; }
span { border-color: rgb(177,11,108); }
td.TdClassName
{
border-color: #B10B6C;
}
.TagClassName
{
border-color: #B10B6C;
}
</style>