Shades of Tenne (Tawny) #B86701
Tints of Tenne (Tawny) #B86701
RGB
CMYK
RGB Variations
Color information
#B86701 (or 0xB86701) is known color: Tenne (Tawny). HEX triplet: B8, 67 and 01. RGB value is (184,103,1). Sum of RGB (Red+Green+Blue) = 184+103+1=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B86701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86701 is #4798FE. Grayscale: #747474. Windows color (decimal): -4692223 or 92088. OLE color: 92088.
HSL color Cylindrical-coordinate representation of color #B86701: hue angle of 33.44º 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 #B86701 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.28 |
| HSL | 33.44º | 0.99% | 0.36% | - |
| HSV(B) | 33.44º | 0.99% | 0.72% | - |
| XYZ | 24.62 | 19.89 | 2.57 | - |
| YUV | 115.59 | 63.34 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 1 | 0 | 0.44 | 0.99 | 0.28 | 33.44 | 0.99 | 0.36 |
| Hex | B8 | 67 | 1 | 0 | 2C | 63 | 1C | 21 | 63 | 24 |
| Octal | 270 | 147 | 1 | 0 | 54 | 143 | 34 | 41 | 143 | 44 |
| Binary | 10111000 | 1100111 | 1 | 0 | 101100 | 1100011 | 11100 | 100001 | 1100011 | 100100 |
Color Harmonies of #B86701
Complementary color
Monochromatic Colors of #B86701
Black with #B86701
Text Example
Text Example
White with #B86701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86701; }
p { color: rgb(184,103,1); }
H1.HeaderClassName
{
color: #B86701;
}
.AnyTagClassName
{
color: #B86701;
}
</style>
background-color css
<style>
a { background-color: #B86701; }
a { background-color: rgb(184,103,1); }
div.DivClassName
{
background-color: #B86701;
}
.BgClassName
{
background-color: #B86701;
}
</style>
border-color css
<style>
span { border-color: #B86701; }
span { border-color: rgb(184,103,1); }
td.TdClassName
{
border-color: #B86701;
}
.TagClassName
{
border-color: #B86701;
}
</style>