Shades of Tenne (Tawny) #BC640E
Tints of Tenne (Tawny) #BC640E
RGB
CMYK
RGB Variations
Color information
#BC640E (or 0xBC640E) is known color: Tenne (Tawny). HEX triplet: BC, 64 and 0E. RGB value is (188,100,14). Sum of RGB (Red+Green+Blue) = 188+100+14=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC640E is #439BF1. Grayscale: #747474. Windows color (decimal): -4430834 or 943292. OLE color: 943292.
HSL color Cylindrical-coordinate representation of color #BC640E: hue angle of 29.66º 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 #BC640E is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 14 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.26 |
| HSL | 29.66º | 0.86% | 0.4% | - |
| HSV(B) | 29.66º | 0.93% | 0.74% | - |
| XYZ | 25.38 | 19.84 | 2.91 | - |
| YUV | 116.51 | 70.15 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 14 | 0 | 0.47 | 0.93 | 0.26 | 29.66 | 0.86 | 0.4 |
| Hex | BC | 64 | E | 0 | 2F | 5D | 1A | 1E | 56 | 28 |
| Octal | 274 | 144 | 16 | 0 | 57 | 135 | 32 | 36 | 126 | 50 |
| Binary | 10111100 | 1100100 | 1110 | 0 | 101111 | 1011101 | 11010 | 11110 | 1010110 | 101000 |
Color Harmonies of #BC640E
Complementary color
Monochromatic Colors of #BC640E
Black with #BC640E
Text Example
Text Example
White with #BC640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC640E; }
p { color: rgb(188,100,14); }
H1.HeaderClassName
{
color: #BC640E;
}
.AnyTagClassName
{
color: #BC640E;
}
</style>
background-color css
<style>
a { background-color: #BC640E; }
a { background-color: rgb(188,100,14); }
div.DivClassName
{
background-color: #BC640E;
}
.BgClassName
{
background-color: #BC640E;
}
</style>
border-color css
<style>
span { border-color: #BC640E; }
span { border-color: rgb(188,100,14); }
td.TdClassName
{
border-color: #BC640E;
}
.TagClassName
{
border-color: #BC640E;
}
</style>