Shades of Tuscany #B06346
Tints of Tuscany #B06346
RGB
CMYK
RGB Variations
Color information
#B06346 (or 0xB06346) is known color: Tuscany. HEX triplet: B0, 63 and 46. RGB value is (176,99,70). Sum of RGB (Red+Green+Blue) = 176+99+70=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B06346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06346 is #4F9CB9. Grayscale: #767676. Windows color (decimal): -5217466 or 4613040. OLE color: 4613040.
HSL color Cylindrical-coordinate representation of color #B06346: hue angle of 16.42º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B06346 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 70 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.31 |
| HSL | 16.42º | 0.43% | 0.48% | - |
| HSV(B) | 16.42º | 0.6% | 0.69% | - |
| XYZ | 23.47 | 18.6 | 8.15 | - |
| YUV | 118.72 | 100.51 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 70 | 0 | 0.44 | 0.60 | 0.31 | 16.42 | 0.43 | 0.48 |
| Hex | B0 | 63 | 46 | 0 | 2C | 3C | 1F | 10 | 2B | 30 |
| Octal | 260 | 143 | 106 | 0 | 54 | 74 | 37 | 20 | 53 | 60 |
| Binary | 10110000 | 1100011 | 1000110 | 0 | 101100 | 111100 | 11111 | 10000 | 101011 | 110000 |
Color Harmonies of #B06346
Complementary color
Monochromatic Colors of #B06346
Black with #B06346
Text Example
Text Example
White with #B06346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06346; }
p { color: rgb(176,99,70); }
H1.HeaderClassName
{
color: #B06346;
}
.AnyTagClassName
{
color: #B06346;
}
</style>
background-color css
<style>
a { background-color: #B06346; }
a { background-color: rgb(176,99,70); }
div.DivClassName
{
background-color: #B06346;
}
.BgClassName
{
background-color: #B06346;
}
</style>
border-color css
<style>
span { border-color: #B06346; }
span { border-color: rgb(176,99,70); }
td.TdClassName
{
border-color: #B06346;
}
.TagClassName
{
border-color: #B06346;
}
</style>