Shades of Tuscany #B76849
Tints of Tuscany #B76849
RGB
CMYK
RGB Variations
Color information
#B76849 (or 0xB76849) is known color: Tuscany. HEX triplet: B7, 68 and 49. RGB value is (183,104,73). Sum of RGB (Red+Green+Blue) = 183+104+73=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B76849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76849 is #4897B6. Grayscale: #7C7C7C. Windows color (decimal): -4757431 or 4810935. OLE color: 4810935.
HSL color Cylindrical-coordinate representation of color #B76849: hue angle of 16.91º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B76849 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 73 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.28 |
| HSL | 16.91º | 0.43% | 0.5% | - |
| HSV(B) | 16.91º | 0.6% | 0.72% | - |
| XYZ | 25.68 | 20.45 | 8.9 | - |
| YUV | 124.09 | 99.17 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 73 | 0 | 0.43 | 0.60 | 0.28 | 16.91 | 0.43 | 0.5 |
| Hex | B7 | 68 | 49 | 0 | 2B | 3C | 1C | 11 | 2B | 32 |
| Octal | 267 | 150 | 111 | 0 | 53 | 74 | 34 | 21 | 53 | 62 |
| Binary | 10110111 | 1101000 | 1001001 | 0 | 101011 | 111100 | 11100 | 10001 | 101011 | 110010 |
Color Harmonies of #B76849
Complementary color
Monochromatic Colors of #B76849
Black with #B76849
Text Example
Text Example
White with #B76849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76849; }
p { color: rgb(183,104,73); }
H1.HeaderClassName
{
color: #B76849;
}
.AnyTagClassName
{
color: #B76849;
}
</style>
background-color css
<style>
a { background-color: #B76849; }
a { background-color: rgb(183,104,73); }
div.DivClassName
{
background-color: #B76849;
}
.BgClassName
{
background-color: #B76849;
}
</style>
border-color css
<style>
span { border-color: #B76849; }
span { border-color: rgb(183,104,73); }
td.TdClassName
{
border-color: #B76849;
}
.TagClassName
{
border-color: #B76849;
}
</style>