Shades of Tuscany #B16945
Tints of Tuscany #B16945
RGB
CMYK
RGB Variations
Color information
#B16945 (or 0xB16945) is known color: Tuscany. HEX triplet: B1, 69 and 45. RGB value is (177,105,69). Sum of RGB (Red+Green+Blue) = 177+105+69=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B16945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16945 is #4E96BA. Grayscale: #7A7A7A. Windows color (decimal): -5150395 or 4549041. OLE color: 4549041.
HSL color Cylindrical-coordinate representation of color #B16945: hue angle of 20º 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 #B16945 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 69 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.31 |
| HSL | 20º | 0.44% | 0.48% | - |
| HSV(B) | 20º | 0.61% | 0.69% | - |
| XYZ | 24.26 | 19.88 | 8.19 | - |
| YUV | 122.42 | 97.85 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 69 | 0 | 0.41 | 0.61 | 0.31 | 20 | 0.44 | 0.48 |
| Hex | B1 | 69 | 45 | 0 | 29 | 3D | 1F | 14 | 2C | 30 |
| Octal | 261 | 151 | 105 | 0 | 51 | 75 | 37 | 24 | 54 | 60 |
| Binary | 10110001 | 1101001 | 1000101 | 0 | 101001 | 111101 | 11111 | 10100 | 101100 | 110000 |
Color Harmonies of #B16945
Complementary color
Monochromatic Colors of #B16945
Black with #B16945
Text Example
Text Example
White with #B16945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16945; }
p { color: rgb(177,105,69); }
H1.HeaderClassName
{
color: #B16945;
}
.AnyTagClassName
{
color: #B16945;
}
</style>
background-color css
<style>
a { background-color: #B16945; }
a { background-color: rgb(177,105,69); }
div.DivClassName
{
background-color: #B16945;
}
.BgClassName
{
background-color: #B16945;
}
</style>
border-color css
<style>
span { border-color: #B16945; }
span { border-color: rgb(177,105,69); }
td.TdClassName
{
border-color: #B16945;
}
.TagClassName
{
border-color: #B16945;
}
</style>