Shades of Tuscany #B56341
Tints of Tuscany #B56341
RGB
CMYK
RGB Variations
Color information
#B56341 (or 0xB56341) is known color: Tuscany. HEX triplet: B5, 63 and 41. RGB value is (181,99,65). Sum of RGB (Red+Green+Blue) = 181+99+65=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B56341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56341 is #4A9CBE. Grayscale: #777777. Windows color (decimal): -4889791 or 4285365. OLE color: 4285365.
HSL color Cylindrical-coordinate representation of color #B56341: hue angle of 17.59º 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 #B56341 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 99 | 65 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.29 |
| HSL | 17.59º | 0.47% | 0.48% | - |
| HSV(B) | 17.59º | 0.64% | 0.71% | - |
| XYZ | 24.47 | 19.13 | 7.4 | - |
| YUV | 119.64 | 97.17 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 65 | 0 | 0.45 | 0.64 | 0.29 | 17.59 | 0.47 | 0.48 |
| Hex | B5 | 63 | 41 | 0 | 2D | 40 | 1D | 12 | 2F | 30 |
| Octal | 265 | 143 | 101 | 0 | 55 | 100 | 35 | 22 | 57 | 60 |
| Binary | 10110101 | 1100011 | 1000001 | 0 | 101101 | 1000000 | 11101 | 10010 | 101111 | 110000 |
Color Harmonies of #B56341
Complementary color
Monochromatic Colors of #B56341
Black with #B56341
Text Example
Text Example
White with #B56341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56341; }
p { color: rgb(181,99,65); }
H1.HeaderClassName
{
color: #B56341;
}
.AnyTagClassName
{
color: #B56341;
}
</style>
background-color css
<style>
a { background-color: #B56341; }
a { background-color: rgb(181,99,65); }
div.DivClassName
{
background-color: #B56341;
}
.BgClassName
{
background-color: #B56341;
}
</style>
border-color css
<style>
span { border-color: #B56341; }
span { border-color: rgb(181,99,65); }
td.TdClassName
{
border-color: #B56341;
}
.TagClassName
{
border-color: #B56341;
}
</style>