Shades of Tuscany #B86547
Tints of Tuscany #B86547
RGB
CMYK
RGB Variations
Color information
#B86547 (or 0xB86547) is known color: Tuscany. HEX triplet: B8, 65 and 47. RGB value is (184,101,71). Sum of RGB (Red+Green+Blue) = 184+101+71=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B86547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86547 is #479AB8. Grayscale: #7A7A7A. Windows color (decimal): -4692665 or 4679096. OLE color: 4679096.
HSL color Cylindrical-coordinate representation of color #B86547: hue angle of 15.93º 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 #B86547 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 71 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.28 |
| HSL | 15.93º | 0.44% | 0.5% | - |
| HSV(B) | 15.93º | 0.61% | 0.72% | - |
| XYZ | 25.56 | 19.95 | 8.47 | - |
| YUV | 122.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 71 | 0 | 0.45 | 0.61 | 0.28 | 15.93 | 0.44 | 0.5 |
| Hex | B8 | 65 | 47 | 0 | 2D | 3D | 1C | 10 | 2C | 32 |
| Octal | 270 | 145 | 107 | 0 | 55 | 75 | 34 | 20 | 54 | 62 |
| Binary | 10111000 | 1100101 | 1000111 | 0 | 101101 | 111101 | 11100 | 10000 | 101100 | 110010 |
Color Harmonies of #B86547
Complementary color
Monochromatic Colors of #B86547
Black with #B86547
Text Example
Text Example
White with #B86547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86547; }
p { color: rgb(184,101,71); }
H1.HeaderClassName
{
color: #B86547;
}
.AnyTagClassName
{
color: #B86547;
}
</style>
background-color css
<style>
a { background-color: #B86547; }
a { background-color: rgb(184,101,71); }
div.DivClassName
{
background-color: #B86547;
}
.BgClassName
{
background-color: #B86547;
}
</style>
border-color css
<style>
span { border-color: #B86547; }
span { border-color: rgb(184,101,71); }
td.TdClassName
{
border-color: #B86547;
}
.TagClassName
{
border-color: #B86547;
}
</style>