Shades of Tuscany #B15F39
Tints of Tuscany #B15F39
RGB
CMYK
RGB Variations
Color information
#B15F39 (or 0xB15F39) is known color: Tuscany. HEX triplet: B1, 5F and 39. RGB value is (177,95,57). Sum of RGB (Red+Green+Blue) = 177+95+57=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15F39 is #4EA0C6. Grayscale: #737373. Windows color (decimal): -5152967 or 3760049. OLE color: 3760049.
HSL color Cylindrical-coordinate representation of color #B15F39: hue angle of 19º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B15F39 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 95 | 57 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.31 |
| HSL | 19º | 0.51% | 0.46% | - |
| HSV(B) | 19º | 0.68% | 0.69% | - |
| XYZ | 22.96 | 17.83 | 6.1 | - |
| YUV | 115.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 57 | 0 | 0.46 | 0.68 | 0.31 | 19 | 0.51 | 0.46 |
| Hex | B1 | 5F | 39 | 0 | 2E | 44 | 1F | 13 | 33 | 2E |
| Octal | 261 | 137 | 71 | 0 | 56 | 104 | 37 | 23 | 63 | 56 |
| Binary | 10110001 | 1011111 | 111001 | 0 | 101110 | 1000100 | 11111 | 10011 | 110011 | 101110 |
Color Harmonies of #B15F39
Complementary color
Monochromatic Colors of #B15F39
Black with #B15F39
Text Example
Text Example
White with #B15F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15F39; }
p { color: rgb(177,95,57); }
H1.HeaderClassName
{
color: #B15F39;
}
.AnyTagClassName
{
color: #B15F39;
}
</style>
background-color css
<style>
a { background-color: #B15F39; }
a { background-color: rgb(177,95,57); }
div.DivClassName
{
background-color: #B15F39;
}
.BgClassName
{
background-color: #B15F39;
}
</style>
border-color css
<style>
span { border-color: #B15F39; }
span { border-color: rgb(177,95,57); }
td.TdClassName
{
border-color: #B15F39;
}
.TagClassName
{
border-color: #B15F39;
}
</style>