Shades of Tuscany #B56242
Tints of Tuscany #B56242
RGB
CMYK
RGB Variations
Color information
#B56242 (or 0xB56242) is known color: Tuscany. HEX triplet: B5, 62 and 42. RGB value is (181,98,66). Sum of RGB (Red+Green+Blue) = 181+98+66=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B56242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56242 is #4A9DBD. Grayscale: #777777. Windows color (decimal): -4890046 or 4350645. OLE color: 4350645.
HSL color Cylindrical-coordinate representation of color #B56242: hue angle of 16.7º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B56242 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 66 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.29 |
| HSL | 16.7º | 0.47% | 0.48% | - |
| HSV(B) | 16.7º | 0.64% | 0.71% | - |
| XYZ | 24.41 | 18.95 | 7.53 | - |
| YUV | 119.17 | 98 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 66 | 0 | 0.46 | 0.64 | 0.29 | 16.7 | 0.47 | 0.48 |
| Hex | B5 | 62 | 42 | 0 | 2E | 40 | 1D | 11 | 2F | 30 |
| Octal | 265 | 142 | 102 | 0 | 56 | 100 | 35 | 21 | 57 | 60 |
| Binary | 10110101 | 1100010 | 1000010 | 0 | 101110 | 1000000 | 11101 | 10001 | 101111 | 110000 |
Color Harmonies of #B56242
Complementary color
Monochromatic Colors of #B56242
Black with #B56242
Text Example
Text Example
White with #B56242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56242; }
p { color: rgb(181,98,66); }
H1.HeaderClassName
{
color: #B56242;
}
.AnyTagClassName
{
color: #B56242;
}
</style>
background-color css
<style>
a { background-color: #B56242; }
a { background-color: rgb(181,98,66); }
div.DivClassName
{
background-color: #B56242;
}
.BgClassName
{
background-color: #B56242;
}
</style>
border-color css
<style>
span { border-color: #B56242; }
span { border-color: rgb(181,98,66); }
td.TdClassName
{
border-color: #B56242;
}
.TagClassName
{
border-color: #B56242;
}
</style>