Shades of Tuscany #B15E46
Tints of Tuscany #B15E46
RGB
CMYK
RGB Variations
Color information
#B15E46 (or 0xB15E46) is known color: Tuscany. HEX triplet: B1, 5E and 46. RGB value is (177,94,70). Sum of RGB (Red+Green+Blue) = 177+94+70=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15E46 is #4EA1B9. Grayscale: #747474. Windows color (decimal): -5153210 or 4611761. OLE color: 4611761.
HSL color Cylindrical-coordinate representation of color #B15E46: hue angle of 13.46º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B15E46 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 94 | 70 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.31 |
| HSL | 13.46º | 0.43% | 0.48% | - |
| HSV(B) | 13.46º | 0.6% | 0.69% | - |
| XYZ | 23.24 | 17.79 | 8 | - |
| YUV | 116.08 | 102 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 70 | 0 | 0.47 | 0.60 | 0.31 | 13.46 | 0.43 | 0.48 |
| Hex | B1 | 5E | 46 | 0 | 2F | 3C | 1F | D | 2B | 30 |
| Octal | 261 | 136 | 106 | 0 | 57 | 74 | 37 | 15 | 53 | 60 |
| Binary | 10110001 | 1011110 | 1000110 | 0 | 101111 | 111100 | 11111 | 1101 | 101011 | 110000 |
Color Harmonies of #B15E46
Complementary color
Monochromatic Colors of #B15E46
Black with #B15E46
Text Example
Text Example
White with #B15E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15E46; }
p { color: rgb(177,94,70); }
H1.HeaderClassName
{
color: #B15E46;
}
.AnyTagClassName
{
color: #B15E46;
}
</style>
background-color css
<style>
a { background-color: #B15E46; }
a { background-color: rgb(177,94,70); }
div.DivClassName
{
background-color: #B15E46;
}
.BgClassName
{
background-color: #B15E46;
}
</style>
border-color css
<style>
span { border-color: #B15E46; }
span { border-color: rgb(177,94,70); }
td.TdClassName
{
border-color: #B15E46;
}
.TagClassName
{
border-color: #B15E46;
}
</style>