Shades of Tuscany #B96541
Tints of Tuscany #B96541
RGB
CMYK
RGB Variations
Color information
#B96541 (or 0xB96541) is known color: Tuscany. HEX triplet: B9, 65 and 41. RGB value is (185,101,65). Sum of RGB (Red+Green+Blue) = 185+101+65=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B96541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96541 is #469ABE. Grayscale: #7A7A7A. Windows color (decimal): -4627135 or 4285881. OLE color: 4285881.
HSL color Cylindrical-coordinate representation of color #B96541: hue angle of 18º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B96541 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 65 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.27 |
| HSL | 18º | 0.48% | 0.49% | - |
| HSV(B) | 18º | 0.65% | 0.73% | - |
| XYZ | 25.62 | 20 | 7.51 | - |
| YUV | 122.01 | 95.83 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 65 | 0 | 0.45 | 0.65 | 0.27 | 18 | 0.48 | 0.49 |
| Hex | B9 | 65 | 41 | 0 | 2D | 41 | 1B | 12 | 30 | 31 |
| Octal | 271 | 145 | 101 | 0 | 55 | 101 | 33 | 22 | 60 | 61 |
| Binary | 10111001 | 1100101 | 1000001 | 0 | 101101 | 1000001 | 11011 | 10010 | 110000 | 110001 |
Color Harmonies of #B96541
Complementary color
Monochromatic Colors of #B96541
Black with #B96541
Text Example
Text Example
White with #B96541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96541; }
p { color: rgb(185,101,65); }
H1.HeaderClassName
{
color: #B96541;
}
.AnyTagClassName
{
color: #B96541;
}
</style>
background-color css
<style>
a { background-color: #B96541; }
a { background-color: rgb(185,101,65); }
div.DivClassName
{
background-color: #B96541;
}
.BgClassName
{
background-color: #B96541;
}
</style>
border-color css
<style>
span { border-color: #B96541; }
span { border-color: rgb(185,101,65); }
td.TdClassName
{
border-color: #B96541;
}
.TagClassName
{
border-color: #B96541;
}
</style>