Shades of Tuscany #B86945
Tints of Tuscany #B86945
RGB
CMYK
RGB Variations
Color information
#B86945 (or 0xB86945) is known color: Tuscany. HEX triplet: B8, 69 and 45. RGB value is (184,105,69). Sum of RGB (Red+Green+Blue) = 184+105+69=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B86945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86945 is #4796BA. Grayscale: #7C7C7C. Windows color (decimal): -4691643 or 4549048. OLE color: 4549048.
HSL color Cylindrical-coordinate representation of color #B86945: hue angle of 18.78º 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 #B86945 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 69 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.28 |
| HSL | 18.78º | 0.45% | 0.5% | - |
| HSV(B) | 18.78º | 0.63% | 0.72% | - |
| XYZ | 25.89 | 20.72 | 8.27 | - |
| YUV | 124.52 | 96.67 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 69 | 0 | 0.43 | 0.62 | 0.28 | 18.78 | 0.45 | 0.5 |
| Hex | B8 | 69 | 45 | 0 | 2B | 3E | 1C | 13 | 2D | 32 |
| Octal | 270 | 151 | 105 | 0 | 53 | 76 | 34 | 23 | 55 | 62 |
| Binary | 10111000 | 1101001 | 1000101 | 0 | 101011 | 111110 | 11100 | 10011 | 101101 | 110010 |
Color Harmonies of #B86945
Complementary color
Monochromatic Colors of #B86945
Black with #B86945
Text Example
Text Example
White with #B86945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86945; }
p { color: rgb(184,105,69); }
H1.HeaderClassName
{
color: #B86945;
}
.AnyTagClassName
{
color: #B86945;
}
</style>
background-color css
<style>
a { background-color: #B86945; }
a { background-color: rgb(184,105,69); }
div.DivClassName
{
background-color: #B86945;
}
.BgClassName
{
background-color: #B86945;
}
</style>
border-color css
<style>
span { border-color: #B86945; }
span { border-color: rgb(184,105,69); }
td.TdClassName
{
border-color: #B86945;
}
.TagClassName
{
border-color: #B86945;
}
</style>