Shades of Tenne (Tawny) #BF5D0F
Tints of Tenne (Tawny) #BF5D0F
RGB
CMYK
RGB Variations
Color information
#BF5D0F (or 0xBF5D0F) is known color: Tenne (Tawny). HEX triplet: BF, 5D and 0F. RGB value is (191,93,15). Sum of RGB (Red+Green+Blue) = 191+93+15=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5D0F is #40A2F0. Grayscale: #717171. Windows color (decimal): -4236017 or 1007039. OLE color: 1007039.
HSL color Cylindrical-coordinate representation of color #BF5D0F: hue angle of 26.59º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF5D0F is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 15 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.25 |
| HSL | 26.59º | 0.85% | 0.4% | - |
| HSV(B) | 26.59º | 0.92% | 0.75% | - |
| XYZ | 25.49 | 18.94 | 2.76 | - |
| YUV | 113.41 | 72.47 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 15 | 0 | 0.51 | 0.92 | 0.25 | 26.59 | 0.85 | 0.4 |
| Hex | BF | 5D | F | 0 | 33 | 5C | 19 | 1B | 55 | 28 |
| Octal | 277 | 135 | 17 | 0 | 63 | 134 | 31 | 33 | 125 | 50 |
| Binary | 10111111 | 1011101 | 1111 | 0 | 110011 | 1011100 | 11001 | 11011 | 1010101 | 101000 |
Color Harmonies of #BF5D0F
Complementary color
Monochromatic Colors of #BF5D0F
Black with #BF5D0F
Text Example
Text Example
White with #BF5D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D0F; }
p { color: rgb(191,93,15); }
H1.HeaderClassName
{
color: #BF5D0F;
}
.AnyTagClassName
{
color: #BF5D0F;
}
</style>
background-color css
<style>
a { background-color: #BF5D0F; }
a { background-color: rgb(191,93,15); }
div.DivClassName
{
background-color: #BF5D0F;
}
.BgClassName
{
background-color: #BF5D0F;
}
</style>
border-color css
<style>
span { border-color: #BF5D0F; }
span { border-color: rgb(191,93,15); }
td.TdClassName
{
border-color: #BF5D0F;
}
.TagClassName
{
border-color: #BF5D0F;
}
</style>