Shades of Tenne (Tawny) #BF5D0E
Tints of Tenne (Tawny) #BF5D0E
RGB
CMYK
RGB Variations
Color information
#BF5D0E (or 0xBF5D0E) is known color: Tenne (Tawny). HEX triplet: BF, 5D and 0E. RGB value is (191,93,14). Sum of RGB (Red+Green+Blue) = 191+93+14=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5D0E is #40A2F1. Grayscale: #717171. Windows color (decimal): -4236018 or 941503. OLE color: 941503.
HSL color Cylindrical-coordinate representation of color #BF5D0E: hue angle of 26.78º 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 #BF5D0E is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 14 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.25 |
| HSL | 26.78º | 0.86% | 0.4% | - |
| HSV(B) | 26.78º | 0.93% | 0.75% | - |
| XYZ | 25.48 | 18.94 | 2.73 | - |
| YUV | 113.3 | 71.97 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 14 | 0 | 0.51 | 0.93 | 0.25 | 26.78 | 0.86 | 0.4 |
| Hex | BF | 5D | E | 0 | 33 | 5D | 19 | 1B | 56 | 28 |
| Octal | 277 | 135 | 16 | 0 | 63 | 135 | 31 | 33 | 126 | 50 |
| Binary | 10111111 | 1011101 | 1110 | 0 | 110011 | 1011101 | 11001 | 11011 | 1010110 | 101000 |
Color Harmonies of #BF5D0E
Complementary color
Monochromatic Colors of #BF5D0E
Black with #BF5D0E
Text Example
Text Example
White with #BF5D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D0E; }
p { color: rgb(191,93,14); }
H1.HeaderClassName
{
color: #BF5D0E;
}
.AnyTagClassName
{
color: #BF5D0E;
}
</style>
background-color css
<style>
a { background-color: #BF5D0E; }
a { background-color: rgb(191,93,14); }
div.DivClassName
{
background-color: #BF5D0E;
}
.BgClassName
{
background-color: #BF5D0E;
}
</style>
border-color css
<style>
span { border-color: #BF5D0E; }
span { border-color: rgb(191,93,14); }
td.TdClassName
{
border-color: #BF5D0E;
}
.TagClassName
{
border-color: #BF5D0E;
}
</style>