Shades of Tuscany #B06749
Tints of Tuscany #B06749
RGB
CMYK
RGB Variations
Color information
#B06749 (or 0xB06749) is known color: Tuscany. HEX triplet: B0, 67 and 49. RGB value is (176,103,73). Sum of RGB (Red+Green+Blue) = 176+103+73=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B06749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06749 is #4F98B6. Grayscale: #797979. Windows color (decimal): -5216439 or 4810672. OLE color: 4810672.
HSL color Cylindrical-coordinate representation of color #B06749: hue angle of 17.48º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B06749 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 73 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.31 |
| HSL | 17.48º | 0.41% | 0.49% | - |
| HSV(B) | 17.48º | 0.59% | 0.69% | - |
| XYZ | 23.96 | 19.41 | 8.79 | - |
| YUV | 121.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 73 | 0 | 0.41 | 0.59 | 0.31 | 17.48 | 0.41 | 0.49 |
| Hex | B0 | 67 | 49 | 0 | 29 | 3B | 1F | 11 | 29 | 31 |
| Octal | 260 | 147 | 111 | 0 | 51 | 73 | 37 | 21 | 51 | 61 |
| Binary | 10110000 | 1100111 | 1001001 | 0 | 101001 | 111011 | 11111 | 10001 | 101001 | 110001 |
Color Harmonies of #B06749
Complementary color
Monochromatic Colors of #B06749
Black with #B06749
Text Example
Text Example
White with #B06749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06749; }
p { color: rgb(176,103,73); }
H1.HeaderClassName
{
color: #B06749;
}
.AnyTagClassName
{
color: #B06749;
}
</style>
background-color css
<style>
a { background-color: #B06749; }
a { background-color: rgb(176,103,73); }
div.DivClassName
{
background-color: #B06749;
}
.BgClassName
{
background-color: #B06749;
}
</style>
border-color css
<style>
span { border-color: #B06749; }
span { border-color: rgb(176,103,73); }
td.TdClassName
{
border-color: #B06749;
}
.TagClassName
{
border-color: #B06749;
}
</style>