Shades of Tenne (Tawny) #B46001
Tints of Tenne (Tawny) #B46001
RGB
CMYK
RGB Variations
Color information
#B46001 (or 0xB46001) is known color: Tenne (Tawny). HEX triplet: B4, 60 and 01. RGB value is (180,96,1). Sum of RGB (Red+Green+Blue) = 180+96+1=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B46001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46001 is #4B9FFE. Grayscale: #6E6E6E. Windows color (decimal): -4956159 or 90292. OLE color: 90292.
HSL color Cylindrical-coordinate representation of color #B46001: hue angle of 31.84º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B46001 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 96 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.29 |
| HSL | 31.84º | 0.99% | 0.35% | - |
| HSV(B) | 31.84º | 0.99% | 0.71% | - |
| XYZ | 23.01 | 18.07 | 2.3 | - |
| YUV | 110.29 | 66.33 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 96 | 1 | 0 | 0.47 | 0.99 | 0.29 | 31.84 | 0.99 | 0.35 |
| Hex | B4 | 60 | 1 | 0 | 2F | 63 | 1D | 20 | 63 | 23 |
| Octal | 264 | 140 | 1 | 0 | 57 | 143 | 35 | 40 | 143 | 43 |
| Binary | 10110100 | 1100000 | 1 | 0 | 101111 | 1100011 | 11101 | 100000 | 1100011 | 100011 |
Color Harmonies of #B46001
Complementary color
Monochromatic Colors of #B46001
Black with #B46001
Text Example
Text Example
White with #B46001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46001; }
p { color: rgb(180,96,1); }
H1.HeaderClassName
{
color: #B46001;
}
.AnyTagClassName
{
color: #B46001;
}
</style>
background-color css
<style>
a { background-color: #B46001; }
a { background-color: rgb(180,96,1); }
div.DivClassName
{
background-color: #B46001;
}
.BgClassName
{
background-color: #B46001;
}
</style>
border-color css
<style>
span { border-color: #B46001; }
span { border-color: rgb(180,96,1); }
td.TdClassName
{
border-color: #B46001;
}
.TagClassName
{
border-color: #B46001;
}
</style>