Shades of Tuscany #B1643B
Tints of Tuscany #B1643B
RGB
CMYK
RGB Variations
Color information
#B1643B (or 0xB1643B) is known color: Tuscany. HEX triplet: B1, 64 and 3B. RGB value is (177,100,59). Sum of RGB (Red+Green+Blue) = 177+100+59=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1643B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1643B is #4E9BC4. Grayscale: #767676. Windows color (decimal): -5151685 or 3892401. OLE color: 3892401.
HSL color Cylindrical-coordinate representation of color #B1643B: hue angle of 20.85º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1643B is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 59 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.31 |
| HSL | 20.85º | 0.5% | 0.46% | - |
| HSV(B) | 20.85º | 0.67% | 0.69% | - |
| XYZ | 23.48 | 18.78 | 6.52 | - |
| YUV | 118.35 | 94.51 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 59 | 0 | 0.44 | 0.67 | 0.31 | 20.85 | 0.5 | 0.46 |
| Hex | B1 | 64 | 3B | 0 | 2C | 43 | 1F | 15 | 32 | 2E |
| Octal | 261 | 144 | 73 | 0 | 54 | 103 | 37 | 25 | 62 | 56 |
| Binary | 10110001 | 1100100 | 111011 | 0 | 101100 | 1000011 | 11111 | 10101 | 110010 | 101110 |
Color Harmonies of #B1643B
Complementary color
Monochromatic Colors of #B1643B
Black with #B1643B
Text Example
Text Example
White with #B1643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1643B; }
p { color: rgb(177,100,59); }
H1.HeaderClassName
{
color: #B1643B;
}
.AnyTagClassName
{
color: #B1643B;
}
</style>
background-color css
<style>
a { background-color: #B1643B; }
a { background-color: rgb(177,100,59); }
div.DivClassName
{
background-color: #B1643B;
}
.BgClassName
{
background-color: #B1643B;
}
</style>
border-color css
<style>
span { border-color: #B1643B; }
span { border-color: rgb(177,100,59); }
td.TdClassName
{
border-color: #B1643B;
}
.TagClassName
{
border-color: #B1643B;
}
</style>