Shades of Tuscany #B46746
Tints of Tuscany #B46746
RGB
CMYK
RGB Variations
Color information
#B46746 (or 0xB46746) is known color: Tuscany. HEX triplet: B4, 67 and 46. RGB value is (180,103,70). Sum of RGB (Red+Green+Blue) = 180+103+70=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B46746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46746 is #4B98B9. Grayscale: #7A7A7A. Windows color (decimal): -4954298 or 4614068. OLE color: 4614068.
HSL color Cylindrical-coordinate representation of color #B46746: hue angle of 18º degrees, saturation: 0.44, 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 #B46746 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 103 | 70 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.29 |
| HSL | 18º | 0.44% | 0.49% | - |
| HSV(B) | 18º | 0.61% | 0.71% | - |
| XYZ | 24.78 | 19.85 | 8.32 | - |
| YUV | 122.26 | 98.51 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 70 | 0 | 0.43 | 0.61 | 0.29 | 18 | 0.44 | 0.49 |
| Hex | B4 | 67 | 46 | 0 | 2B | 3D | 1D | 12 | 2C | 31 |
| Octal | 264 | 147 | 106 | 0 | 53 | 75 | 35 | 22 | 54 | 61 |
| Binary | 10110100 | 1100111 | 1000110 | 0 | 101011 | 111101 | 11101 | 10010 | 101100 | 110001 |
Color Harmonies of #B46746
Complementary color
Monochromatic Colors of #B46746
Black with #B46746
Text Example
Text Example
White with #B46746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46746; }
p { color: rgb(180,103,70); }
H1.HeaderClassName
{
color: #B46746;
}
.AnyTagClassName
{
color: #B46746;
}
</style>
background-color css
<style>
a { background-color: #B46746; }
a { background-color: rgb(180,103,70); }
div.DivClassName
{
background-color: #B46746;
}
.BgClassName
{
background-color: #B46746;
}
</style>
border-color css
<style>
span { border-color: #B46746; }
span { border-color: rgb(180,103,70); }
td.TdClassName
{
border-color: #B46746;
}
.TagClassName
{
border-color: #B46746;
}
</style>