Shades of Tenne (Tawny) #B46501
Tints of Tenne (Tawny) #B46501
RGB
CMYK
RGB Variations
Color information
#B46501 (or 0xB46501) is known color: Tenne (Tawny). HEX triplet: B4, 65 and 01. RGB value is (180,101,1). Sum of RGB (Red+Green+Blue) = 180+101+1=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B46501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46501 is #4B9AFE. Grayscale: #717171. Windows color (decimal): -4954879 or 91572. OLE color: 91572.
HSL color Cylindrical-coordinate representation of color #B46501: hue angle of 33.52º 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 #B46501 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.29 |
| HSL | 33.52º | 0.99% | 0.35% | - |
| HSV(B) | 33.52º | 0.99% | 0.71% | - |
| XYZ | 23.48 | 19.01 | 2.46 | - |
| YUV | 113.22 | 64.67 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 1 | 0 | 0.44 | 0.99 | 0.29 | 33.52 | 0.99 | 0.35 |
| Hex | B4 | 65 | 1 | 0 | 2C | 63 | 1D | 22 | 63 | 23 |
| Octal | 264 | 145 | 1 | 0 | 54 | 143 | 35 | 42 | 143 | 43 |
| Binary | 10110100 | 1100101 | 1 | 0 | 101100 | 1100011 | 11101 | 100010 | 1100011 | 100011 |
Color Harmonies of #B46501
Complementary color
Monochromatic Colors of #B46501
Black with #B46501
Text Example
Text Example
White with #B46501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46501; }
p { color: rgb(180,101,1); }
H1.HeaderClassName
{
color: #B46501;
}
.AnyTagClassName
{
color: #B46501;
}
</style>
background-color css
<style>
a { background-color: #B46501; }
a { background-color: rgb(180,101,1); }
div.DivClassName
{
background-color: #B46501;
}
.BgClassName
{
background-color: #B46501;
}
</style>
border-color css
<style>
span { border-color: #B46501; }
span { border-color: rgb(180,101,1); }
td.TdClassName
{
border-color: #B46501;
}
.TagClassName
{
border-color: #B46501;
}
</style>