Shades of Tuscany #B36040
Tints of Tuscany #B36040
RGB
CMYK
RGB Variations
Color information
#B36040 (or 0xB36040) is known color: Tuscany. HEX triplet: B3, 60 and 40. RGB value is (179,96,64). Sum of RGB (Red+Green+Blue) = 179+96+64=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B36040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36040 is #4C9FBF. Grayscale: #757575. Windows color (decimal): -5021632 or 4219059. OLE color: 4219059.
HSL color Cylindrical-coordinate representation of color #B36040: hue angle of 16.7º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B36040 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 96 | 64 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.30 |
| HSL | 16.7º | 0.47% | 0.48% | - |
| HSV(B) | 16.7º | 0.64% | 0.7% | - |
| XYZ | 23.7 | 18.32 | 7.14 | - |
| YUV | 117.17 | 98 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 64 | 0 | 0.46 | 0.64 | 0.30 | 16.7 | 0.47 | 0.48 |
| Hex | B3 | 60 | 40 | 0 | 2E | 40 | 1E | 11 | 2F | 30 |
| Octal | 263 | 140 | 100 | 0 | 56 | 100 | 36 | 21 | 57 | 60 |
| Binary | 10110011 | 1100000 | 1000000 | 0 | 101110 | 1000000 | 11110 | 10001 | 101111 | 110000 |
Color Harmonies of #B36040
Complementary color
Monochromatic Colors of #B36040
Black with #B36040
Text Example
Text Example
White with #B36040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36040; }
p { color: rgb(179,96,64); }
H1.HeaderClassName
{
color: #B36040;
}
.AnyTagClassName
{
color: #B36040;
}
</style>
background-color css
<style>
a { background-color: #B36040; }
a { background-color: rgb(179,96,64); }
div.DivClassName
{
background-color: #B36040;
}
.BgClassName
{
background-color: #B36040;
}
</style>
border-color css
<style>
span { border-color: #B36040; }
span { border-color: rgb(179,96,64); }
td.TdClassName
{
border-color: #B36040;
}
.TagClassName
{
border-color: #B36040;
}
</style>