Shades of Tuscany #B16246
Tints of Tuscany #B16246
RGB
CMYK
RGB Variations
Color information
#B16246 (or 0xB16246) is known color: Tuscany. HEX triplet: B1, 62 and 46. RGB value is (177,98,70). Sum of RGB (Red+Green+Blue) = 177+98+70=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B16246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16246 is #4E9DB9. Grayscale: #767676. Windows color (decimal): -5152186 or 4612785. OLE color: 4612785.
HSL color Cylindrical-coordinate representation of color #B16246: hue angle of 15.7º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B16246 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 70 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.31 |
| HSL | 15.7º | 0.43% | 0.48% | - |
| HSV(B) | 15.7º | 0.6% | 0.69% | - |
| XYZ | 23.6 | 18.52 | 8.13 | - |
| YUV | 118.43 | 100.67 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 70 | 0 | 0.45 | 0.60 | 0.31 | 15.7 | 0.43 | 0.48 |
| Hex | B1 | 62 | 46 | 0 | 2D | 3C | 1F | 10 | 2B | 30 |
| Octal | 261 | 142 | 106 | 0 | 55 | 74 | 37 | 20 | 53 | 60 |
| Binary | 10110001 | 1100010 | 1000110 | 0 | 101101 | 111100 | 11111 | 10000 | 101011 | 110000 |
Color Harmonies of #B16246
Complementary color
Monochromatic Colors of #B16246
Black with #B16246
Text Example
Text Example
White with #B16246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16246; }
p { color: rgb(177,98,70); }
H1.HeaderClassName
{
color: #B16246;
}
.AnyTagClassName
{
color: #B16246;
}
</style>
background-color css
<style>
a { background-color: #B16246; }
a { background-color: rgb(177,98,70); }
div.DivClassName
{
background-color: #B16246;
}
.BgClassName
{
background-color: #B16246;
}
</style>
border-color css
<style>
span { border-color: #B16246; }
span { border-color: rgb(177,98,70); }
td.TdClassName
{
border-color: #B16246;
}
.TagClassName
{
border-color: #B16246;
}
</style>