Shades of Tuscany #B86544
Tints of Tuscany #B86544
RGB
CMYK
RGB Variations
Color information
#B86544 (or 0xB86544) is known color: Tuscany. HEX triplet: B8, 65 and 44. RGB value is (184,101,68). Sum of RGB (Red+Green+Blue) = 184+101+68=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B86544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86544 is #479ABB. Grayscale: #7A7A7A. Windows color (decimal): -4692668 or 4482488. OLE color: 4482488.
HSL color Cylindrical-coordinate representation of color #B86544: hue angle of 17.07º 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 #B86544 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 68 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.28 |
| HSL | 17.07º | 0.46% | 0.49% | - |
| HSV(B) | 17.07º | 0.63% | 0.72% | - |
| XYZ | 25.46 | 19.92 | 7.97 | - |
| YUV | 122.06 | 97.5 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 68 | 0 | 0.45 | 0.63 | 0.28 | 17.07 | 0.46 | 0.49 |
| Hex | B8 | 65 | 44 | 0 | 2D | 3F | 1C | 11 | 2E | 31 |
| Octal | 270 | 145 | 104 | 0 | 55 | 77 | 34 | 21 | 56 | 61 |
| Binary | 10111000 | 1100101 | 1000100 | 0 | 101101 | 111111 | 11100 | 10001 | 101110 | 110001 |
Color Harmonies of #B86544
Complementary color
Monochromatic Colors of #B86544
Black with #B86544
Text Example
Text Example
White with #B86544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86544; }
p { color: rgb(184,101,68); }
H1.HeaderClassName
{
color: #B86544;
}
.AnyTagClassName
{
color: #B86544;
}
</style>
background-color css
<style>
a { background-color: #B86544; }
a { background-color: rgb(184,101,68); }
div.DivClassName
{
background-color: #B86544;
}
.BgClassName
{
background-color: #B86544;
}
</style>
border-color css
<style>
span { border-color: #B86544; }
span { border-color: rgb(184,101,68); }
td.TdClassName
{
border-color: #B86544;
}
.TagClassName
{
border-color: #B86544;
}
</style>