Shades of Tenne (Tawny) #BC670E
Tints of Tenne (Tawny) #BC670E
RGB
CMYK
RGB Variations
Color information
#BC670E (or 0xBC670E) is known color: Tenne (Tawny). HEX triplet: BC, 67 and 0E. RGB value is (188,103,14). Sum of RGB (Red+Green+Blue) = 188+103+14=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC670E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC670E is #4398F1. Grayscale: #767676. Windows color (decimal): -4430066 or 944060. OLE color: 944060.
HSL color Cylindrical-coordinate representation of color #BC670E: hue angle of 30.69º 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 #BC670E is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 14 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.26 |
| HSL | 30.69º | 0.86% | 0.4% | - |
| HSV(B) | 30.69º | 0.93% | 0.74% | - |
| XYZ | 25.67 | 20.42 | 3 | - |
| YUV | 118.27 | 69.16 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 14 | 0 | 0.45 | 0.93 | 0.26 | 30.69 | 0.86 | 0.4 |
| Hex | BC | 67 | E | 0 | 2D | 5D | 1A | 1F | 56 | 28 |
| Octal | 274 | 147 | 16 | 0 | 55 | 135 | 32 | 37 | 126 | 50 |
| Binary | 10111100 | 1100111 | 1110 | 0 | 101101 | 1011101 | 11010 | 11111 | 1010110 | 101000 |
Color Harmonies of #BC670E
Complementary color
Monochromatic Colors of #BC670E
Black with #BC670E
Text Example
Text Example
White with #BC670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC670E; }
p { color: rgb(188,103,14); }
H1.HeaderClassName
{
color: #BC670E;
}
.AnyTagClassName
{
color: #BC670E;
}
</style>
background-color css
<style>
a { background-color: #BC670E; }
a { background-color: rgb(188,103,14); }
div.DivClassName
{
background-color: #BC670E;
}
.BgClassName
{
background-color: #BC670E;
}
</style>
border-color css
<style>
span { border-color: #BC670E; }
span { border-color: rgb(188,103,14); }
td.TdClassName
{
border-color: #BC670E;
}
.TagClassName
{
border-color: #BC670E;
}
</style>