Shades of Tuscany #B16741
Tints of Tuscany #B16741
RGB
CMYK
RGB Variations
Color information
#B16741 (or 0xB16741) is known color: Tuscany. HEX triplet: B1, 67 and 41. RGB value is (177,103,65). Sum of RGB (Red+Green+Blue) = 177+103+65=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B16741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16741 is #4E98BE. Grayscale: #797979. Windows color (decimal): -5150911 or 4286385. OLE color: 4286385.
HSL color Cylindrical-coordinate representation of color #B16741: hue angle of 20.36º 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 #B16741 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 65 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.31 |
| HSL | 20.36º | 0.46% | 0.47% | - |
| HSV(B) | 20.36º | 0.63% | 0.69% | - |
| XYZ | 23.94 | 19.43 | 7.49 | - |
| YUV | 120.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 65 | 0 | 0.42 | 0.63 | 0.31 | 20.36 | 0.46 | 0.47 |
| Hex | B1 | 67 | 41 | 0 | 2A | 3F | 1F | 14 | 2E | 2F |
| Octal | 261 | 147 | 101 | 0 | 52 | 77 | 37 | 24 | 56 | 57 |
| Binary | 10110001 | 1100111 | 1000001 | 0 | 101010 | 111111 | 11111 | 10100 | 101110 | 101111 |
Color Harmonies of #B16741
Complementary color
Monochromatic Colors of #B16741
Black with #B16741
Text Example
Text Example
White with #B16741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16741; }
p { color: rgb(177,103,65); }
H1.HeaderClassName
{
color: #B16741;
}
.AnyTagClassName
{
color: #B16741;
}
</style>
background-color css
<style>
a { background-color: #B16741; }
a { background-color: rgb(177,103,65); }
div.DivClassName
{
background-color: #B16741;
}
.BgClassName
{
background-color: #B16741;
}
</style>
border-color css
<style>
span { border-color: #B16741; }
span { border-color: rgb(177,103,65); }
td.TdClassName
{
border-color: #B16741;
}
.TagClassName
{
border-color: #B16741;
}
</style>