Shades of Tenne (Tawny) #BC5E0E
Tints of Tenne (Tawny) #BC5E0E
RGB
CMYK
RGB Variations
Color information
#BC5E0E (or 0xBC5E0E) is known color: Tenne (Tawny). HEX triplet: BC, 5E and 0E. RGB value is (188,94,14). Sum of RGB (Red+Green+Blue) = 188+94+14=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5E0E is #43A1F1. Grayscale: #717171. Windows color (decimal): -4432370 or 941756. OLE color: 941756.
HSL color Cylindrical-coordinate representation of color #BC5E0E: hue angle of 27.59º 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 #BC5E0E is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 14 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.26 |
| HSL | 27.59º | 0.86% | 0.4% | - |
| HSV(B) | 27.59º | 0.93% | 0.74% | - |
| XYZ | 24.82 | 18.73 | 2.72 | - |
| YUV | 112.99 | 72.14 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 14 | 0 | 0.50 | 0.93 | 0.26 | 27.59 | 0.86 | 0.4 |
| Hex | BC | 5E | E | 0 | 32 | 5D | 1A | 1C | 56 | 28 |
| Octal | 274 | 136 | 16 | 0 | 62 | 135 | 32 | 34 | 126 | 50 |
| Binary | 10111100 | 1011110 | 1110 | 0 | 110010 | 1011101 | 11010 | 11100 | 1010110 | 101000 |
Color Harmonies of #BC5E0E
Complementary color
Monochromatic Colors of #BC5E0E
Black with #BC5E0E
Text Example
Text Example
White with #BC5E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E0E; }
p { color: rgb(188,94,14); }
H1.HeaderClassName
{
color: #BC5E0E;
}
.AnyTagClassName
{
color: #BC5E0E;
}
</style>
background-color css
<style>
a { background-color: #BC5E0E; }
a { background-color: rgb(188,94,14); }
div.DivClassName
{
background-color: #BC5E0E;
}
.BgClassName
{
background-color: #BC5E0E;
}
</style>
border-color css
<style>
span { border-color: #BC5E0E; }
span { border-color: rgb(188,94,14); }
td.TdClassName
{
border-color: #BC5E0E;
}
.TagClassName
{
border-color: #BC5E0E;
}
</style>