Shades of Tuscany #B86546
Tints of Tuscany #B86546
RGB
CMYK
RGB Variations
Color information
#B86546 (or 0xB86546) is known color: Tuscany. HEX triplet: B8, 65 and 46. RGB value is (184,101,70). Sum of RGB (Red+Green+Blue) = 184+101+70=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B86546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86546 is #479AB9. Grayscale: #7A7A7A. Windows color (decimal): -4692666 or 4613560. OLE color: 4613560.
HSL color Cylindrical-coordinate representation of color #B86546: hue angle of 16.32º 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 #B86546 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 70 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.28 |
| HSL | 16.32º | 0.45% | 0.5% | - |
| HSV(B) | 16.32º | 0.62% | 0.72% | - |
| XYZ | 25.53 | 19.94 | 8.3 | - |
| YUV | 122.28 | 98.5 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 70 | 0 | 0.45 | 0.62 | 0.28 | 16.32 | 0.45 | 0.5 |
| Hex | B8 | 65 | 46 | 0 | 2D | 3E | 1C | 10 | 2D | 32 |
| Octal | 270 | 145 | 106 | 0 | 55 | 76 | 34 | 20 | 55 | 62 |
| Binary | 10111000 | 1100101 | 1000110 | 0 | 101101 | 111110 | 11100 | 10000 | 101101 | 110010 |
Color Harmonies of #B86546
Complementary color
Monochromatic Colors of #B86546
Black with #B86546
Text Example
Text Example
White with #B86546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86546; }
p { color: rgb(184,101,70); }
H1.HeaderClassName
{
color: #B86546;
}
.AnyTagClassName
{
color: #B86546;
}
</style>
background-color css
<style>
a { background-color: #B86546; }
a { background-color: rgb(184,101,70); }
div.DivClassName
{
background-color: #B86546;
}
.BgClassName
{
background-color: #B86546;
}
</style>
border-color css
<style>
span { border-color: #B86546; }
span { border-color: rgb(184,101,70); }
td.TdClassName
{
border-color: #B86546;
}
.TagClassName
{
border-color: #B86546;
}
</style>