Shades of Tenne (Tawny) #BF5C0E
Tints of Tenne (Tawny) #BF5C0E
RGB
CMYK
RGB Variations
Color information
#BF5C0E (or 0xBF5C0E) is known color: Tenne (Tawny). HEX triplet: BF, 5C and 0E. RGB value is (191,92,14). Sum of RGB (Red+Green+Blue) = 191+92+14=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5C0E is #40A3F1. Grayscale: #717171. Windows color (decimal): -4236274 or 941247. OLE color: 941247.
HSL color Cylindrical-coordinate representation of color #BF5C0E: hue angle of 26.44º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF5C0E is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 92 | 14 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.25 |
| HSL | 26.44º | 0.86% | 0.4% | - |
| HSV(B) | 26.44º | 0.93% | 0.75% | - |
| XYZ | 25.39 | 18.76 | 2.7 | - |
| YUV | 112.71 | 72.3 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 14 | 0 | 0.52 | 0.93 | 0.25 | 26.44 | 0.86 | 0.4 |
| Hex | BF | 5C | E | 0 | 34 | 5D | 19 | 1A | 56 | 28 |
| Octal | 277 | 134 | 16 | 0 | 64 | 135 | 31 | 32 | 126 | 50 |
| Binary | 10111111 | 1011100 | 1110 | 0 | 110100 | 1011101 | 11001 | 11010 | 1010110 | 101000 |
Color Harmonies of #BF5C0E
Complementary color
Monochromatic Colors of #BF5C0E
Black with #BF5C0E
Text Example
Text Example
White with #BF5C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5C0E; }
p { color: rgb(191,92,14); }
H1.HeaderClassName
{
color: #BF5C0E;
}
.AnyTagClassName
{
color: #BF5C0E;
}
</style>
background-color css
<style>
a { background-color: #BF5C0E; }
a { background-color: rgb(191,92,14); }
div.DivClassName
{
background-color: #BF5C0E;
}
.BgClassName
{
background-color: #BF5C0E;
}
</style>
border-color css
<style>
span { border-color: #BF5C0E; }
span { border-color: rgb(191,92,14); }
td.TdClassName
{
border-color: #BF5C0E;
}
.TagClassName
{
border-color: #BF5C0E;
}
</style>