Shades of Tuscany #B86647
Tints of Tuscany #B86647
RGB
CMYK
RGB Variations
Color information
#B86647 (or 0xB86647) is known color: Tuscany. HEX triplet: B8, 66 and 47. RGB value is (184,102,71). Sum of RGB (Red+Green+Blue) = 184+102+71=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B86647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86647 is #4799B8. Grayscale: #7B7B7B. Windows color (decimal): -4692409 or 4679352. OLE color: 4679352.
HSL color Cylindrical-coordinate representation of color #B86647: hue angle of 16.46º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B86647 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 71 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.28 |
| HSL | 16.46º | 0.44% | 0.5% | - |
| HSV(B) | 16.46º | 0.61% | 0.72% | - |
| XYZ | 25.66 | 20.15 | 8.5 | - |
| YUV | 122.98 | 98.67 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 71 | 0 | 0.45 | 0.61 | 0.28 | 16.46 | 0.44 | 0.5 |
| Hex | B8 | 66 | 47 | 0 | 2D | 3D | 1C | 10 | 2C | 32 |
| Octal | 270 | 146 | 107 | 0 | 55 | 75 | 34 | 20 | 54 | 62 |
| Binary | 10111000 | 1100110 | 1000111 | 0 | 101101 | 111101 | 11100 | 10000 | 101100 | 110010 |
Color Harmonies of #B86647
Complementary color
Monochromatic Colors of #B86647
Black with #B86647
Text Example
Text Example
White with #B86647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86647; }
p { color: rgb(184,102,71); }
H1.HeaderClassName
{
color: #B86647;
}
.AnyTagClassName
{
color: #B86647;
}
</style>
background-color css
<style>
a { background-color: #B86647; }
a { background-color: rgb(184,102,71); }
div.DivClassName
{
background-color: #B86647;
}
.BgClassName
{
background-color: #B86647;
}
</style>
border-color css
<style>
span { border-color: #B86647; }
span { border-color: rgb(184,102,71); }
td.TdClassName
{
border-color: #B86647;
}
.TagClassName
{
border-color: #B86647;
}
</style>