Shades of Tuscany #B56A46
Tints of Tuscany #B56A46
RGB
CMYK
RGB Variations
Color information
#B56A46 (or 0xB56A46) is known color: Tuscany. HEX triplet: B5, 6A and 46. RGB value is (181,106,70). Sum of RGB (Red+Green+Blue) = 181+106+70=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56A46 is #4A95B9. Grayscale: #7C7C7C. Windows color (decimal): -4887994 or 4614837. OLE color: 4614837.
HSL color Cylindrical-coordinate representation of color #B56A46: hue angle of 19.46º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B56A46 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 106 | 70 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.29 |
| HSL | 19.46º | 0.44% | 0.49% | - |
| HSV(B) | 19.46º | 0.61% | 0.71% | - |
| XYZ | 25.32 | 20.57 | 8.43 | - |
| YUV | 124.32 | 97.35 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 70 | 0 | 0.41 | 0.61 | 0.29 | 19.46 | 0.44 | 0.49 |
| Hex | B5 | 6A | 46 | 0 | 29 | 3D | 1D | 13 | 2C | 31 |
| Octal | 265 | 152 | 106 | 0 | 51 | 75 | 35 | 23 | 54 | 61 |
| Binary | 10110101 | 1101010 | 1000110 | 0 | 101001 | 111101 | 11101 | 10011 | 101100 | 110001 |
Color Harmonies of #B56A46
Complementary color
Monochromatic Colors of #B56A46
Black with #B56A46
Text Example
Text Example
White with #B56A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56A46; }
p { color: rgb(181,106,70); }
H1.HeaderClassName
{
color: #B56A46;
}
.AnyTagClassName
{
color: #B56A46;
}
</style>
background-color css
<style>
a { background-color: #B56A46; }
a { background-color: rgb(181,106,70); }
div.DivClassName
{
background-color: #B56A46;
}
.BgClassName
{
background-color: #B56A46;
}
</style>
border-color css
<style>
span { border-color: #B56A46; }
span { border-color: rgb(181,106,70); }
td.TdClassName
{
border-color: #B56A46;
}
.TagClassName
{
border-color: #B56A46;
}
</style>