Shades of Tenne (Tawny) #B86001
Tints of Tenne (Tawny) #B86001
RGB
CMYK
RGB Variations
Color information
#B86001 (or 0xB86001) is known color: Tenne (Tawny). HEX triplet: B8, 60 and 01. RGB value is (184,96,1). Sum of RGB (Red+Green+Blue) = 184+96+1=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B86001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86001 is #479FFE. Grayscale: #6F6F6F. Windows color (decimal): -4694015 or 90296. OLE color: 90296.
HSL color Cylindrical-coordinate representation of color #B86001: hue angle of 31.15º 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 #B86001 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.28 |
| HSL | 31.15º | 0.99% | 0.36% | - |
| HSV(B) | 31.15º | 0.99% | 0.72% | - |
| XYZ | 23.96 | 18.56 | 2.35 | - |
| YUV | 111.48 | 65.65 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 1 | 0 | 0.48 | 0.99 | 0.28 | 31.15 | 0.99 | 0.36 |
| Hex | B8 | 60 | 1 | 0 | 30 | 63 | 1C | 1F | 63 | 24 |
| Octal | 270 | 140 | 1 | 0 | 60 | 143 | 34 | 37 | 143 | 44 |
| Binary | 10111000 | 1100000 | 1 | 0 | 110000 | 1100011 | 11100 | 11111 | 1100011 | 100100 |
Color Harmonies of #B86001
Complementary color
Monochromatic Colors of #B86001
Black with #B86001
Text Example
Text Example
White with #B86001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86001; }
p { color: rgb(184,96,1); }
H1.HeaderClassName
{
color: #B86001;
}
.AnyTagClassName
{
color: #B86001;
}
</style>
background-color css
<style>
a { background-color: #B86001; }
a { background-color: rgb(184,96,1); }
div.DivClassName
{
background-color: #B86001;
}
.BgClassName
{
background-color: #B86001;
}
</style>
border-color css
<style>
span { border-color: #B86001; }
span { border-color: rgb(184,96,1); }
td.TdClassName
{
border-color: #B86001;
}
.TagClassName
{
border-color: #B86001;
}
</style>