Shades of Tuscany #B76949
Tints of Tuscany #B76949
RGB
CMYK
RGB Variations
Color information
#B76949 (or 0xB76949) is known color: Tuscany. HEX triplet: B7, 69 and 49. RGB value is (183,105,73). Sum of RGB (Red+Green+Blue) = 183+105+73=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B76949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76949 is #4896B6. Grayscale: #7C7C7C. Windows color (decimal): -4757175 or 4811191. OLE color: 4811191.
HSL color Cylindrical-coordinate representation of color #B76949: hue angle of 17.45º 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 #B76949 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 105 | 73 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.28 |
| HSL | 17.45º | 0.43% | 0.5% | - |
| HSV(B) | 17.45º | 0.6% | 0.72% | - |
| XYZ | 25.78 | 20.65 | 8.93 | - |
| YUV | 124.67 | 98.84 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 73 | 0 | 0.43 | 0.60 | 0.28 | 17.45 | 0.43 | 0.5 |
| Hex | B7 | 69 | 49 | 0 | 2B | 3C | 1C | 11 | 2B | 32 |
| Octal | 267 | 151 | 111 | 0 | 53 | 74 | 34 | 21 | 53 | 62 |
| Binary | 10110111 | 1101001 | 1001001 | 0 | 101011 | 111100 | 11100 | 10001 | 101011 | 110010 |
Color Harmonies of #B76949
Complementary color
Monochromatic Colors of #B76949
Black with #B76949
Text Example
Text Example
White with #B76949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76949; }
p { color: rgb(183,105,73); }
H1.HeaderClassName
{
color: #B76949;
}
.AnyTagClassName
{
color: #B76949;
}
</style>
background-color css
<style>
a { background-color: #B76949; }
a { background-color: rgb(183,105,73); }
div.DivClassName
{
background-color: #B76949;
}
.BgClassName
{
background-color: #B76949;
}
</style>
border-color css
<style>
span { border-color: #B76949; }
span { border-color: rgb(183,105,73); }
td.TdClassName
{
border-color: #B76949;
}
.TagClassName
{
border-color: #B76949;
}
</style>