Shades of Tuscany #B96949
Tints of Tuscany #B96949
RGB
CMYK
RGB Variations
Color information
#B96949 (or 0xB96949) is known color: Tuscany. HEX triplet: B9, 69 and 49. RGB value is (185,105,73). Sum of RGB (Red+Green+Blue) = 185+105+73=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B96949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96949 is #4696B6. Grayscale: #7D7D7D. Windows color (decimal): -4626103 or 4811193. OLE color: 4811193.
HSL color Cylindrical-coordinate representation of color #B96949: hue angle of 17.14º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B96949 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 105 | 73 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.27 |
| HSL | 17.14º | 0.44% | 0.51% | - |
| HSV(B) | 17.14º | 0.61% | 0.73% | - |
| XYZ | 26.26 | 20.9 | 8.95 | - |
| YUV | 125.27 | 98.5 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 73 | 0 | 0.43 | 0.61 | 0.27 | 17.14 | 0.44 | 0.51 |
| Hex | B9 | 69 | 49 | 0 | 2B | 3D | 1B | 11 | 2C | 33 |
| Octal | 271 | 151 | 111 | 0 | 53 | 75 | 33 | 21 | 54 | 63 |
| Binary | 10111001 | 1101001 | 1001001 | 0 | 101011 | 111101 | 11011 | 10001 | 101100 | 110011 |
Color Harmonies of #B96949
Complementary color
Monochromatic Colors of #B96949
Black with #B96949
Text Example
Text Example
White with #B96949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96949; }
p { color: rgb(185,105,73); }
H1.HeaderClassName
{
color: #B96949;
}
.AnyTagClassName
{
color: #B96949;
}
</style>
background-color css
<style>
a { background-color: #B96949; }
a { background-color: rgb(185,105,73); }
div.DivClassName
{
background-color: #B96949;
}
.BgClassName
{
background-color: #B96949;
}
</style>
border-color css
<style>
span { border-color: #B96949; }
span { border-color: rgb(185,105,73); }
td.TdClassName
{
border-color: #B96949;
}
.TagClassName
{
border-color: #B96949;
}
</style>