Shades of Tuscany #B86442
Tints of Tuscany #B86442
RGB
CMYK
RGB Variations
Color information
#B86442 (or 0xB86442) is known color: Tuscany. HEX triplet: B8, 64 and 42. RGB value is (184,100,66). Sum of RGB (Red+Green+Blue) = 184+100+66=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B86442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86442 is #479BBD. Grayscale: #797979. Windows color (decimal): -4692926 or 4351160. OLE color: 4351160.
HSL color Cylindrical-coordinate representation of color #B86442: hue angle of 17.29º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B86442 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 100 | 66 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.28 |
| HSL | 17.29º | 0.47% | 0.49% | - |
| HSV(B) | 17.29º | 0.64% | 0.72% | - |
| XYZ | 25.31 | 19.7 | 7.62 | - |
| YUV | 121.24 | 96.83 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 66 | 0 | 0.46 | 0.64 | 0.28 | 17.29 | 0.47 | 0.49 |
| Hex | B8 | 64 | 42 | 0 | 2E | 40 | 1C | 11 | 2F | 31 |
| Octal | 270 | 144 | 102 | 0 | 56 | 100 | 34 | 21 | 57 | 61 |
| Binary | 10111000 | 1100100 | 1000010 | 0 | 101110 | 1000000 | 11100 | 10001 | 101111 | 110001 |
Color Harmonies of #B86442
Complementary color
Monochromatic Colors of #B86442
Black with #B86442
Text Example
Text Example
White with #B86442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86442; }
p { color: rgb(184,100,66); }
H1.HeaderClassName
{
color: #B86442;
}
.AnyTagClassName
{
color: #B86442;
}
</style>
background-color css
<style>
a { background-color: #B86442; }
a { background-color: rgb(184,100,66); }
div.DivClassName
{
background-color: #B86442;
}
.BgClassName
{
background-color: #B86442;
}
</style>
border-color css
<style>
span { border-color: #B86442; }
span { border-color: rgb(184,100,66); }
td.TdClassName
{
border-color: #B86442;
}
.TagClassName
{
border-color: #B86442;
}
</style>