Shades of Tuscany #B16949
Tints of Tuscany #B16949
RGB
CMYK
RGB Variations
Color information
#B16949 (or 0xB16949) is known color: Tuscany. HEX triplet: B1, 69 and 49. RGB value is (177,105,73). Sum of RGB (Red+Green+Blue) = 177+105+73=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B16949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16949 is #4E96B6. Grayscale: #7B7B7B. Windows color (decimal): -5150391 or 4811185. OLE color: 4811185.
HSL color Cylindrical-coordinate representation of color #B16949: hue angle of 18.46º 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 #B16949 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 73 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.31 |
| HSL | 18.46º | 0.42% | 0.49% | - |
| HSV(B) | 18.46º | 0.59% | 0.69% | - |
| XYZ | 24.39 | 19.93 | 8.87 | - |
| YUV | 122.88 | 99.85 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 73 | 0 | 0.41 | 0.59 | 0.31 | 18.46 | 0.42 | 0.49 |
| Hex | B1 | 69 | 49 | 0 | 29 | 3B | 1F | 12 | 2A | 31 |
| Octal | 261 | 151 | 111 | 0 | 51 | 73 | 37 | 22 | 52 | 61 |
| Binary | 10110001 | 1101001 | 1001001 | 0 | 101001 | 111011 | 11111 | 10010 | 101010 | 110001 |
Color Harmonies of #B16949
Complementary color
Monochromatic Colors of #B16949
Black with #B16949
Text Example
Text Example
White with #B16949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16949; }
p { color: rgb(177,105,73); }
H1.HeaderClassName
{
color: #B16949;
}
.AnyTagClassName
{
color: #B16949;
}
</style>
background-color css
<style>
a { background-color: #B16949; }
a { background-color: rgb(177,105,73); }
div.DivClassName
{
background-color: #B16949;
}
.BgClassName
{
background-color: #B16949;
}
</style>
border-color css
<style>
span { border-color: #B16949; }
span { border-color: rgb(177,105,73); }
td.TdClassName
{
border-color: #B16949;
}
.TagClassName
{
border-color: #B16949;
}
</style>