Shades of Tuscany #B16749
Tints of Tuscany #B16749
RGB
CMYK
RGB Variations
Color information
#B16749 (or 0xB16749) is known color: Tuscany. HEX triplet: B1, 67 and 49. RGB value is (177,103,73). Sum of RGB (Red+Green+Blue) = 177+103+73=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B16749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16749 is #4E98B6. Grayscale: #797979. Windows color (decimal): -5150903 or 4810673. OLE color: 4810673.
HSL color Cylindrical-coordinate representation of color #B16749: hue angle of 17.31º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B16749 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 73 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.31 |
| HSL | 17.31º | 0.42% | 0.49% | - |
| HSV(B) | 17.31º | 0.59% | 0.69% | - |
| XYZ | 24.18 | 19.53 | 8.8 | - |
| YUV | 121.71 | 100.52 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 73 | 0 | 0.42 | 0.59 | 0.31 | 17.31 | 0.42 | 0.49 |
| Hex | B1 | 67 | 49 | 0 | 2A | 3B | 1F | 11 | 2A | 31 |
| Octal | 261 | 147 | 111 | 0 | 52 | 73 | 37 | 21 | 52 | 61 |
| Binary | 10110001 | 1100111 | 1001001 | 0 | 101010 | 111011 | 11111 | 10001 | 101010 | 110001 |
Color Harmonies of #B16749
Complementary color
Monochromatic Colors of #B16749
Black with #B16749
Text Example
Text Example
White with #B16749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16749; }
p { color: rgb(177,103,73); }
H1.HeaderClassName
{
color: #B16749;
}
.AnyTagClassName
{
color: #B16749;
}
</style>
background-color css
<style>
a { background-color: #B16749; }
a { background-color: rgb(177,103,73); }
div.DivClassName
{
background-color: #B16749;
}
.BgClassName
{
background-color: #B16749;
}
</style>
border-color css
<style>
span { border-color: #B16749; }
span { border-color: rgb(177,103,73); }
td.TdClassName
{
border-color: #B16749;
}
.TagClassName
{
border-color: #B16749;
}
</style>