Shades of Tuscany #B16048
Tints of Tuscany #B16048
RGB
CMYK
RGB Variations
Color information
#B16048 (or 0xB16048) is known color: Tuscany. HEX triplet: B1, 60 and 48. RGB value is (177,96,72). Sum of RGB (Red+Green+Blue) = 177+96+72=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B16048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16048 is #4E9FB7. Grayscale: #757575. Windows color (decimal): -5152696 or 4743345. OLE color: 4743345.
HSL color Cylindrical-coordinate representation of color #B16048: hue angle of 13.71º 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 #B16048 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 72 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.31 |
| HSL | 13.71º | 0.42% | 0.49% | - |
| HSV(B) | 13.71º | 0.59% | 0.69% | - |
| XYZ | 23.48 | 18.18 | 8.4 | - |
| YUV | 117.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 72 | 0 | 0.46 | 0.59 | 0.31 | 13.71 | 0.42 | 0.49 |
| Hex | B1 | 60 | 48 | 0 | 2E | 3B | 1F | E | 2A | 31 |
| Octal | 261 | 140 | 110 | 0 | 56 | 73 | 37 | 16 | 52 | 61 |
| Binary | 10110001 | 1100000 | 1001000 | 0 | 101110 | 111011 | 11111 | 1110 | 101010 | 110001 |
Color Harmonies of #B16048
Complementary color
Monochromatic Colors of #B16048
Black with #B16048
Text Example
Text Example
White with #B16048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16048; }
p { color: rgb(177,96,72); }
H1.HeaderClassName
{
color: #B16048;
}
.AnyTagClassName
{
color: #B16048;
}
</style>
background-color css
<style>
a { background-color: #B16048; }
a { background-color: rgb(177,96,72); }
div.DivClassName
{
background-color: #B16048;
}
.BgClassName
{
background-color: #B16048;
}
</style>
border-color css
<style>
span { border-color: #B16048; }
span { border-color: rgb(177,96,72); }
td.TdClassName
{
border-color: #B16048;
}
.TagClassName
{
border-color: #B16048;
}
</style>