Shades of Tenne (Tawny) #BC600E
Tints of Tenne (Tawny) #BC600E
RGB
CMYK
RGB Variations
Color information
#BC600E (or 0xBC600E) is known color: Tenne (Tawny). HEX triplet: BC, 60 and 0E. RGB value is (188,96,14). Sum of RGB (Red+Green+Blue) = 188+96+14=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC600E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC600E is #439FF1. Grayscale: #727272. Windows color (decimal): -4431858 or 942268. OLE color: 942268.
HSL color Cylindrical-coordinate representation of color #BC600E: hue angle of 28.28º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC600E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 14 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.26 |
| HSL | 28.28º | 0.86% | 0.4% | - |
| HSV(B) | 28.28º | 0.93% | 0.74% | - |
| XYZ | 25 | 19.09 | 2.78 | - |
| YUV | 114.16 | 71.48 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 14 | 0 | 0.49 | 0.93 | 0.26 | 28.28 | 0.86 | 0.4 |
| Hex | BC | 60 | E | 0 | 31 | 5D | 1A | 1C | 56 | 28 |
| Octal | 274 | 140 | 16 | 0 | 61 | 135 | 32 | 34 | 126 | 50 |
| Binary | 10111100 | 1100000 | 1110 | 0 | 110001 | 1011101 | 11010 | 11100 | 1010110 | 101000 |
Color Harmonies of #BC600E
Complementary color
Monochromatic Colors of #BC600E
Black with #BC600E
Text Example
Text Example
White with #BC600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC600E; }
p { color: rgb(188,96,14); }
H1.HeaderClassName
{
color: #BC600E;
}
.AnyTagClassName
{
color: #BC600E;
}
</style>
background-color css
<style>
a { background-color: #BC600E; }
a { background-color: rgb(188,96,14); }
div.DivClassName
{
background-color: #BC600E;
}
.BgClassName
{
background-color: #BC600E;
}
</style>
border-color css
<style>
span { border-color: #BC600E; }
span { border-color: rgb(188,96,14); }
td.TdClassName
{
border-color: #BC600E;
}
.TagClassName
{
border-color: #BC600E;
}
</style>