Shades of Tuscany #B16946
Tints of Tuscany #B16946
RGB
CMYK
RGB Variations
Color information
#B16946 (or 0xB16946) is known color: Tuscany. HEX triplet: B1, 69 and 46. RGB value is (177,105,70). Sum of RGB (Red+Green+Blue) = 177+105+70=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B16946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16946 is #4E96B9. Grayscale: #7A7A7A. Windows color (decimal): -5150394 or 4614577. OLE color: 4614577.
HSL color Cylindrical-coordinate representation of color #B16946: hue angle of 19.63º 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 #B16946 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 70 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.31 |
| HSL | 19.63º | 0.43% | 0.48% | - |
| HSV(B) | 19.63º | 0.6% | 0.69% | - |
| XYZ | 24.29 | 19.89 | 8.35 | - |
| YUV | 122.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 70 | 0 | 0.41 | 0.60 | 0.31 | 19.63 | 0.43 | 0.48 |
| Hex | B1 | 69 | 46 | 0 | 29 | 3C | 1F | 14 | 2B | 30 |
| Octal | 261 | 151 | 106 | 0 | 51 | 74 | 37 | 24 | 53 | 60 |
| Binary | 10110001 | 1101001 | 1000110 | 0 | 101001 | 111100 | 11111 | 10100 | 101011 | 110000 |
Color Harmonies of #B16946
Complementary color
Monochromatic Colors of #B16946
Black with #B16946
Text Example
Text Example
White with #B16946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16946; }
p { color: rgb(177,105,70); }
H1.HeaderClassName
{
color: #B16946;
}
.AnyTagClassName
{
color: #B16946;
}
</style>
background-color css
<style>
a { background-color: #B16946; }
a { background-color: rgb(177,105,70); }
div.DivClassName
{
background-color: #B16946;
}
.BgClassName
{
background-color: #B16946;
}
</style>
border-color css
<style>
span { border-color: #B16946; }
span { border-color: rgb(177,105,70); }
td.TdClassName
{
border-color: #B16946;
}
.TagClassName
{
border-color: #B16946;
}
</style>