Shades of Tenne (Tawny) #BD6500
Tints of Tenne (Tawny) #BD6500
RGB
CMYK
RGB Variations
Color information
#BD6500 (or 0xBD6500) is known color: Tenne (Tawny). HEX triplet: BD, 65 and 00. RGB value is (189,101,0). Sum of RGB (Red+Green+Blue) = 189+101+0=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6500 is #429AFF. Grayscale: #747474. Windows color (decimal): -4365056 or 26045. OLE color: 26045.
HSL color Cylindrical-coordinate representation of color #BD6500: hue angle of 32.06º 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 #BD6500 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.26 |
| HSL | 32.06º | 1% | 0.37% | - |
| HSV(B) | 32.06º | 1% | 0.74% | - |
| XYZ | 25.64 | 20.13 | 2.53 | - |
| YUV | 115.8 | 62.65 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 0 | 0 | 0.47 | 1 | 0.26 | 32.06 | 1 | 0.37 |
| Hex | BD | 65 | 0 | 0 | 2F | 64 | 1A | 20 | 64 | 25 |
| Octal | 275 | 145 | 0 | 0 | 57 | 144 | 32 | 40 | 144 | 45 |
| Binary | 10111101 | 1100101 | 0 | 0 | 101111 | 1100100 | 11010 | 100000 | 1100100 | 100101 |
Color Harmonies of #BD6500
Complementary color
Monochromatic Colors of #BD6500
Black with #BD6500
Text Example
Text Example
White with #BD6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6500; }
p { color: rgb(189,101,0); }
H1.HeaderClassName
{
color: #BD6500;
}
.AnyTagClassName
{
color: #BD6500;
}
</style>
background-color css
<style>
a { background-color: #BD6500; }
a { background-color: rgb(189,101,0); }
div.DivClassName
{
background-color: #BD6500;
}
.BgClassName
{
background-color: #BD6500;
}
</style>
border-color css
<style>
span { border-color: #BD6500; }
span { border-color: rgb(189,101,0); }
td.TdClassName
{
border-color: #BD6500;
}
.TagClassName
{
border-color: #BD6500;
}
</style>