Shades of Tenne (Tawny) #B96211
Tints of Tenne (Tawny) #B96211
RGB
CMYK
RGB Variations
Color information
#B96211 (or 0xB96211) is known color: Tenne (Tawny). HEX triplet: B9, 62 and 11. RGB value is (185,98,17). Sum of RGB (Red+Green+Blue) = 185+98+17=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B96211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96211 is #469DEE. Grayscale: #737373. Windows color (decimal): -4627951 or 1139385. OLE color: 1139385.
HSL color Cylindrical-coordinate representation of color #B96211: hue angle of 28.93º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B96211 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 98 | 17 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.27 |
| HSL | 28.93º | 0.83% | 0.4% | - |
| HSV(B) | 28.93º | 0.91% | 0.73% | - |
| XYZ | 24.48 | 19.09 | 2.93 | - |
| YUV | 114.78 | 72.82 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 17 | 0 | 0.47 | 0.91 | 0.27 | 28.93 | 0.83 | 0.4 |
| Hex | B9 | 62 | 11 | 0 | 2F | 5B | 1B | 1D | 53 | 28 |
| Octal | 271 | 142 | 21 | 0 | 57 | 133 | 33 | 35 | 123 | 50 |
| Binary | 10111001 | 1100010 | 10001 | 0 | 101111 | 1011011 | 11011 | 11101 | 1010011 | 101000 |
Color Harmonies of #B96211
Complementary color
Monochromatic Colors of #B96211
Black with #B96211
Text Example
Text Example
White with #B96211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96211; }
p { color: rgb(185,98,17); }
H1.HeaderClassName
{
color: #B96211;
}
.AnyTagClassName
{
color: #B96211;
}
</style>
background-color css
<style>
a { background-color: #B96211; }
a { background-color: rgb(185,98,17); }
div.DivClassName
{
background-color: #B96211;
}
.BgClassName
{
background-color: #B96211;
}
</style>
border-color css
<style>
span { border-color: #B96211; }
span { border-color: rgb(185,98,17); }
td.TdClassName
{
border-color: #B96211;
}
.TagClassName
{
border-color: #B96211;
}
</style>