Shades of Tuscany #B66540
Tints of Tuscany #B66540
RGB
CMYK
RGB Variations
Color information
#B66540 (or 0xB66540) is known color: Tuscany. HEX triplet: B6, 65 and 40. RGB value is (182,101,64). Sum of RGB (Red+Green+Blue) = 182+101+64=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B66540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66540 is #499ABF. Grayscale: #797979. Windows color (decimal): -4823744 or 4220342. OLE color: 4220342.
HSL color Cylindrical-coordinate representation of color #B66540: hue angle of 18.81º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B66540 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 101 | 64 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.29 |
| HSL | 18.81º | 0.48% | 0.48% | - |
| HSV(B) | 18.81º | 0.65% | 0.71% | - |
| XYZ | 24.87 | 19.62 | 7.33 | - |
| YUV | 121 | 95.84 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 64 | 0 | 0.45 | 0.65 | 0.29 | 18.81 | 0.48 | 0.48 |
| Hex | B6 | 65 | 40 | 0 | 2D | 41 | 1D | 13 | 30 | 30 |
| Octal | 266 | 145 | 100 | 0 | 55 | 101 | 35 | 23 | 60 | 60 |
| Binary | 10110110 | 1100101 | 1000000 | 0 | 101101 | 1000001 | 11101 | 10011 | 110000 | 110000 |
Color Harmonies of #B66540
Complementary color
Monochromatic Colors of #B66540
Black with #B66540
Text Example
Text Example
White with #B66540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66540; }
p { color: rgb(182,101,64); }
H1.HeaderClassName
{
color: #B66540;
}
.AnyTagClassName
{
color: #B66540;
}
</style>
background-color css
<style>
a { background-color: #B66540; }
a { background-color: rgb(182,101,64); }
div.DivClassName
{
background-color: #B66540;
}
.BgClassName
{
background-color: #B66540;
}
</style>
border-color css
<style>
span { border-color: #B66540; }
span { border-color: rgb(182,101,64); }
td.TdClassName
{
border-color: #B66540;
}
.TagClassName
{
border-color: #B66540;
}
</style>