Shades of Tuscany #B1643E
Tints of Tuscany #B1643E
RGB
CMYK
RGB Variations
Color information
#B1643E (or 0xB1643E) is known color: Tuscany. HEX triplet: B1, 64 and 3E. RGB value is (177,100,62). Sum of RGB (Red+Green+Blue) = 177+100+62=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1643E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1643E is #4E9BC1. Grayscale: #767676. Windows color (decimal): -5151682 or 4089009. OLE color: 4089009.
HSL color Cylindrical-coordinate representation of color #B1643E: hue angle of 19.83º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1643E is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 62 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.31 |
| HSL | 19.83º | 0.48% | 0.47% | - |
| HSV(B) | 19.83º | 0.65% | 0.69% | - |
| XYZ | 23.56 | 18.81 | 6.95 | - |
| YUV | 118.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 62 | 0 | 0.44 | 0.65 | 0.31 | 19.83 | 0.48 | 0.47 |
| Hex | B1 | 64 | 3E | 0 | 2C | 41 | 1F | 14 | 30 | 2F |
| Octal | 261 | 144 | 76 | 0 | 54 | 101 | 37 | 24 | 60 | 57 |
| Binary | 10110001 | 1100100 | 111110 | 0 | 101100 | 1000001 | 11111 | 10100 | 110000 | 101111 |
Color Harmonies of #B1643E
Complementary color
Monochromatic Colors of #B1643E
Black with #B1643E
Text Example
Text Example
White with #B1643E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1643E; }
p { color: rgb(177,100,62); }
H1.HeaderClassName
{
color: #B1643E;
}
.AnyTagClassName
{
color: #B1643E;
}
</style>
background-color css
<style>
a { background-color: #B1643E; }
a { background-color: rgb(177,100,62); }
div.DivClassName
{
background-color: #B1643E;
}
.BgClassName
{
background-color: #B1643E;
}
</style>
border-color css
<style>
span { border-color: #B1643E; }
span { border-color: rgb(177,100,62); }
td.TdClassName
{
border-color: #B1643E;
}
.TagClassName
{
border-color: #B1643E;
}
</style>