Shades of Tuscany #B86446
Tints of Tuscany #B86446
RGB
CMYK
RGB Variations
Color information
#B86446 (or 0xB86446) is known color: Tuscany. HEX triplet: B8, 64 and 46. RGB value is (184,100,70). Sum of RGB (Red+Green+Blue) = 184+100+70=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B86446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86446 is #479BB9. Grayscale: #797979. Windows color (decimal): -4692922 or 4613304. OLE color: 4613304.
HSL color Cylindrical-coordinate representation of color #B86446: hue angle of 15.79º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B86446 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 100 | 70 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.28 |
| HSL | 15.79º | 0.45% | 0.5% | - |
| HSV(B) | 15.79º | 0.62% | 0.72% | - |
| XYZ | 25.43 | 19.75 | 8.27 | - |
| YUV | 121.7 | 98.83 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 70 | 0 | 0.46 | 0.62 | 0.28 | 15.79 | 0.45 | 0.5 |
| Hex | B8 | 64 | 46 | 0 | 2E | 3E | 1C | 10 | 2D | 32 |
| Octal | 270 | 144 | 106 | 0 | 56 | 76 | 34 | 20 | 55 | 62 |
| Binary | 10111000 | 1100100 | 1000110 | 0 | 101110 | 111110 | 11100 | 10000 | 101101 | 110010 |
Color Harmonies of #B86446
Complementary color
Monochromatic Colors of #B86446
Black with #B86446
Text Example
Text Example
White with #B86446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86446; }
p { color: rgb(184,100,70); }
H1.HeaderClassName
{
color: #B86446;
}
.AnyTagClassName
{
color: #B86446;
}
</style>
background-color css
<style>
a { background-color: #B86446; }
a { background-color: rgb(184,100,70); }
div.DivClassName
{
background-color: #B86446;
}
.BgClassName
{
background-color: #B86446;
}
</style>
border-color css
<style>
span { border-color: #B86446; }
span { border-color: rgb(184,100,70); }
td.TdClassName
{
border-color: #B86446;
}
.TagClassName
{
border-color: #B86446;
}
</style>