Shades of Tuscany #B46247
Tints of Tuscany #B46247
RGB
CMYK
RGB Variations
Color information
#B46247 (or 0xB46247) is known color: Tuscany. HEX triplet: B4, 62 and 47. RGB value is (180,98,71). Sum of RGB (Red+Green+Blue) = 180+98+71=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B46247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46247 is #4B9DB8. Grayscale: #777777. Windows color (decimal): -4955577 or 4678324. OLE color: 4678324.
HSL color Cylindrical-coordinate representation of color #B46247: hue angle of 14.86º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B46247 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 98 | 71 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.29 |
| HSL | 14.86º | 0.43% | 0.49% | - |
| HSV(B) | 14.86º | 0.61% | 0.71% | - |
| XYZ | 24.33 | 18.89 | 8.33 | - |
| YUV | 119.44 | 100.67 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 98 | 71 | 0 | 0.46 | 0.61 | 0.29 | 14.86 | 0.43 | 0.49 |
| Hex | B4 | 62 | 47 | 0 | 2E | 3D | 1D | F | 2B | 31 |
| Octal | 264 | 142 | 107 | 0 | 56 | 75 | 35 | 17 | 53 | 61 |
| Binary | 10110100 | 1100010 | 1000111 | 0 | 101110 | 111101 | 11101 | 1111 | 101011 | 110001 |
Color Harmonies of #B46247
Complementary color
Monochromatic Colors of #B46247
Black with #B46247
Text Example
Text Example
White with #B46247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46247; }
p { color: rgb(180,98,71); }
H1.HeaderClassName
{
color: #B46247;
}
.AnyTagClassName
{
color: #B46247;
}
</style>
background-color css
<style>
a { background-color: #B46247; }
a { background-color: rgb(180,98,71); }
div.DivClassName
{
background-color: #B46247;
}
.BgClassName
{
background-color: #B46247;
}
</style>
border-color css
<style>
span { border-color: #B46247; }
span { border-color: rgb(180,98,71); }
td.TdClassName
{
border-color: #B46247;
}
.TagClassName
{
border-color: #B46247;
}
</style>