Shades of Tenne (Tawny) #B86201
Tints of Tenne (Tawny) #B86201
RGB
CMYK
RGB Variations
Color information
#B86201 (or 0xB86201) is known color: Tenne (Tawny). HEX triplet: B8, 62 and 01. RGB value is (184,98,1). Sum of RGB (Red+Green+Blue) = 184+98+1=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B86201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86201 is #479DFE. Grayscale: #717171. Windows color (decimal): -4693503 or 90808. OLE color: 90808.
HSL color Cylindrical-coordinate representation of color #B86201: hue angle of 31.8º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B86201 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.28 |
| HSL | 31.8º | 0.99% | 0.36% | - |
| HSV(B) | 31.8º | 0.99% | 0.72% | - |
| XYZ | 24.14 | 18.93 | 2.41 | - |
| YUV | 112.66 | 64.99 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 1 | 0 | 0.47 | 0.99 | 0.28 | 31.8 | 0.99 | 0.36 |
| Hex | B8 | 62 | 1 | 0 | 2F | 63 | 1C | 20 | 63 | 24 |
| Octal | 270 | 142 | 1 | 0 | 57 | 143 | 34 | 40 | 143 | 44 |
| Binary | 10111000 | 1100010 | 1 | 0 | 101111 | 1100011 | 11100 | 100000 | 1100011 | 100100 |
Color Harmonies of #B86201
Complementary color
Monochromatic Colors of #B86201
Black with #B86201
Text Example
Text Example
White with #B86201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86201; }
p { color: rgb(184,98,1); }
H1.HeaderClassName
{
color: #B86201;
}
.AnyTagClassName
{
color: #B86201;
}
</style>
background-color css
<style>
a { background-color: #B86201; }
a { background-color: rgb(184,98,1); }
div.DivClassName
{
background-color: #B86201;
}
.BgClassName
{
background-color: #B86201;
}
</style>
border-color css
<style>
span { border-color: #B86201; }
span { border-color: rgb(184,98,1); }
td.TdClassName
{
border-color: #B86201;
}
.TagClassName
{
border-color: #B86201;
}
</style>