Shades of Tenne (Tawny) #BC6407
Tints of Tenne (Tawny) #BC6407
RGB
CMYK
RGB Variations
Color information
#BC6407 (or 0xBC6407) is known color: Tenne (Tawny). HEX triplet: BC, 64 and 07. RGB value is (188,100,7). Sum of RGB (Red+Green+Blue) = 188+100+7=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6407 is #439BF8. Grayscale: #747474. Windows color (decimal): -4430841 or 484540. OLE color: 484540.
HSL color Cylindrical-coordinate representation of color #BC6407: hue angle of 30.83º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC6407 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 7 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.26 |
| HSL | 30.83º | 0.93% | 0.38% | - |
| HSV(B) | 30.83º | 0.96% | 0.74% | - |
| XYZ | 25.33 | 19.82 | 2.69 | - |
| YUV | 115.71 | 66.65 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 7 | 0 | 0.47 | 0.96 | 0.26 | 30.83 | 0.93 | 0.38 |
| Hex | BC | 64 | 7 | 0 | 2F | 60 | 1A | 1F | 5D | 26 |
| Octal | 274 | 144 | 7 | 0 | 57 | 140 | 32 | 37 | 135 | 46 |
| Binary | 10111100 | 1100100 | 111 | 0 | 101111 | 1100000 | 11010 | 11111 | 1011101 | 100110 |
Color Harmonies of #BC6407
Complementary color
Monochromatic Colors of #BC6407
Black with #BC6407
Text Example
Text Example
White with #BC6407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6407; }
p { color: rgb(188,100,7); }
H1.HeaderClassName
{
color: #BC6407;
}
.AnyTagClassName
{
color: #BC6407;
}
</style>
background-color css
<style>
a { background-color: #BC6407; }
a { background-color: rgb(188,100,7); }
div.DivClassName
{
background-color: #BC6407;
}
.BgClassName
{
background-color: #BC6407;
}
</style>
border-color css
<style>
span { border-color: #BC6407; }
span { border-color: rgb(188,100,7); }
td.TdClassName
{
border-color: #BC6407;
}
.TagClassName
{
border-color: #BC6407;
}
</style>