Shades of Tenne (Tawny) #BF540E
Tints of Tenne (Tawny) #BF540E
RGB
CMYK
RGB Variations
Color information
#BF540E (or 0xBF540E) is known color: Tenne (Tawny). HEX triplet: BF, 54 and 0E. RGB value is (191,84,14). Sum of RGB (Red+Green+Blue) = 191+84+14=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF540E is #40ABF1. Grayscale: #6C6C6C. Windows color (decimal): -4238322 or 939199. OLE color: 939199.
HSL color Cylindrical-coordinate representation of color #BF540E: hue angle of 23.73º 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 #BF540E is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 14 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.25 |
| HSL | 23.73º | 0.86% | 0.4% | - |
| HSV(B) | 23.73º | 0.93% | 0.75% | - |
| XYZ | 24.74 | 17.45 | 2.48 | - |
| YUV | 108.01 | 74.95 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 14 | 0 | 0.56 | 0.93 | 0.25 | 23.73 | 0.86 | 0.4 |
| Hex | BF | 54 | E | 0 | 38 | 5D | 19 | 18 | 56 | 28 |
| Octal | 277 | 124 | 16 | 0 | 70 | 135 | 31 | 30 | 126 | 50 |
| Binary | 10111111 | 1010100 | 1110 | 0 | 111000 | 1011101 | 11001 | 11000 | 1010110 | 101000 |
Color Harmonies of #BF540E
Complementary color
Monochromatic Colors of #BF540E
Black with #BF540E
Text Example
Text Example
White with #BF540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF540E; }
p { color: rgb(191,84,14); }
H1.HeaderClassName
{
color: #BF540E;
}
.AnyTagClassName
{
color: #BF540E;
}
</style>
background-color css
<style>
a { background-color: #BF540E; }
a { background-color: rgb(191,84,14); }
div.DivClassName
{
background-color: #BF540E;
}
.BgClassName
{
background-color: #BF540E;
}
</style>
border-color css
<style>
span { border-color: #BF540E; }
span { border-color: rgb(191,84,14); }
td.TdClassName
{
border-color: #BF540E;
}
.TagClassName
{
border-color: #BF540E;
}
</style>