Shades of Tuscany #B86243
Tints of Tuscany #B86243
RGB
CMYK
RGB Variations
Color information
#B86243 (or 0xB86243) is known color: Tuscany. HEX triplet: B8, 62 and 43. RGB value is (184,98,67). Sum of RGB (Red+Green+Blue) = 184+98+67=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B86243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86243 is #479DBC. Grayscale: #787878. Windows color (decimal): -4693437 or 4416184. OLE color: 4416184.
HSL color Cylindrical-coordinate representation of color #B86243: hue angle of 15.9º 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 #B86243 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 67 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.28 |
| HSL | 15.9º | 0.47% | 0.49% | - |
| HSV(B) | 15.9º | 0.64% | 0.72% | - |
| XYZ | 25.15 | 19.33 | 7.72 | - |
| YUV | 120.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 67 | 0 | 0.47 | 0.64 | 0.28 | 15.9 | 0.47 | 0.49 |
| Hex | B8 | 62 | 43 | 0 | 2F | 40 | 1C | 10 | 2F | 31 |
| Octal | 270 | 142 | 103 | 0 | 57 | 100 | 34 | 20 | 57 | 61 |
| Binary | 10111000 | 1100010 | 1000011 | 0 | 101111 | 1000000 | 11100 | 10000 | 101111 | 110001 |
Color Harmonies of #B86243
Complementary color
Monochromatic Colors of #B86243
Black with #B86243
Text Example
Text Example
White with #B86243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86243; }
p { color: rgb(184,98,67); }
H1.HeaderClassName
{
color: #B86243;
}
.AnyTagClassName
{
color: #B86243;
}
</style>
background-color css
<style>
a { background-color: #B86243; }
a { background-color: rgb(184,98,67); }
div.DivClassName
{
background-color: #B86243;
}
.BgClassName
{
background-color: #B86243;
}
</style>
border-color css
<style>
span { border-color: #B86243; }
span { border-color: rgb(184,98,67); }
td.TdClassName
{
border-color: #B86243;
}
.TagClassName
{
border-color: #B86243;
}
</style>