Shades of Tuscany #B56948
Tints of Tuscany #B56948
RGB
CMYK
RGB Variations
Color information
#B56948 (or 0xB56948) is known color: Tuscany. HEX triplet: B5, 69 and 48. RGB value is (181,105,72). Sum of RGB (Red+Green+Blue) = 181+105+72=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B56948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56948 is #4A96B7. Grayscale: #7C7C7C. Windows color (decimal): -4888248 or 4745653. OLE color: 4745653.
HSL color Cylindrical-coordinate representation of color #B56948: hue angle of 18.17º 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 #B56948 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 72 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.29 |
| HSL | 18.17º | 0.43% | 0.5% | - |
| HSV(B) | 18.17º | 0.6% | 0.71% | - |
| XYZ | 25.28 | 20.39 | 8.74 | - |
| YUV | 123.96 | 98.68 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 72 | 0 | 0.42 | 0.60 | 0.29 | 18.17 | 0.43 | 0.5 |
| Hex | B5 | 69 | 48 | 0 | 2A | 3C | 1D | 12 | 2B | 32 |
| Octal | 265 | 151 | 110 | 0 | 52 | 74 | 35 | 22 | 53 | 62 |
| Binary | 10110101 | 1101001 | 1001000 | 0 | 101010 | 111100 | 11101 | 10010 | 101011 | 110010 |
Color Harmonies of #B56948
Complementary color
Monochromatic Colors of #B56948
Black with #B56948
Text Example
Text Example
White with #B56948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56948; }
p { color: rgb(181,105,72); }
H1.HeaderClassName
{
color: #B56948;
}
.AnyTagClassName
{
color: #B56948;
}
</style>
background-color css
<style>
a { background-color: #B56948; }
a { background-color: rgb(181,105,72); }
div.DivClassName
{
background-color: #B56948;
}
.BgClassName
{
background-color: #B56948;
}
</style>
border-color css
<style>
span { border-color: #B56948; }
span { border-color: rgb(181,105,72); }
td.TdClassName
{
border-color: #B56948;
}
.TagClassName
{
border-color: #B56948;
}
</style>