Shades of Tuscany #B56441
Tints of Tuscany #B56441
RGB
CMYK
RGB Variations
Color information
#B56441 (or 0xB56441) is known color: Tuscany. HEX triplet: B5, 64 and 41. RGB value is (181,100,65). Sum of RGB (Red+Green+Blue) = 181+100+65=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B56441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56441 is #4A9BBE. Grayscale: #787878. Windows color (decimal): -4889535 or 4285621. OLE color: 4285621.
HSL color Cylindrical-coordinate representation of color #B56441: hue angle of 18.1º 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 #B56441 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 65 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.29 |
| HSL | 18.1º | 0.47% | 0.48% | - |
| HSV(B) | 18.1º | 0.64% | 0.71% | - |
| XYZ | 24.57 | 19.32 | 7.44 | - |
| YUV | 120.23 | 96.84 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 65 | 0 | 0.45 | 0.64 | 0.29 | 18.1 | 0.47 | 0.48 |
| Hex | B5 | 64 | 41 | 0 | 2D | 40 | 1D | 12 | 2F | 30 |
| Octal | 265 | 144 | 101 | 0 | 55 | 100 | 35 | 22 | 57 | 60 |
| Binary | 10110101 | 1100100 | 1000001 | 0 | 101101 | 1000000 | 11101 | 10010 | 101111 | 110000 |
Color Harmonies of #B56441
Complementary color
Monochromatic Colors of #B56441
Black with #B56441
Text Example
Text Example
White with #B56441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56441; }
p { color: rgb(181,100,65); }
H1.HeaderClassName
{
color: #B56441;
}
.AnyTagClassName
{
color: #B56441;
}
</style>
background-color css
<style>
a { background-color: #B56441; }
a { background-color: rgb(181,100,65); }
div.DivClassName
{
background-color: #B56441;
}
.BgClassName
{
background-color: #B56441;
}
</style>
border-color css
<style>
span { border-color: #B56441; }
span { border-color: rgb(181,100,65); }
td.TdClassName
{
border-color: #B56441;
}
.TagClassName
{
border-color: #B56441;
}
</style>