Shades of Tenne (Tawny) #B86301
Tints of Tenne (Tawny) #B86301
RGB
CMYK
RGB Variations
Color information
#B86301 (or 0xB86301) is known color: Tenne (Tawny). HEX triplet: B8, 63 and 01. RGB value is (184,99,1). Sum of RGB (Red+Green+Blue) = 184+99+1=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B86301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86301 is #479CFE. Grayscale: #717171. Windows color (decimal): -4693247 or 91064. OLE color: 91064.
HSL color Cylindrical-coordinate representation of color #B86301: hue angle of 32.13º 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 #B86301 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.28 |
| HSL | 32.13º | 0.99% | 0.36% | - |
| HSV(B) | 32.13º | 0.99% | 0.72% | - |
| XYZ | 24.23 | 19.12 | 2.44 | - |
| YUV | 113.24 | 64.66 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 1 | 0 | 0.46 | 0.99 | 0.28 | 32.13 | 0.99 | 0.36 |
| Hex | B8 | 63 | 1 | 0 | 2E | 63 | 1C | 20 | 63 | 24 |
| Octal | 270 | 143 | 1 | 0 | 56 | 143 | 34 | 40 | 143 | 44 |
| Binary | 10111000 | 1100011 | 1 | 0 | 101110 | 1100011 | 11100 | 100000 | 1100011 | 100100 |
Color Harmonies of #B86301
Complementary color
Monochromatic Colors of #B86301
Black with #B86301
Text Example
Text Example
White with #B86301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86301; }
p { color: rgb(184,99,1); }
H1.HeaderClassName
{
color: #B86301;
}
.AnyTagClassName
{
color: #B86301;
}
</style>
background-color css
<style>
a { background-color: #B86301; }
a { background-color: rgb(184,99,1); }
div.DivClassName
{
background-color: #B86301;
}
.BgClassName
{
background-color: #B86301;
}
</style>
border-color css
<style>
span { border-color: #B86301; }
span { border-color: rgb(184,99,1); }
td.TdClassName
{
border-color: #B86301;
}
.TagClassName
{
border-color: #B86301;
}
</style>