Shades of Tenne (Tawny) #BC6706
Tints of Tenne (Tawny) #BC6706
RGB
CMYK
RGB Variations
Color information
#BC6706 (or 0xBC6706) is known color: Tenne (Tawny). HEX triplet: BC, 67 and 06. RGB value is (188,103,6). Sum of RGB (Red+Green+Blue) = 188+103+6=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6706 is #4398F9. Grayscale: #757575. Windows color (decimal): -4430074 or 419772. OLE color: 419772.
HSL color Cylindrical-coordinate representation of color #BC6706: hue angle of 31.98º 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 #BC6706 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 6 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.26 |
| HSL | 31.98º | 0.94% | 0.38% | - |
| HSV(B) | 31.98º | 0.97% | 0.74% | - |
| XYZ | 25.62 | 20.41 | 2.76 | - |
| YUV | 117.36 | 65.16 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 6 | 0 | 0.45 | 0.97 | 0.26 | 31.98 | 0.94 | 0.38 |
| Hex | BC | 67 | 6 | 0 | 2D | 61 | 1A | 20 | 5E | 26 |
| Octal | 274 | 147 | 6 | 0 | 55 | 141 | 32 | 40 | 136 | 46 |
| Binary | 10111100 | 1100111 | 110 | 0 | 101101 | 1100001 | 11010 | 100000 | 1011110 | 100110 |
Color Harmonies of #BC6706
Complementary color
Monochromatic Colors of #BC6706
Black with #BC6706
Text Example
Text Example
White with #BC6706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6706; }
p { color: rgb(188,103,6); }
H1.HeaderClassName
{
color: #BC6706;
}
.AnyTagClassName
{
color: #BC6706;
}
</style>
background-color css
<style>
a { background-color: #BC6706; }
a { background-color: rgb(188,103,6); }
div.DivClassName
{
background-color: #BC6706;
}
.BgClassName
{
background-color: #BC6706;
}
</style>
border-color css
<style>
span { border-color: #BC6706; }
span { border-color: rgb(188,103,6); }
td.TdClassName
{
border-color: #BC6706;
}
.TagClassName
{
border-color: #BC6706;
}
</style>