Shades of Tuscany #B76640
Tints of Tuscany #B76640
RGB
CMYK
RGB Variations
Color information
#B76640 (or 0xB76640) is known color: Tuscany. HEX triplet: B7, 66 and 40. RGB value is (183,102,64). Sum of RGB (Red+Green+Blue) = 183+102+64=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B76640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76640 is #4899BF. Grayscale: #7A7A7A. Windows color (decimal): -4757952 or 4220599. OLE color: 4220599.
HSL color Cylindrical-coordinate representation of color #B76640: hue angle of 19.16º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B76640 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 64 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.28 |
| HSL | 19.16º | 0.48% | 0.48% | - |
| HSV(B) | 19.16º | 0.65% | 0.72% | - |
| XYZ | 25.21 | 19.94 | 7.37 | - |
| YUV | 121.89 | 95.34 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 64 | 0 | 0.44 | 0.65 | 0.28 | 19.16 | 0.48 | 0.48 |
| Hex | B7 | 66 | 40 | 0 | 2C | 41 | 1C | 13 | 30 | 30 |
| Octal | 267 | 146 | 100 | 0 | 54 | 101 | 34 | 23 | 60 | 60 |
| Binary | 10110111 | 1100110 | 1000000 | 0 | 101100 | 1000001 | 11100 | 10011 | 110000 | 110000 |
Color Harmonies of #B76640
Complementary color
Monochromatic Colors of #B76640
Black with #B76640
Text Example
Text Example
White with #B76640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76640; }
p { color: rgb(183,102,64); }
H1.HeaderClassName
{
color: #B76640;
}
.AnyTagClassName
{
color: #B76640;
}
</style>
background-color css
<style>
a { background-color: #B76640; }
a { background-color: rgb(183,102,64); }
div.DivClassName
{
background-color: #B76640;
}
.BgClassName
{
background-color: #B76640;
}
</style>
border-color css
<style>
span { border-color: #B76640; }
span { border-color: rgb(183,102,64); }
td.TdClassName
{
border-color: #B76640;
}
.TagClassName
{
border-color: #B76640;
}
</style>