Shades of Tuscany #B56140
Tints of Tuscany #B56140
RGB
CMYK
RGB Variations
Color information
#B56140 (or 0xB56140) is known color: Tuscany. HEX triplet: B5, 61 and 40. RGB value is (181,97,64). Sum of RGB (Red+Green+Blue) = 181+97+64=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B56140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56140 is #4A9EBF. Grayscale: #767676. Windows color (decimal): -4890304 or 4219317. OLE color: 4219317.
HSL color Cylindrical-coordinate representation of color #B56140: hue angle of 16.92º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B56140 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 64 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.29 |
| HSL | 16.92º | 0.48% | 0.48% | - |
| HSV(B) | 16.92º | 0.65% | 0.71% | - |
| XYZ | 24.26 | 18.74 | 7.19 | - |
| YUV | 118.35 | 97.33 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 64 | 0 | 0.46 | 0.65 | 0.29 | 16.92 | 0.48 | 0.48 |
| Hex | B5 | 61 | 40 | 0 | 2E | 41 | 1D | 11 | 30 | 30 |
| Octal | 265 | 141 | 100 | 0 | 56 | 101 | 35 | 21 | 60 | 60 |
| Binary | 10110101 | 1100001 | 1000000 | 0 | 101110 | 1000001 | 11101 | 10001 | 110000 | 110000 |
Color Harmonies of #B56140
Complementary color
Monochromatic Colors of #B56140
Black with #B56140
Text Example
Text Example
White with #B56140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56140; }
p { color: rgb(181,97,64); }
H1.HeaderClassName
{
color: #B56140;
}
.AnyTagClassName
{
color: #B56140;
}
</style>
background-color css
<style>
a { background-color: #B56140; }
a { background-color: rgb(181,97,64); }
div.DivClassName
{
background-color: #B56140;
}
.BgClassName
{
background-color: #B56140;
}
</style>
border-color css
<style>
span { border-color: #B56140; }
span { border-color: rgb(181,97,64); }
td.TdClassName
{
border-color: #B56140;
}
.TagClassName
{
border-color: #B56140;
}
</style>