Shades of Tenne (Tawny) #BF620E
Tints of Tenne (Tawny) #BF620E
RGB
CMYK
RGB Variations
Color information
#BF620E (or 0xBF620E) is known color: Tenne (Tawny). HEX triplet: BF, 62 and 0E. RGB value is (191,98,14). Sum of RGB (Red+Green+Blue) = 191+98+14=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF620E is #409DF1. Grayscale: #747474. Windows color (decimal): -4234738 or 942783. OLE color: 942783.
HSL color Cylindrical-coordinate representation of color #BF620E: hue angle of 28.47º 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 #BF620E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 14 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.25 |
| HSL | 28.47º | 0.86% | 0.4% | - |
| HSV(B) | 28.47º | 0.93% | 0.75% | - |
| XYZ | 25.93 | 19.84 | 2.88 | - |
| YUV | 116.23 | 70.31 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 14 | 0 | 0.49 | 0.93 | 0.25 | 28.47 | 0.86 | 0.4 |
| Hex | BF | 62 | E | 0 | 31 | 5D | 19 | 1C | 56 | 28 |
| Octal | 277 | 142 | 16 | 0 | 61 | 135 | 31 | 34 | 126 | 50 |
| Binary | 10111111 | 1100010 | 1110 | 0 | 110001 | 1011101 | 11001 | 11100 | 1010110 | 101000 |
Color Harmonies of #BF620E
Complementary color
Monochromatic Colors of #BF620E
Black with #BF620E
Text Example
Text Example
White with #BF620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF620E; }
p { color: rgb(191,98,14); }
H1.HeaderClassName
{
color: #BF620E;
}
.AnyTagClassName
{
color: #BF620E;
}
</style>
background-color css
<style>
a { background-color: #BF620E; }
a { background-color: rgb(191,98,14); }
div.DivClassName
{
background-color: #BF620E;
}
.BgClassName
{
background-color: #BF620E;
}
</style>
border-color css
<style>
span { border-color: #BF620E; }
span { border-color: rgb(191,98,14); }
td.TdClassName
{
border-color: #BF620E;
}
.TagClassName
{
border-color: #BF620E;
}
</style>