Shades of Tuscany #B96542
Tints of Tuscany #B96542
RGB
CMYK
RGB Variations
Color information
#B96542 (or 0xB96542) is known color: Tuscany. HEX triplet: B9, 65 and 42. RGB value is (185,101,66). Sum of RGB (Red+Green+Blue) = 185+101+66=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B96542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96542 is #469ABD. Grayscale: #7A7A7A. Windows color (decimal): -4627134 or 4351417. OLE color: 4351417.
HSL color Cylindrical-coordinate representation of color #B96542: hue angle of 17.65º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B96542 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 66 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.27 |
| HSL | 17.65º | 0.47% | 0.49% | - |
| HSV(B) | 17.65º | 0.64% | 0.73% | - |
| XYZ | 25.64 | 20.02 | 7.67 | - |
| YUV | 122.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 66 | 0 | 0.45 | 0.64 | 0.27 | 17.65 | 0.47 | 0.49 |
| Hex | B9 | 65 | 42 | 0 | 2D | 40 | 1B | 12 | 2F | 31 |
| Octal | 271 | 145 | 102 | 0 | 55 | 100 | 33 | 22 | 57 | 61 |
| Binary | 10111001 | 1100101 | 1000010 | 0 | 101101 | 1000000 | 11011 | 10010 | 101111 | 110001 |
Color Harmonies of #B96542
Complementary color
Monochromatic Colors of #B96542
Black with #B96542
Text Example
Text Example
White with #B96542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96542; }
p { color: rgb(185,101,66); }
H1.HeaderClassName
{
color: #B96542;
}
.AnyTagClassName
{
color: #B96542;
}
</style>
background-color css
<style>
a { background-color: #B96542; }
a { background-color: rgb(185,101,66); }
div.DivClassName
{
background-color: #B96542;
}
.BgClassName
{
background-color: #B96542;
}
</style>
border-color css
<style>
span { border-color: #B96542; }
span { border-color: rgb(185,101,66); }
td.TdClassName
{
border-color: #B96542;
}
.TagClassName
{
border-color: #B96542;
}
</style>