Shades of Tuscany #B36746
Tints of Tuscany #B36746
RGB
CMYK
RGB Variations
Color information
#B36746 (or 0xB36746) is known color: Tuscany. HEX triplet: B3, 67 and 46. RGB value is (179,103,70). Sum of RGB (Red+Green+Blue) = 179+103+70=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B36746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36746 is #4C98B9. Grayscale: #7A7A7A. Windows color (decimal): -5019834 or 4614067. OLE color: 4614067.
HSL color Cylindrical-coordinate representation of color #B36746: hue angle of 18.17º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B36746 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 70 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.30 |
| HSL | 18.17º | 0.44% | 0.49% | - |
| HSV(B) | 18.17º | 0.61% | 0.7% | - |
| XYZ | 24.55 | 19.73 | 8.31 | - |
| YUV | 121.96 | 98.68 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 70 | 0 | 0.42 | 0.61 | 0.30 | 18.17 | 0.44 | 0.49 |
| Hex | B3 | 67 | 46 | 0 | 2A | 3D | 1E | 12 | 2C | 31 |
| Octal | 263 | 147 | 106 | 0 | 52 | 75 | 36 | 22 | 54 | 61 |
| Binary | 10110011 | 1100111 | 1000110 | 0 | 101010 | 111101 | 11110 | 10010 | 101100 | 110001 |
Color Harmonies of #B36746
Complementary color
Monochromatic Colors of #B36746
Black with #B36746
Text Example
Text Example
White with #B36746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36746; }
p { color: rgb(179,103,70); }
H1.HeaderClassName
{
color: #B36746;
}
.AnyTagClassName
{
color: #B36746;
}
</style>
background-color css
<style>
a { background-color: #B36746; }
a { background-color: rgb(179,103,70); }
div.DivClassName
{
background-color: #B36746;
}
.BgClassName
{
background-color: #B36746;
}
</style>
border-color css
<style>
span { border-color: #B36746; }
span { border-color: rgb(179,103,70); }
td.TdClassName
{
border-color: #B36746;
}
.TagClassName
{
border-color: #B36746;
}
</style>