Shades of Tuscany #B86444
Tints of Tuscany #B86444
RGB
CMYK
RGB Variations
Color information
#B86444 (or 0xB86444) is known color: Tuscany. HEX triplet: B8, 64 and 44. RGB value is (184,100,68). Sum of RGB (Red+Green+Blue) = 184+100+68=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B86444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86444 is #479BBB. Grayscale: #797979. Windows color (decimal): -4692924 or 4482232. OLE color: 4482232.
HSL color Cylindrical-coordinate representation of color #B86444: hue angle of 16.55º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B86444 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 100 | 68 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.28 |
| HSL | 16.55º | 0.46% | 0.49% | - |
| HSV(B) | 16.55º | 0.63% | 0.72% | - |
| XYZ | 25.37 | 19.72 | 7.94 | - |
| YUV | 121.47 | 97.83 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 68 | 0 | 0.46 | 0.63 | 0.28 | 16.55 | 0.46 | 0.49 |
| Hex | B8 | 64 | 44 | 0 | 2E | 3F | 1C | 11 | 2E | 31 |
| Octal | 270 | 144 | 104 | 0 | 56 | 77 | 34 | 21 | 56 | 61 |
| Binary | 10111000 | 1100100 | 1000100 | 0 | 101110 | 111111 | 11100 | 10001 | 101110 | 110001 |
Color Harmonies of #B86444
Complementary color
Monochromatic Colors of #B86444
Black with #B86444
Text Example
Text Example
White with #B86444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86444; }
p { color: rgb(184,100,68); }
H1.HeaderClassName
{
color: #B86444;
}
.AnyTagClassName
{
color: #B86444;
}
</style>
background-color css
<style>
a { background-color: #B86444; }
a { background-color: rgb(184,100,68); }
div.DivClassName
{
background-color: #B86444;
}
.BgClassName
{
background-color: #B86444;
}
</style>
border-color css
<style>
span { border-color: #B86444; }
span { border-color: rgb(184,100,68); }
td.TdClassName
{
border-color: #B86444;
}
.TagClassName
{
border-color: #B86444;
}
</style>