Shades of Tenne (Tawny) #BD6800
Tints of Tenne (Tawny) #BD6800
RGB
CMYK
RGB Variations
Color information
#BD6800 (or 0xBD6800) is known color: Tenne (Tawny). HEX triplet: BD, 68 and 00. RGB value is (189,104,0). Sum of RGB (Red+Green+Blue) = 189+104+0=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6800 is #4297FF. Grayscale: #767676. Windows color (decimal): -4364288 or 26813. OLE color: 26813.
HSL color Cylindrical-coordinate representation of color #BD6800: hue angle of 33.02º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD6800 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.26 |
| HSL | 33.02º | 1% | 0.37% | - |
| HSV(B) | 33.02º | 1% | 0.74% | - |
| XYZ | 25.94 | 20.72 | 2.63 | - |
| YUV | 117.56 | 61.66 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 0 | 0 | 0.45 | 1 | 0.26 | 33.02 | 1 | 0.37 |
| Hex | BD | 68 | 0 | 0 | 2D | 64 | 1A | 21 | 64 | 25 |
| Octal | 275 | 150 | 0 | 0 | 55 | 144 | 32 | 41 | 144 | 45 |
| Binary | 10111101 | 1101000 | 0 | 0 | 101101 | 1100100 | 11010 | 100001 | 1100100 | 100101 |
Color Harmonies of #BD6800
Complementary color
Monochromatic Colors of #BD6800
Black with #BD6800
Text Example
Text Example
White with #BD6800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6800; }
p { color: rgb(189,104,0); }
H1.HeaderClassName
{
color: #BD6800;
}
.AnyTagClassName
{
color: #BD6800;
}
</style>
background-color css
<style>
a { background-color: #BD6800; }
a { background-color: rgb(189,104,0); }
div.DivClassName
{
background-color: #BD6800;
}
.BgClassName
{
background-color: #BD6800;
}
</style>
border-color css
<style>
span { border-color: #BD6800; }
span { border-color: rgb(189,104,0); }
td.TdClassName
{
border-color: #BD6800;
}
.TagClassName
{
border-color: #BD6800;
}
</style>