Shades of Tuscany #B16039
Tints of Tuscany #B16039
RGB
CMYK
RGB Variations
Color information
#B16039 (or 0xB16039) is known color: Tuscany. HEX triplet: B1, 60 and 39. RGB value is (177,96,57). Sum of RGB (Red+Green+Blue) = 177+96+57=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B16039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16039 is #4E9FC6. Grayscale: #747474. Windows color (decimal): -5152711 or 3760305. OLE color: 3760305.
HSL color Cylindrical-coordinate representation of color #B16039: hue angle of 19.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B16039 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 57 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.31 |
| HSL | 19.5º | 0.51% | 0.46% | - |
| HSV(B) | 19.5º | 0.68% | 0.69% | - |
| XYZ | 23.05 | 18.01 | 6.13 | - |
| YUV | 115.77 | 94.84 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 57 | 0 | 0.46 | 0.68 | 0.31 | 19.5 | 0.51 | 0.46 |
| Hex | B1 | 60 | 39 | 0 | 2E | 44 | 1F | 14 | 33 | 2E |
| Octal | 261 | 140 | 71 | 0 | 56 | 104 | 37 | 24 | 63 | 56 |
| Binary | 10110001 | 1100000 | 111001 | 0 | 101110 | 1000100 | 11111 | 10100 | 110011 | 101110 |
Color Harmonies of #B16039
Complementary color
Monochromatic Colors of #B16039
Black with #B16039
Text Example
Text Example
White with #B16039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16039; }
p { color: rgb(177,96,57); }
H1.HeaderClassName
{
color: #B16039;
}
.AnyTagClassName
{
color: #B16039;
}
</style>
background-color css
<style>
a { background-color: #B16039; }
a { background-color: rgb(177,96,57); }
div.DivClassName
{
background-color: #B16039;
}
.BgClassName
{
background-color: #B16039;
}
</style>
border-color css
<style>
span { border-color: #B16039; }
span { border-color: rgb(177,96,57); }
td.TdClassName
{
border-color: #B16039;
}
.TagClassName
{
border-color: #B16039;
}
</style>