Shades of Tuscany #B56449
Tints of Tuscany #B56449
RGB
CMYK
RGB Variations
Color information
#B56449 (or 0xB56449) is known color: Tuscany. HEX triplet: B5, 64 and 49. RGB value is (181,100,73). Sum of RGB (Red+Green+Blue) = 181+100+73=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B56449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56449 is #4A9BB6. Grayscale: #797979. Windows color (decimal): -4889527 or 4809909. OLE color: 4809909.
HSL color Cylindrical-coordinate representation of color #B56449: hue angle of 15º 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 #B56449 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 73 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.29 |
| HSL | 15º | 0.43% | 0.5% | - |
| HSV(B) | 15º | 0.6% | 0.71% | - |
| XYZ | 24.82 | 19.42 | 8.74 | - |
| YUV | 121.14 | 100.84 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 73 | 0 | 0.45 | 0.60 | 0.29 | 15 | 0.43 | 0.5 |
| Hex | B5 | 64 | 49 | 0 | 2D | 3C | 1D | F | 2B | 32 |
| Octal | 265 | 144 | 111 | 0 | 55 | 74 | 35 | 17 | 53 | 62 |
| Binary | 10110101 | 1100100 | 1001001 | 0 | 101101 | 111100 | 11101 | 1111 | 101011 | 110010 |
Color Harmonies of #B56449
Complementary color
Monochromatic Colors of #B56449
Black with #B56449
Text Example
Text Example
White with #B56449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56449; }
p { color: rgb(181,100,73); }
H1.HeaderClassName
{
color: #B56449;
}
.AnyTagClassName
{
color: #B56449;
}
</style>
background-color css
<style>
a { background-color: #B56449; }
a { background-color: rgb(181,100,73); }
div.DivClassName
{
background-color: #B56449;
}
.BgClassName
{
background-color: #B56449;
}
</style>
border-color css
<style>
span { border-color: #B56449; }
span { border-color: rgb(181,100,73); }
td.TdClassName
{
border-color: #B56449;
}
.TagClassName
{
border-color: #B56449;
}
</style>