Shades of Tenne (Tawny) #BD6904
Tints of Tenne (Tawny) #BD6904
RGB
CMYK
RGB Variations
Color information
#BD6904 (or 0xBD6904) is known color: Tenne (Tawny). HEX triplet: BD, 69 and 04. RGB value is (189,105,4). Sum of RGB (Red+Green+Blue) = 189+105+4=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6904 is #4296FB. Grayscale: #777777. Windows color (decimal): -4364028 or 289213. OLE color: 289213.
HSL color Cylindrical-coordinate representation of color #BD6904: hue angle of 32.76º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD6904 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 4 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.26 |
| HSL | 32.76º | 0.96% | 0.38% | - |
| HSV(B) | 32.76º | 0.98% | 0.74% | - |
| XYZ | 26.06 | 20.93 | 2.78 | - |
| YUV | 118.6 | 63.33 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 4 | 0 | 0.44 | 0.98 | 0.26 | 32.76 | 0.96 | 0.38 |
| Hex | BD | 69 | 4 | 0 | 2C | 62 | 1A | 21 | 60 | 26 |
| Octal | 275 | 151 | 4 | 0 | 54 | 142 | 32 | 41 | 140 | 46 |
| Binary | 10111101 | 1101001 | 100 | 0 | 101100 | 1100010 | 11010 | 100001 | 1100000 | 100110 |
Color Harmonies of #BD6904
Complementary color
Monochromatic Colors of #BD6904
Black with #BD6904
Text Example
Text Example
White with #BD6904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6904; }
p { color: rgb(189,105,4); }
H1.HeaderClassName
{
color: #BD6904;
}
.AnyTagClassName
{
color: #BD6904;
}
</style>
background-color css
<style>
a { background-color: #BD6904; }
a { background-color: rgb(189,105,4); }
div.DivClassName
{
background-color: #BD6904;
}
.BgClassName
{
background-color: #BD6904;
}
</style>
border-color css
<style>
span { border-color: #BD6904; }
span { border-color: rgb(189,105,4); }
td.TdClassName
{
border-color: #BD6904;
}
.TagClassName
{
border-color: #BD6904;
}
</style>