Shades of Tenne (Tawny) #BD6802
Tints of Tenne (Tawny) #BD6802
RGB
CMYK
RGB Variations
Color information
#BD6802 (or 0xBD6802) is known color: Tenne (Tawny). HEX triplet: BD, 68 and 02. RGB value is (189,104,2). Sum of RGB (Red+Green+Blue) = 189+104+2=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6802 is #4297FD. Grayscale: #767676. Windows color (decimal): -4364286 or 157885. OLE color: 157885.
HSL color Cylindrical-coordinate representation of color #BD6802: hue angle of 32.73º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD6802 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.26 |
| HSL | 32.73º | 0.98% | 0.37% | - |
| HSV(B) | 32.73º | 0.99% | 0.74% | - |
| XYZ | 25.95 | 20.72 | 2.69 | - |
| YUV | 117.79 | 62.66 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 2 | 0 | 0.45 | 0.99 | 0.26 | 32.73 | 0.98 | 0.37 |
| Hex | BD | 68 | 2 | 0 | 2D | 63 | 1A | 21 | 62 | 25 |
| Octal | 275 | 150 | 2 | 0 | 55 | 143 | 32 | 41 | 142 | 45 |
| Binary | 10111101 | 1101000 | 10 | 0 | 101101 | 1100011 | 11010 | 100001 | 1100010 | 100101 |
Color Harmonies of #BD6802
Complementary color
Monochromatic Colors of #BD6802
Black with #BD6802
Text Example
Text Example
White with #BD6802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6802; }
p { color: rgb(189,104,2); }
H1.HeaderClassName
{
color: #BD6802;
}
.AnyTagClassName
{
color: #BD6802;
}
</style>
background-color css
<style>
a { background-color: #BD6802; }
a { background-color: rgb(189,104,2); }
div.DivClassName
{
background-color: #BD6802;
}
.BgClassName
{
background-color: #BD6802;
}
</style>
border-color css
<style>
span { border-color: #BD6802; }
span { border-color: rgb(189,104,2); }
td.TdClassName
{
border-color: #BD6802;
}
.TagClassName
{
border-color: #BD6802;
}
</style>