Shades of Tuscany #B66549
Tints of Tuscany #B66549
RGB
CMYK
RGB Variations
Color information
#B66549 (or 0xB66549) is known color: Tuscany. HEX triplet: B6, 65 and 49. RGB value is (182,101,73). Sum of RGB (Red+Green+Blue) = 182+101+73=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B66549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66549 is #499AB6. Grayscale: #7A7A7A. Windows color (decimal): -4823735 or 4810166. OLE color: 4810166.
HSL color Cylindrical-coordinate representation of color #B66549: hue angle of 15.41º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B66549 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 101 | 73 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.29 |
| HSL | 15.41º | 0.43% | 0.5% | - |
| HSV(B) | 15.41º | 0.6% | 0.71% | - |
| XYZ | 25.15 | 19.73 | 8.79 | - |
| YUV | 122.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 73 | 0 | 0.45 | 0.60 | 0.29 | 15.41 | 0.43 | 0.5 |
| Hex | B6 | 65 | 49 | 0 | 2D | 3C | 1D | F | 2B | 32 |
| Octal | 266 | 145 | 111 | 0 | 55 | 74 | 35 | 17 | 53 | 62 |
| Binary | 10110110 | 1100101 | 1001001 | 0 | 101101 | 111100 | 11101 | 1111 | 101011 | 110010 |
Color Harmonies of #B66549
Complementary color
Monochromatic Colors of #B66549
Black with #B66549
Text Example
Text Example
White with #B66549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66549; }
p { color: rgb(182,101,73); }
H1.HeaderClassName
{
color: #B66549;
}
.AnyTagClassName
{
color: #B66549;
}
</style>
background-color css
<style>
a { background-color: #B66549; }
a { background-color: rgb(182,101,73); }
div.DivClassName
{
background-color: #B66549;
}
.BgClassName
{
background-color: #B66549;
}
</style>
border-color css
<style>
span { border-color: #B66549; }
span { border-color: rgb(182,101,73); }
td.TdClassName
{
border-color: #B66549;
}
.TagClassName
{
border-color: #B66549;
}
</style>