Shades of Tenne (Tawny) #BC6400
Tints of Tenne (Tawny) #BC6400
RGB
CMYK
RGB Variations
Color information
#BC6400 (or 0xBC6400) is known color: Tenne (Tawny). HEX triplet: BC, 64 and 00. RGB value is (188,100,0). Sum of RGB (Red+Green+Blue) = 188+100+0=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6400 is #439BFF. Grayscale: #737373. Windows color (decimal): -4430848 or 25788. OLE color: 25788.
HSL color Cylindrical-coordinate representation of color #BC6400: hue angle of 31.91º 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 #BC6400 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.26 |
| HSL | 31.91º | 1% | 0.37% | - |
| HSV(B) | 31.91º | 1% | 0.74% | - |
| XYZ | 25.3 | 19.81 | 2.49 | - |
| YUV | 114.91 | 63.15 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 0 | 0 | 0.47 | 1 | 0.26 | 31.91 | 1 | 0.37 |
| Hex | BC | 64 | 0 | 0 | 2F | 64 | 1A | 20 | 64 | 25 |
| Octal | 274 | 144 | 0 | 0 | 57 | 144 | 32 | 40 | 144 | 45 |
| Binary | 10111100 | 1100100 | 0 | 0 | 101111 | 1100100 | 11010 | 100000 | 1100100 | 100101 |
Color Harmonies of #BC6400
Complementary color
Monochromatic Colors of #BC6400
Black with #BC6400
Text Example
Text Example
White with #BC6400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6400; }
p { color: rgb(188,100,0); }
H1.HeaderClassName
{
color: #BC6400;
}
.AnyTagClassName
{
color: #BC6400;
}
</style>
background-color css
<style>
a { background-color: #BC6400; }
a { background-color: rgb(188,100,0); }
div.DivClassName
{
background-color: #BC6400;
}
.BgClassName
{
background-color: #BC6400;
}
</style>
border-color css
<style>
span { border-color: #BC6400; }
span { border-color: rgb(188,100,0); }
td.TdClassName
{
border-color: #BC6400;
}
.TagClassName
{
border-color: #BC6400;
}
</style>