Shades of Tuscany #B16849
Tints of Tuscany #B16849
RGB
CMYK
RGB Variations
Color information
#B16849 (or 0xB16849) is known color: Tuscany. HEX triplet: B1, 68 and 49. RGB value is (177,104,73). Sum of RGB (Red+Green+Blue) = 177+104+73=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B16849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16849 is #4E97B6. Grayscale: #7A7A7A. Windows color (decimal): -5150647 or 4810929. OLE color: 4810929.
HSL color Cylindrical-coordinate representation of color #B16849: hue angle of 17.88º 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 #B16849 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 73 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.31 |
| HSL | 17.88º | 0.42% | 0.49% | - |
| HSV(B) | 17.88º | 0.59% | 0.69% | - |
| XYZ | 24.28 | 19.73 | 8.83 | - |
| YUV | 122.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 73 | 0 | 0.41 | 0.59 | 0.31 | 17.88 | 0.42 | 0.49 |
| Hex | B1 | 68 | 49 | 0 | 29 | 3B | 1F | 12 | 2A | 31 |
| Octal | 261 | 150 | 111 | 0 | 51 | 73 | 37 | 22 | 52 | 61 |
| Binary | 10110001 | 1101000 | 1001001 | 0 | 101001 | 111011 | 11111 | 10010 | 101010 | 110001 |
Color Harmonies of #B16849
Complementary color
Monochromatic Colors of #B16849
Black with #B16849
Text Example
Text Example
White with #B16849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16849; }
p { color: rgb(177,104,73); }
H1.HeaderClassName
{
color: #B16849;
}
.AnyTagClassName
{
color: #B16849;
}
</style>
background-color css
<style>
a { background-color: #B16849; }
a { background-color: rgb(177,104,73); }
div.DivClassName
{
background-color: #B16849;
}
.BgClassName
{
background-color: #B16849;
}
</style>
border-color css
<style>
span { border-color: #B16849; }
span { border-color: rgb(177,104,73); }
td.TdClassName
{
border-color: #B16849;
}
.TagClassName
{
border-color: #B16849;
}
</style>