Shades of Tuscany #B15D49
Tints of Tuscany #B15D49
RGB
CMYK
RGB Variations
Color information
#B15D49 (or 0xB15D49) is known color: Tuscany. HEX triplet: B1, 5D and 49. RGB value is (177,93,73). Sum of RGB (Red+Green+Blue) = 177+93+73=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15D49 is #4EA2B6. Grayscale: #747474. Windows color (decimal): -5153463 or 4808113. OLE color: 4808113.
HSL color Cylindrical-coordinate representation of color #B15D49: hue angle of 11.54º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B15D49 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 93 | 73 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.31 |
| HSL | 11.54º | 0.42% | 0.49% | - |
| HSV(B) | 11.54º | 0.59% | 0.69% | - |
| XYZ | 23.25 | 17.66 | 8.49 | - |
| YUV | 115.84 | 103.83 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 73 | 0 | 0.47 | 0.59 | 0.31 | 11.54 | 0.42 | 0.49 |
| Hex | B1 | 5D | 49 | 0 | 2F | 3B | 1F | C | 2A | 31 |
| Octal | 261 | 135 | 111 | 0 | 57 | 73 | 37 | 14 | 52 | 61 |
| Binary | 10110001 | 1011101 | 1001001 | 0 | 101111 | 111011 | 11111 | 1100 | 101010 | 110001 |
Color Harmonies of #B15D49
Complementary color
Monochromatic Colors of #B15D49
Black with #B15D49
Text Example
Text Example
White with #B15D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15D49; }
p { color: rgb(177,93,73); }
H1.HeaderClassName
{
color: #B15D49;
}
.AnyTagClassName
{
color: #B15D49;
}
</style>
background-color css
<style>
a { background-color: #B15D49; }
a { background-color: rgb(177,93,73); }
div.DivClassName
{
background-color: #B15D49;
}
.BgClassName
{
background-color: #B15D49;
}
</style>
border-color css
<style>
span { border-color: #B15D49; }
span { border-color: rgb(177,93,73); }
td.TdClassName
{
border-color: #B15D49;
}
.TagClassName
{
border-color: #B15D49;
}
</style>