Shades of Tuscany #B16745
Tints of Tuscany #B16745
RGB
CMYK
RGB Variations
Color information
#B16745 (or 0xB16745) is known color: Tuscany. HEX triplet: B1, 67 and 45. RGB value is (177,103,69). Sum of RGB (Red+Green+Blue) = 177+103+69=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B16745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16745 is #4E98BA. Grayscale: #797979. Windows color (decimal): -5150907 or 4548529. OLE color: 4548529.
HSL color Cylindrical-coordinate representation of color #B16745: hue angle of 18.89º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B16745 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 69 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.31 |
| HSL | 18.89º | 0.44% | 0.48% | - |
| HSV(B) | 18.89º | 0.61% | 0.69% | - |
| XYZ | 24.06 | 19.48 | 8.12 | - |
| YUV | 121.25 | 98.52 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 69 | 0 | 0.42 | 0.61 | 0.31 | 18.89 | 0.44 | 0.48 |
| Hex | B1 | 67 | 45 | 0 | 2A | 3D | 1F | 13 | 2C | 30 |
| Octal | 261 | 147 | 105 | 0 | 52 | 75 | 37 | 23 | 54 | 60 |
| Binary | 10110001 | 1100111 | 1000101 | 0 | 101010 | 111101 | 11111 | 10011 | 101100 | 110000 |
Color Harmonies of #B16745
Complementary color
Monochromatic Colors of #B16745
Black with #B16745
Text Example
Text Example
White with #B16745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16745; }
p { color: rgb(177,103,69); }
H1.HeaderClassName
{
color: #B16745;
}
.AnyTagClassName
{
color: #B16745;
}
</style>
background-color css
<style>
a { background-color: #B16745; }
a { background-color: rgb(177,103,69); }
div.DivClassName
{
background-color: #B16745;
}
.BgClassName
{
background-color: #B16745;
}
</style>
border-color css
<style>
span { border-color: #B16745; }
span { border-color: rgb(177,103,69); }
td.TdClassName
{
border-color: #B16745;
}
.TagClassName
{
border-color: #B16745;
}
</style>