Shades of Tenne (Tawny) #B86211
Tints of Tenne (Tawny) #B86211
RGB
CMYK
RGB Variations
Color information
#B86211 (or 0xB86211) is known color: Tenne (Tawny). HEX triplet: B8, 62 and 11. RGB value is (184,98,17). Sum of RGB (Red+Green+Blue) = 184+98+17=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B86211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86211 is #479DEE. Grayscale: #727272. Windows color (decimal): -4693487 or 1139384. OLE color: 1139384.
HSL color Cylindrical-coordinate representation of color #B86211: hue angle of 29.1º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B86211 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 17 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.28 |
| HSL | 29.1º | 0.83% | 0.39% | - |
| HSV(B) | 29.1º | 0.91% | 0.72% | - |
| XYZ | 24.24 | 18.97 | 2.91 | - |
| YUV | 114.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 17 | 0 | 0.47 | 0.91 | 0.28 | 29.1 | 0.83 | 0.39 |
| Hex | B8 | 62 | 11 | 0 | 2F | 5B | 1C | 1D | 53 | 27 |
| Octal | 270 | 142 | 21 | 0 | 57 | 133 | 34 | 35 | 123 | 47 |
| Binary | 10111000 | 1100010 | 10001 | 0 | 101111 | 1011011 | 11100 | 11101 | 1010011 | 100111 |
Color Harmonies of #B86211
Complementary color
Monochromatic Colors of #B86211
Black with #B86211
Text Example
Text Example
White with #B86211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86211; }
p { color: rgb(184,98,17); }
H1.HeaderClassName
{
color: #B86211;
}
.AnyTagClassName
{
color: #B86211;
}
</style>
background-color css
<style>
a { background-color: #B86211; }
a { background-color: rgb(184,98,17); }
div.DivClassName
{
background-color: #B86211;
}
.BgClassName
{
background-color: #B86211;
}
</style>
border-color css
<style>
span { border-color: #B86211; }
span { border-color: rgb(184,98,17); }
td.TdClassName
{
border-color: #B86211;
}
.TagClassName
{
border-color: #B86211;
}
</style>