Shades of Tuscany #B16944
Tints of Tuscany #B16944
RGB
CMYK
RGB Variations
Color information
#B16944 (or 0xB16944) is known color: Tuscany. HEX triplet: B1, 69 and 44. RGB value is (177,105,68). Sum of RGB (Red+Green+Blue) = 177+105+68=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B16944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16944 is #4E96BB. Grayscale: #7A7A7A. Windows color (decimal): -5150396 or 4483505. OLE color: 4483505.
HSL color Cylindrical-coordinate representation of color #B16944: hue angle of 20.37º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B16944 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 68 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.31 |
| HSL | 20.37º | 0.44% | 0.48% | - |
| HSV(B) | 20.37º | 0.62% | 0.69% | - |
| XYZ | 24.23 | 19.87 | 8.03 | - |
| YUV | 122.31 | 97.35 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 68 | 0 | 0.41 | 0.62 | 0.31 | 20.37 | 0.44 | 0.48 |
| Hex | B1 | 69 | 44 | 0 | 29 | 3E | 1F | 14 | 2C | 30 |
| Octal | 261 | 151 | 104 | 0 | 51 | 76 | 37 | 24 | 54 | 60 |
| Binary | 10110001 | 1101001 | 1000100 | 0 | 101001 | 111110 | 11111 | 10100 | 101100 | 110000 |
Color Harmonies of #B16944
Complementary color
Monochromatic Colors of #B16944
Black with #B16944
Text Example
Text Example
White with #B16944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16944; }
p { color: rgb(177,105,68); }
H1.HeaderClassName
{
color: #B16944;
}
.AnyTagClassName
{
color: #B16944;
}
</style>
background-color css
<style>
a { background-color: #B16944; }
a { background-color: rgb(177,105,68); }
div.DivClassName
{
background-color: #B16944;
}
.BgClassName
{
background-color: #B16944;
}
</style>
border-color css
<style>
span { border-color: #B16944; }
span { border-color: rgb(177,105,68); }
td.TdClassName
{
border-color: #B16944;
}
.TagClassName
{
border-color: #B16944;
}
</style>