Shades of Tenne (Tawny) #BC6605
Tints of Tenne (Tawny) #BC6605
RGB
CMYK
RGB Variations
Color information
#BC6605 (or 0xBC6605) is known color: Tenne (Tawny). HEX triplet: BC, 66 and 05. RGB value is (188,102,5). Sum of RGB (Red+Green+Blue) = 188+102+5=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6605 is #4399FA. Grayscale: #757575. Windows color (decimal): -4430331 or 353980. OLE color: 353980.
HSL color Cylindrical-coordinate representation of color #BC6605: hue angle of 31.8º degrees, saturation: 0.95, 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 #BC6605 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 5 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.26 |
| HSL | 31.8º | 0.95% | 0.38% | - |
| HSV(B) | 31.8º | 0.97% | 0.74% | - |
| XYZ | 25.52 | 20.21 | 2.7 | - |
| YUV | 116.66 | 64.99 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 5 | 0 | 0.46 | 0.97 | 0.26 | 31.8 | 0.95 | 0.38 |
| Hex | BC | 66 | 5 | 0 | 2E | 61 | 1A | 20 | 5F | 26 |
| Octal | 274 | 146 | 5 | 0 | 56 | 141 | 32 | 40 | 137 | 46 |
| Binary | 10111100 | 1100110 | 101 | 0 | 101110 | 1100001 | 11010 | 100000 | 1011111 | 100110 |
Color Harmonies of #BC6605
Complementary color
Monochromatic Colors of #BC6605
Black with #BC6605
Text Example
Text Example
White with #BC6605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6605; }
p { color: rgb(188,102,5); }
H1.HeaderClassName
{
color: #BC6605;
}
.AnyTagClassName
{
color: #BC6605;
}
</style>
background-color css
<style>
a { background-color: #BC6605; }
a { background-color: rgb(188,102,5); }
div.DivClassName
{
background-color: #BC6605;
}
.BgClassName
{
background-color: #BC6605;
}
</style>
border-color css
<style>
span { border-color: #BC6605; }
span { border-color: rgb(188,102,5); }
td.TdClassName
{
border-color: #BC6605;
}
.TagClassName
{
border-color: #BC6605;
}
</style>