Shades of Tuscany #B16443
Tints of Tuscany #B16443
RGB
CMYK
RGB Variations
Color information
#B16443 (or 0xB16443) is known color: Tuscany. HEX triplet: B1, 64 and 43. RGB value is (177,100,67). Sum of RGB (Red+Green+Blue) = 177+100+67=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B16443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16443 is #4E9BBC. Grayscale: #777777. Windows color (decimal): -5151677 or 4416689. OLE color: 4416689.
HSL color Cylindrical-coordinate representation of color #B16443: hue angle of 18º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B16443 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 67 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.31 |
| HSL | 18º | 0.45% | 0.48% | - |
| HSV(B) | 18º | 0.62% | 0.69% | - |
| XYZ | 23.7 | 18.87 | 7.7 | - |
| YUV | 119.26 | 98.51 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 67 | 0 | 0.44 | 0.62 | 0.31 | 18 | 0.45 | 0.48 |
| Hex | B1 | 64 | 43 | 0 | 2C | 3E | 1F | 12 | 2D | 30 |
| Octal | 261 | 144 | 103 | 0 | 54 | 76 | 37 | 22 | 55 | 60 |
| Binary | 10110001 | 1100100 | 1000011 | 0 | 101100 | 111110 | 11111 | 10010 | 101101 | 110000 |
Color Harmonies of #B16443
Complementary color
Monochromatic Colors of #B16443
Black with #B16443
Text Example
Text Example
White with #B16443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16443; }
p { color: rgb(177,100,67); }
H1.HeaderClassName
{
color: #B16443;
}
.AnyTagClassName
{
color: #B16443;
}
</style>
background-color css
<style>
a { background-color: #B16443; }
a { background-color: rgb(177,100,67); }
div.DivClassName
{
background-color: #B16443;
}
.BgClassName
{
background-color: #B16443;
}
</style>
border-color css
<style>
span { border-color: #B16443; }
span { border-color: rgb(177,100,67); }
td.TdClassName
{
border-color: #B16443;
}
.TagClassName
{
border-color: #B16443;
}
</style>