Shades of Tuscany #B16141
Tints of Tuscany #B16141
RGB
CMYK
RGB Variations
Color information
#B16141 (or 0xB16141) is known color: Tuscany. HEX triplet: B1, 61 and 41. RGB value is (177,97,65). Sum of RGB (Red+Green+Blue) = 177+97+65=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B16141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16141 is #4E9EBE. Grayscale: #757575. Windows color (decimal): -5152447 or 4284849. OLE color: 4284849.
HSL color Cylindrical-coordinate representation of color #B16141: hue angle of 17.14º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B16141 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 65 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.31 |
| HSL | 17.14º | 0.46% | 0.47% | - |
| HSV(B) | 17.14º | 0.63% | 0.69% | - |
| XYZ | 23.36 | 18.28 | 7.3 | - |
| YUV | 117.27 | 98.5 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 65 | 0 | 0.45 | 0.63 | 0.31 | 17.14 | 0.46 | 0.47 |
| Hex | B1 | 61 | 41 | 0 | 2D | 3F | 1F | 11 | 2E | 2F |
| Octal | 261 | 141 | 101 | 0 | 55 | 77 | 37 | 21 | 56 | 57 |
| Binary | 10110001 | 1100001 | 1000001 | 0 | 101101 | 111111 | 11111 | 10001 | 101110 | 101111 |
Color Harmonies of #B16141
Complementary color
Monochromatic Colors of #B16141
Black with #B16141
Text Example
Text Example
White with #B16141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16141; }
p { color: rgb(177,97,65); }
H1.HeaderClassName
{
color: #B16141;
}
.AnyTagClassName
{
color: #B16141;
}
</style>
background-color css
<style>
a { background-color: #B16141; }
a { background-color: rgb(177,97,65); }
div.DivClassName
{
background-color: #B16141;
}
.BgClassName
{
background-color: #B16141;
}
</style>
border-color css
<style>
span { border-color: #B16141; }
span { border-color: rgb(177,97,65); }
td.TdClassName
{
border-color: #B16141;
}
.TagClassName
{
border-color: #B16141;
}
</style>