Shades of Tenne (Tawny) #BF6908
Tints of Tenne (Tawny) #BF6908
RGB
CMYK
RGB Variations
Color information
#BF6908 (or 0xBF6908) is known color: Tenne (Tawny). HEX triplet: BF, 69 and 08. RGB value is (191,105,8). Sum of RGB (Red+Green+Blue) = 191+105+8=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6908 is #4096F7. Grayscale: #787878. Windows color (decimal): -4232952 or 551359. OLE color: 551359.
HSL color Cylindrical-coordinate representation of color #BF6908: hue angle of 31.8º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF6908 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 8 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.25 |
| HSL | 31.8º | 0.92% | 0.39% | - |
| HSV(B) | 31.8º | 0.96% | 0.75% | - |
| XYZ | 26.58 | 21.2 | 2.92 | - |
| YUV | 119.66 | 64.99 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 8 | 0 | 0.45 | 0.96 | 0.25 | 31.8 | 0.92 | 0.39 |
| Hex | BF | 69 | 8 | 0 | 2D | 60 | 19 | 20 | 5C | 27 |
| Octal | 277 | 151 | 10 | 0 | 55 | 140 | 31 | 40 | 134 | 47 |
| Binary | 10111111 | 1101001 | 1000 | 0 | 101101 | 1100000 | 11001 | 100000 | 1011100 | 100111 |
Color Harmonies of #BF6908
Complementary color
Monochromatic Colors of #BF6908
Black with #BF6908
Text Example
Text Example
White with #BF6908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6908; }
p { color: rgb(191,105,8); }
H1.HeaderClassName
{
color: #BF6908;
}
.AnyTagClassName
{
color: #BF6908;
}
</style>
background-color css
<style>
a { background-color: #BF6908; }
a { background-color: rgb(191,105,8); }
div.DivClassName
{
background-color: #BF6908;
}
.BgClassName
{
background-color: #BF6908;
}
</style>
border-color css
<style>
span { border-color: #BF6908; }
span { border-color: rgb(191,105,8); }
td.TdClassName
{
border-color: #BF6908;
}
.TagClassName
{
border-color: #BF6908;
}
</style>