Shades of Tuscany #B96644
Tints of Tuscany #B96644
RGB
CMYK
RGB Variations
Color information
#B96644 (or 0xB96644) is known color: Tuscany. HEX triplet: B9, 66 and 44. RGB value is (185,102,68). Sum of RGB (Red+Green+Blue) = 185+102+68=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B96644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96644 is #4699BB. Grayscale: #7B7B7B. Windows color (decimal): -4626876 or 4482745. OLE color: 4482745.
HSL color Cylindrical-coordinate representation of color #B96644: hue angle of 17.44º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B96644 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 68 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.27 |
| HSL | 17.44º | 0.46% | 0.5% | - |
| HSV(B) | 17.44º | 0.63% | 0.73% | - |
| XYZ | 25.8 | 20.23 | 8.01 | - |
| YUV | 122.94 | 97 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 68 | 0 | 0.45 | 0.63 | 0.27 | 17.44 | 0.46 | 0.5 |
| Hex | B9 | 66 | 44 | 0 | 2D | 3F | 1B | 11 | 2E | 32 |
| Octal | 271 | 146 | 104 | 0 | 55 | 77 | 33 | 21 | 56 | 62 |
| Binary | 10111001 | 1100110 | 1000100 | 0 | 101101 | 111111 | 11011 | 10001 | 101110 | 110010 |
Color Harmonies of #B96644
Complementary color
Monochromatic Colors of #B96644
Black with #B96644
Text Example
Text Example
White with #B96644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96644; }
p { color: rgb(185,102,68); }
H1.HeaderClassName
{
color: #B96644;
}
.AnyTagClassName
{
color: #B96644;
}
</style>
background-color css
<style>
a { background-color: #B96644; }
a { background-color: rgb(185,102,68); }
div.DivClassName
{
background-color: #B96644;
}
.BgClassName
{
background-color: #B96644;
}
</style>
border-color css
<style>
span { border-color: #B96644; }
span { border-color: rgb(185,102,68); }
td.TdClassName
{
border-color: #B96644;
}
.TagClassName
{
border-color: #B96644;
}
</style>