Shades of Tuscany #B15F47
Tints of Tuscany #B15F47
RGB
CMYK
RGB Variations
Color information
#B15F47 (or 0xB15F47) is known color: Tuscany. HEX triplet: B1, 5F and 47. RGB value is (177,95,71). Sum of RGB (Red+Green+Blue) = 177+95+71=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15F47 is #4EA0B8. Grayscale: #747474. Windows color (decimal): -5152953 or 4677553. OLE color: 4677553.
HSL color Cylindrical-coordinate representation of color #B15F47: hue angle of 13.58º 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 #B15F47 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 95 | 71 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.31 |
| HSL | 13.58º | 0.43% | 0.49% | - |
| HSV(B) | 13.58º | 0.6% | 0.69% | - |
| XYZ | 23.36 | 17.99 | 8.2 | - |
| YUV | 116.78 | 102.17 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 71 | 0 | 0.46 | 0.60 | 0.31 | 13.58 | 0.43 | 0.49 |
| Hex | B1 | 5F | 47 | 0 | 2E | 3C | 1F | E | 2B | 31 |
| Octal | 261 | 137 | 107 | 0 | 56 | 74 | 37 | 16 | 53 | 61 |
| Binary | 10110001 | 1011111 | 1000111 | 0 | 101110 | 111100 | 11111 | 1110 | 101011 | 110001 |
Color Harmonies of #B15F47
Complementary color
Monochromatic Colors of #B15F47
Black with #B15F47
Text Example
Text Example
White with #B15F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15F47; }
p { color: rgb(177,95,71); }
H1.HeaderClassName
{
color: #B15F47;
}
.AnyTagClassName
{
color: #B15F47;
}
</style>
background-color css
<style>
a { background-color: #B15F47; }
a { background-color: rgb(177,95,71); }
div.DivClassName
{
background-color: #B15F47;
}
.BgClassName
{
background-color: #B15F47;
}
</style>
border-color css
<style>
span { border-color: #B15F47; }
span { border-color: rgb(177,95,71); }
td.TdClassName
{
border-color: #B15F47;
}
.TagClassName
{
border-color: #B15F47;
}
</style>