Shades of Tuscany #B56648
Tints of Tuscany #B56648
RGB
CMYK
RGB Variations
Color information
#B56648 (or 0xB56648) is known color: Tuscany. HEX triplet: B5, 66 and 48. RGB value is (181,102,72). Sum of RGB (Red+Green+Blue) = 181+102+72=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B56648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56648 is #4A99B7. Grayscale: #7A7A7A. Windows color (decimal): -4889016 or 4744885. OLE color: 4744885.
HSL color Cylindrical-coordinate representation of color #B56648: hue angle of 16.51º 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 #B56648 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 72 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.29 |
| HSL | 16.51º | 0.43% | 0.5% | - |
| HSV(B) | 16.51º | 0.6% | 0.71% | - |
| XYZ | 24.98 | 19.79 | 8.64 | - |
| YUV | 122.2 | 99.67 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 72 | 0 | 0.44 | 0.60 | 0.29 | 16.51 | 0.43 | 0.5 |
| Hex | B5 | 66 | 48 | 0 | 2C | 3C | 1D | 11 | 2B | 32 |
| Octal | 265 | 146 | 110 | 0 | 54 | 74 | 35 | 21 | 53 | 62 |
| Binary | 10110101 | 1100110 | 1001000 | 0 | 101100 | 111100 | 11101 | 10001 | 101011 | 110010 |
Color Harmonies of #B56648
Complementary color
Monochromatic Colors of #B56648
Black with #B56648
Text Example
Text Example
White with #B56648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56648; }
p { color: rgb(181,102,72); }
H1.HeaderClassName
{
color: #B56648;
}
.AnyTagClassName
{
color: #B56648;
}
</style>
background-color css
<style>
a { background-color: #B56648; }
a { background-color: rgb(181,102,72); }
div.DivClassName
{
background-color: #B56648;
}
.BgClassName
{
background-color: #B56648;
}
</style>
border-color css
<style>
span { border-color: #B56648; }
span { border-color: rgb(181,102,72); }
td.TdClassName
{
border-color: #B56648;
}
.TagClassName
{
border-color: #B56648;
}
</style>