Shades of Tuscany #B16448
Tints of Tuscany #B16448
RGB
CMYK
RGB Variations
Color information
#B16448 (or 0xB16448) is known color: Tuscany. HEX triplet: B1, 64 and 48. RGB value is (177,100,72). Sum of RGB (Red+Green+Blue) = 177+100+72=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B16448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16448 is #4E9BB7. Grayscale: #787878. Windows color (decimal): -5151672 or 4744369. OLE color: 4744369.
HSL color Cylindrical-coordinate representation of color #B16448: hue angle of 16º 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 #B16448 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 72 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.31 |
| HSL | 16º | 0.42% | 0.49% | - |
| HSV(B) | 16º | 0.59% | 0.69% | - |
| XYZ | 23.86 | 18.93 | 8.53 | - |
| YUV | 119.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 72 | 0 | 0.44 | 0.59 | 0.31 | 16 | 0.42 | 0.49 |
| Hex | B1 | 64 | 48 | 0 | 2C | 3B | 1F | 10 | 2A | 31 |
| Octal | 261 | 144 | 110 | 0 | 54 | 73 | 37 | 20 | 52 | 61 |
| Binary | 10110001 | 1100100 | 1001000 | 0 | 101100 | 111011 | 11111 | 10000 | 101010 | 110001 |
Color Harmonies of #B16448
Complementary color
Monochromatic Colors of #B16448
Black with #B16448
Text Example
Text Example
White with #B16448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16448; }
p { color: rgb(177,100,72); }
H1.HeaderClassName
{
color: #B16448;
}
.AnyTagClassName
{
color: #B16448;
}
</style>
background-color css
<style>
a { background-color: #B16448; }
a { background-color: rgb(177,100,72); }
div.DivClassName
{
background-color: #B16448;
}
.BgClassName
{
background-color: #B16448;
}
</style>
border-color css
<style>
span { border-color: #B16448; }
span { border-color: rgb(177,100,72); }
td.TdClassName
{
border-color: #B16448;
}
.TagClassName
{
border-color: #B16448;
}
</style>