Shades of Tenne (Tawny) #BD6900
Tints of Tenne (Tawny) #BD6900
RGB
CMYK
RGB Variations
Color information
#BD6900 (or 0xBD6900) is known color: Tenne (Tawny). HEX triplet: BD, 69 and 00. RGB value is (189,105,0). Sum of RGB (Red+Green+Blue) = 189+105+0=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6900 is #4296FF. Grayscale: #767676. Windows color (decimal): -4364032 or 27069. OLE color: 27069.
HSL color Cylindrical-coordinate representation of color #BD6900: hue angle of 33.33º 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 #BD6900 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.26 |
| HSL | 33.33º | 1% | 0.37% | - |
| HSV(B) | 33.33º | 1% | 0.74% | - |
| XYZ | 26.04 | 20.92 | 2.67 | - |
| YUV | 118.15 | 61.33 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 0 | 0 | 0.44 | 1 | 0.26 | 33.33 | 1 | 0.37 |
| Hex | BD | 69 | 0 | 0 | 2C | 64 | 1A | 21 | 64 | 25 |
| Octal | 275 | 151 | 0 | 0 | 54 | 144 | 32 | 41 | 144 | 45 |
| Binary | 10111101 | 1101001 | 0 | 0 | 101100 | 1100100 | 11010 | 100001 | 1100100 | 100101 |
Color Harmonies of #BD6900
Complementary color
Monochromatic Colors of #BD6900
Black with #BD6900
Text Example
Text Example
White with #BD6900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6900; }
p { color: rgb(189,105,0); }
H1.HeaderClassName
{
color: #BD6900;
}
.AnyTagClassName
{
color: #BD6900;
}
</style>
background-color css
<style>
a { background-color: #BD6900; }
a { background-color: rgb(189,105,0); }
div.DivClassName
{
background-color: #BD6900;
}
.BgClassName
{
background-color: #BD6900;
}
</style>
border-color css
<style>
span { border-color: #BD6900; }
span { border-color: rgb(189,105,0); }
td.TdClassName
{
border-color: #BD6900;
}
.TagClassName
{
border-color: #BD6900;
}
</style>