Shades of Tuscany #B56145
Tints of Tuscany #B56145
RGB
CMYK
RGB Variations
Color information
#B56145 (or 0xB56145) is known color: Tuscany. HEX triplet: B5, 61 and 45. RGB value is (181,97,69). Sum of RGB (Red+Green+Blue) = 181+97+69=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B56145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56145 is #4A9EBA. Grayscale: #777777. Windows color (decimal): -4890299 or 4546997. OLE color: 4546997.
HSL color Cylindrical-coordinate representation of color #B56145: hue angle of 15º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B56145 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 69 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.29 |
| HSL | 15º | 0.45% | 0.49% | - |
| HSV(B) | 15º | 0.62% | 0.71% | - |
| XYZ | 24.4 | 18.8 | 7.97 | - |
| YUV | 118.92 | 99.83 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 69 | 0 | 0.46 | 0.62 | 0.29 | 15 | 0.45 | 0.49 |
| Hex | B5 | 61 | 45 | 0 | 2E | 3E | 1D | F | 2D | 31 |
| Octal | 265 | 141 | 105 | 0 | 56 | 76 | 35 | 17 | 55 | 61 |
| Binary | 10110101 | 1100001 | 1000101 | 0 | 101110 | 111110 | 11101 | 1111 | 101101 | 110001 |
Color Harmonies of #B56145
Complementary color
Monochromatic Colors of #B56145
Black with #B56145
Text Example
Text Example
White with #B56145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56145; }
p { color: rgb(181,97,69); }
H1.HeaderClassName
{
color: #B56145;
}
.AnyTagClassName
{
color: #B56145;
}
</style>
background-color css
<style>
a { background-color: #B56145; }
a { background-color: rgb(181,97,69); }
div.DivClassName
{
background-color: #B56145;
}
.BgClassName
{
background-color: #B56145;
}
</style>
border-color css
<style>
span { border-color: #B56145; }
span { border-color: rgb(181,97,69); }
td.TdClassName
{
border-color: #B56145;
}
.TagClassName
{
border-color: #B56145;
}
</style>