Shades of Tuscany #B76647
Tints of Tuscany #B76647
RGB
CMYK
RGB Variations
Color information
#B76647 (or 0xB76647) is known color: Tuscany. HEX triplet: B7, 66 and 47. RGB value is (183,102,71). Sum of RGB (Red+Green+Blue) = 183+102+71=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B76647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76647 is #4899B8. Grayscale: #7A7A7A. Windows color (decimal): -4757945 or 4679351. OLE color: 4679351.
HSL color Cylindrical-coordinate representation of color #B76647: hue angle of 16.61º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B76647 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 71 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.28 |
| HSL | 16.61º | 0.44% | 0.5% | - |
| HSV(B) | 16.61º | 0.61% | 0.72% | - |
| XYZ | 25.42 | 20.02 | 8.49 | - |
| YUV | 122.69 | 98.84 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 71 | 0 | 0.44 | 0.61 | 0.28 | 16.61 | 0.44 | 0.5 |
| Hex | B7 | 66 | 47 | 0 | 2C | 3D | 1C | 11 | 2C | 32 |
| Octal | 267 | 146 | 107 | 0 | 54 | 75 | 34 | 21 | 54 | 62 |
| Binary | 10110111 | 1100110 | 1000111 | 0 | 101100 | 111101 | 11100 | 10001 | 101100 | 110010 |
Color Harmonies of #B76647
Complementary color
Monochromatic Colors of #B76647
Black with #B76647
Text Example
Text Example
White with #B76647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76647; }
p { color: rgb(183,102,71); }
H1.HeaderClassName
{
color: #B76647;
}
.AnyTagClassName
{
color: #B76647;
}
</style>
background-color css
<style>
a { background-color: #B76647; }
a { background-color: rgb(183,102,71); }
div.DivClassName
{
background-color: #B76647;
}
.BgClassName
{
background-color: #B76647;
}
</style>
border-color css
<style>
span { border-color: #B76647; }
span { border-color: rgb(183,102,71); }
td.TdClassName
{
border-color: #B76647;
}
.TagClassName
{
border-color: #B76647;
}
</style>