Shades of Tuscany #B06846
Tints of Tuscany #B06846
RGB
CMYK
RGB Variations
Color information
#B06846 (or 0xB06846) is known color: Tuscany. HEX triplet: B0, 68 and 46. RGB value is (176,104,70). Sum of RGB (Red+Green+Blue) = 176+104+70=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B06846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06846 is #4F97B9. Grayscale: #797979. Windows color (decimal): -5216186 or 4614320. OLE color: 4614320.
HSL color Cylindrical-coordinate representation of color #B06846: hue angle of 19.25º 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 #B06846 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 70 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.31 |
| HSL | 19.25º | 0.43% | 0.48% | - |
| HSV(B) | 19.25º | 0.6% | 0.69% | - |
| XYZ | 23.96 | 19.57 | 8.31 | - |
| YUV | 121.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 70 | 0 | 0.41 | 0.60 | 0.31 | 19.25 | 0.43 | 0.48 |
| Hex | B0 | 68 | 46 | 0 | 29 | 3C | 1F | 13 | 2B | 30 |
| Octal | 260 | 150 | 106 | 0 | 51 | 74 | 37 | 23 | 53 | 60 |
| Binary | 10110000 | 1101000 | 1000110 | 0 | 101001 | 111100 | 11111 | 10011 | 101011 | 110000 |
Color Harmonies of #B06846
Complementary color
Monochromatic Colors of #B06846
Black with #B06846
Text Example
Text Example
White with #B06846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06846; }
p { color: rgb(176,104,70); }
H1.HeaderClassName
{
color: #B06846;
}
.AnyTagClassName
{
color: #B06846;
}
</style>
background-color css
<style>
a { background-color: #B06846; }
a { background-color: rgb(176,104,70); }
div.DivClassName
{
background-color: #B06846;
}
.BgClassName
{
background-color: #B06846;
}
</style>
border-color css
<style>
span { border-color: #B06846; }
span { border-color: rgb(176,104,70); }
td.TdClassName
{
border-color: #B06846;
}
.TagClassName
{
border-color: #B06846;
}
</style>