Shades of Tuscany #B15D47
Tints of Tuscany #B15D47
RGB
CMYK
RGB Variations
Color information
#B15D47 (or 0xB15D47) is known color: Tuscany. HEX triplet: B1, 5D and 47. RGB value is (177,93,71). Sum of RGB (Red+Green+Blue) = 177+93+71=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15D47 is #4EA2B8. Grayscale: #737373. Windows color (decimal): -5153465 or 4677041. OLE color: 4677041.
HSL color Cylindrical-coordinate representation of color #B15D47: hue angle of 12.45º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B15D47 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 93 | 71 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.31 |
| HSL | 12.45º | 0.43% | 0.49% | - |
| HSV(B) | 12.45º | 0.6% | 0.69% | - |
| XYZ | 23.18 | 17.63 | 8.14 | - |
| YUV | 115.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 71 | 0 | 0.47 | 0.60 | 0.31 | 12.45 | 0.43 | 0.49 |
| Hex | B1 | 5D | 47 | 0 | 2F | 3C | 1F | C | 2B | 31 |
| Octal | 261 | 135 | 107 | 0 | 57 | 74 | 37 | 14 | 53 | 61 |
| Binary | 10110001 | 1011101 | 1000111 | 0 | 101111 | 111100 | 11111 | 1100 | 101011 | 110001 |
Color Harmonies of #B15D47
Complementary color
Monochromatic Colors of #B15D47
Black with #B15D47
Text Example
Text Example
White with #B15D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15D47; }
p { color: rgb(177,93,71); }
H1.HeaderClassName
{
color: #B15D47;
}
.AnyTagClassName
{
color: #B15D47;
}
</style>
background-color css
<style>
a { background-color: #B15D47; }
a { background-color: rgb(177,93,71); }
div.DivClassName
{
background-color: #B15D47;
}
.BgClassName
{
background-color: #B15D47;
}
</style>
border-color css
<style>
span { border-color: #B15D47; }
span { border-color: rgb(177,93,71); }
td.TdClassName
{
border-color: #B15D47;
}
.TagClassName
{
border-color: #B15D47;
}
</style>