Shades of Tenne (Tawny) #B46800
Tints of Tenne (Tawny) #B46800
RGB
CMYK
RGB Variations
Color information
#B46800 (or 0xB46800) is known color: Tenne (Tawny). HEX triplet: B4, 68 and 00. RGB value is (180,104,0). Sum of RGB (Red+Green+Blue) = 180+104+0=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B46800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46800 is #4B97FF. Grayscale: #737373. Windows color (decimal): -4954112 or 26804. OLE color: 26804.
HSL color Cylindrical-coordinate representation of color #B46800: hue angle of 34.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B46800 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.29 |
| HSL | 34.67º | 1% | 0.35% | - |
| HSV(B) | 34.67º | 1% | 0.71% | - |
| XYZ | 23.77 | 19.6 | 2.53 | - |
| YUV | 114.87 | 63.18 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 0 | 0 | 0.42 | 1 | 0.29 | 34.67 | 1 | 0.35 |
| Hex | B4 | 68 | 0 | 0 | 2A | 64 | 1D | 23 | 64 | 23 |
| Octal | 264 | 150 | 0 | 0 | 52 | 144 | 35 | 43 | 144 | 43 |
| Binary | 10110100 | 1101000 | 0 | 0 | 101010 | 1100100 | 11101 | 100011 | 1100100 | 100011 |
Color Harmonies of #B46800
Complementary color
Monochromatic Colors of #B46800
Black with #B46800
Text Example
Text Example
White with #B46800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46800; }
p { color: rgb(180,104,0); }
H1.HeaderClassName
{
color: #B46800;
}
.AnyTagClassName
{
color: #B46800;
}
</style>
background-color css
<style>
a { background-color: #B46800; }
a { background-color: rgb(180,104,0); }
div.DivClassName
{
background-color: #B46800;
}
.BgClassName
{
background-color: #B46800;
}
</style>
border-color css
<style>
span { border-color: #B46800; }
span { border-color: rgb(180,104,0); }
td.TdClassName
{
border-color: #B46800;
}
.TagClassName
{
border-color: #B46800;
}
</style>