Shades of Tenne (Tawny) #BD6006
Tints of Tenne (Tawny) #BD6006
RGB
CMYK
RGB Variations
Color information
#BD6006 (or 0xBD6006) is known color: Tenne (Tawny). HEX triplet: BD, 60 and 06. RGB value is (189,96,6). Sum of RGB (Red+Green+Blue) = 189+96+6=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6006 is #429FF9. Grayscale: #727272. Windows color (decimal): -4366330 or 417981. OLE color: 417981.
HSL color Cylindrical-coordinate representation of color #BD6006: hue angle of 29.51º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD6006 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 6 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.26 |
| HSL | 29.51º | 0.94% | 0.38% | - |
| HSV(B) | 29.51º | 0.97% | 0.74% | - |
| XYZ | 25.2 | 19.2 | 2.55 | - |
| YUV | 113.55 | 67.31 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 6 | 0 | 0.49 | 0.97 | 0.26 | 29.51 | 0.94 | 0.38 |
| Hex | BD | 60 | 6 | 0 | 31 | 61 | 1A | 1E | 5E | 26 |
| Octal | 275 | 140 | 6 | 0 | 61 | 141 | 32 | 36 | 136 | 46 |
| Binary | 10111101 | 1100000 | 110 | 0 | 110001 | 1100001 | 11010 | 11110 | 1011110 | 100110 |
Color Harmonies of #BD6006
Complementary color
Monochromatic Colors of #BD6006
Black with #BD6006
Text Example
Text Example
White with #BD6006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6006; }
p { color: rgb(189,96,6); }
H1.HeaderClassName
{
color: #BD6006;
}
.AnyTagClassName
{
color: #BD6006;
}
</style>
background-color css
<style>
a { background-color: #BD6006; }
a { background-color: rgb(189,96,6); }
div.DivClassName
{
background-color: #BD6006;
}
.BgClassName
{
background-color: #BD6006;
}
</style>
border-color css
<style>
span { border-color: #BD6006; }
span { border-color: rgb(189,96,6); }
td.TdClassName
{
border-color: #BD6006;
}
.TagClassName
{
border-color: #BD6006;
}
</style>