Shades of Tuscany #B46949
Tints of Tuscany #B46949
RGB
CMYK
RGB Variations
Color information
#B46949 (or 0xB46949) is known color: Tuscany. HEX triplet: B4, 69 and 49. RGB value is (180,105,73). Sum of RGB (Red+Green+Blue) = 180+105+73=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B46949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46949 is #4B96B6. Grayscale: #7B7B7B. Windows color (decimal): -4953783 or 4811188. OLE color: 4811188.
HSL color Cylindrical-coordinate representation of color #B46949: hue angle of 17.94º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B46949 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 105 | 73 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.29 |
| HSL | 17.94º | 0.42% | 0.5% | - |
| HSV(B) | 17.94º | 0.59% | 0.71% | - |
| XYZ | 25.08 | 20.29 | 8.9 | - |
| YUV | 123.78 | 99.35 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 73 | 0 | 0.42 | 0.59 | 0.29 | 17.94 | 0.42 | 0.5 |
| Hex | B4 | 69 | 49 | 0 | 2A | 3B | 1D | 12 | 2A | 32 |
| Octal | 264 | 151 | 111 | 0 | 52 | 73 | 35 | 22 | 52 | 62 |
| Binary | 10110100 | 1101001 | 1001001 | 0 | 101010 | 111011 | 11101 | 10010 | 101010 | 110010 |
Color Harmonies of #B46949
Complementary color
Monochromatic Colors of #B46949
Black with #B46949
Text Example
Text Example
White with #B46949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46949; }
p { color: rgb(180,105,73); }
H1.HeaderClassName
{
color: #B46949;
}
.AnyTagClassName
{
color: #B46949;
}
</style>
background-color css
<style>
a { background-color: #B46949; }
a { background-color: rgb(180,105,73); }
div.DivClassName
{
background-color: #B46949;
}
.BgClassName
{
background-color: #B46949;
}
</style>
border-color css
<style>
span { border-color: #B46949; }
span { border-color: rgb(180,105,73); }
td.TdClassName
{
border-color: #B46949;
}
.TagClassName
{
border-color: #B46949;
}
</style>