Shades of Tuscany #B16642
Tints of Tuscany #B16642
RGB
CMYK
RGB Variations
Color information
#B16642 (or 0xB16642) is known color: Tuscany. HEX triplet: B1, 66 and 42. RGB value is (177,102,66). Sum of RGB (Red+Green+Blue) = 177+102+66=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B16642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16642 is #4E99BD. Grayscale: #787878. Windows color (decimal): -5151166 or 4351665. OLE color: 4351665.
HSL color Cylindrical-coordinate representation of color #B16642: hue angle of 19.46º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B16642 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 66 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.31 |
| HSL | 19.46º | 0.46% | 0.48% | - |
| HSV(B) | 19.46º | 0.63% | 0.69% | - |
| XYZ | 23.87 | 19.24 | 7.61 | - |
| YUV | 120.32 | 97.35 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 66 | 0 | 0.42 | 0.63 | 0.31 | 19.46 | 0.46 | 0.48 |
| Hex | B1 | 66 | 42 | 0 | 2A | 3F | 1F | 13 | 2E | 30 |
| Octal | 261 | 146 | 102 | 0 | 52 | 77 | 37 | 23 | 56 | 60 |
| Binary | 10110001 | 1100110 | 1000010 | 0 | 101010 | 111111 | 11111 | 10011 | 101110 | 110000 |
Color Harmonies of #B16642
Complementary color
Monochromatic Colors of #B16642
Black with #B16642
Text Example
Text Example
White with #B16642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16642; }
p { color: rgb(177,102,66); }
H1.HeaderClassName
{
color: #B16642;
}
.AnyTagClassName
{
color: #B16642;
}
</style>
background-color css
<style>
a { background-color: #B16642; }
a { background-color: rgb(177,102,66); }
div.DivClassName
{
background-color: #B16642;
}
.BgClassName
{
background-color: #B16642;
}
</style>
border-color css
<style>
span { border-color: #B16642; }
span { border-color: rgb(177,102,66); }
td.TdClassName
{
border-color: #B16642;
}
.TagClassName
{
border-color: #B16642;
}
</style>