Shades of Tuscany #B16243
Tints of Tuscany #B16243
RGB
CMYK
RGB Variations
Color information
#B16243 (or 0xB16243) is known color: Tuscany. HEX triplet: B1, 62 and 43. RGB value is (177,98,67). Sum of RGB (Red+Green+Blue) = 177+98+67=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B16243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16243 is #4E9DBC. Grayscale: #767676. Windows color (decimal): -5152189 or 4416177. OLE color: 4416177.
HSL color Cylindrical-coordinate representation of color #B16243: hue angle of 16.91º 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 #B16243 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 67 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.31 |
| HSL | 16.91º | 0.45% | 0.48% | - |
| HSV(B) | 16.91º | 0.62% | 0.69% | - |
| XYZ | 23.51 | 18.49 | 7.64 | - |
| YUV | 118.09 | 99.17 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 67 | 0 | 0.45 | 0.62 | 0.31 | 16.91 | 0.45 | 0.48 |
| Hex | B1 | 62 | 43 | 0 | 2D | 3E | 1F | 11 | 2D | 30 |
| Octal | 261 | 142 | 103 | 0 | 55 | 76 | 37 | 21 | 55 | 60 |
| Binary | 10110001 | 1100010 | 1000011 | 0 | 101101 | 111110 | 11111 | 10001 | 101101 | 110000 |
Color Harmonies of #B16243
Complementary color
Monochromatic Colors of #B16243
Black with #B16243
Text Example
Text Example
White with #B16243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16243; }
p { color: rgb(177,98,67); }
H1.HeaderClassName
{
color: #B16243;
}
.AnyTagClassName
{
color: #B16243;
}
</style>
background-color css
<style>
a { background-color: #B16243; }
a { background-color: rgb(177,98,67); }
div.DivClassName
{
background-color: #B16243;
}
.BgClassName
{
background-color: #B16243;
}
</style>
border-color css
<style>
span { border-color: #B16243; }
span { border-color: rgb(177,98,67); }
td.TdClassName
{
border-color: #B16243;
}
.TagClassName
{
border-color: #B16243;
}
</style>