Shades of Tuscany #B66543
Tints of Tuscany #B66543
RGB
CMYK
RGB Variations
Color information
#B66543 (or 0xB66543) is known color: Tuscany. HEX triplet: B6, 65 and 43. RGB value is (182,101,67). Sum of RGB (Red+Green+Blue) = 182+101+67=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B66543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66543 is #499ABC. Grayscale: #797979. Windows color (decimal): -4823741 or 4416950. OLE color: 4416950.
HSL color Cylindrical-coordinate representation of color #B66543: hue angle of 17.74º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B66543 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 101 | 67 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.29 |
| HSL | 17.74º | 0.46% | 0.49% | - |
| HSV(B) | 17.74º | 0.63% | 0.71% | - |
| XYZ | 24.96 | 19.66 | 7.79 | - |
| YUV | 121.34 | 97.34 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 67 | 0 | 0.45 | 0.63 | 0.29 | 17.74 | 0.46 | 0.49 |
| Hex | B6 | 65 | 43 | 0 | 2D | 3F | 1D | 12 | 2E | 31 |
| Octal | 266 | 145 | 103 | 0 | 55 | 77 | 35 | 22 | 56 | 61 |
| Binary | 10110110 | 1100101 | 1000011 | 0 | 101101 | 111111 | 11101 | 10010 | 101110 | 110001 |
Color Harmonies of #B66543
Complementary color
Monochromatic Colors of #B66543
Black with #B66543
Text Example
Text Example
White with #B66543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66543; }
p { color: rgb(182,101,67); }
H1.HeaderClassName
{
color: #B66543;
}
.AnyTagClassName
{
color: #B66543;
}
</style>
background-color css
<style>
a { background-color: #B66543; }
a { background-color: rgb(182,101,67); }
div.DivClassName
{
background-color: #B66543;
}
.BgClassName
{
background-color: #B66543;
}
</style>
border-color css
<style>
span { border-color: #B66543; }
span { border-color: rgb(182,101,67); }
td.TdClassName
{
border-color: #B66543;
}
.TagClassName
{
border-color: #B66543;
}
</style>