Shades of Tenne (Tawny) #BF6100
Tints of Tenne (Tawny) #BF6100
RGB
CMYK
RGB Variations
Color information
#BF6100 (or 0xBF6100) is known color: Tenne (Tawny). HEX triplet: BF, 61 and 00. RGB value is (191,97,0). Sum of RGB (Red+Green+Blue) = 191+97+0=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6100 is #409EFF. Grayscale: #727272. Windows color (decimal): -4235008 or 25023. OLE color: 25023.
HSL color Cylindrical-coordinate representation of color #BF6100: hue angle of 30.47º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF6100 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 97 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.25 |
| HSL | 30.47º | 1% | 0.37% | - |
| HSV(B) | 30.47º | 1% | 0.75% | - |
| XYZ | 25.76 | 19.63 | 2.43 | - |
| YUV | 114.05 | 63.64 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 0 | 0 | 0.49 | 1 | 0.25 | 30.47 | 1 | 0.37 |
| Hex | BF | 61 | 0 | 0 | 31 | 64 | 19 | 1E | 64 | 25 |
| Octal | 277 | 141 | 0 | 0 | 61 | 144 | 31 | 36 | 144 | 45 |
| Binary | 10111111 | 1100001 | 0 | 0 | 110001 | 1100100 | 11001 | 11110 | 1100100 | 100101 |
Color Harmonies of #BF6100
Complementary color
Monochromatic Colors of #BF6100
Black with #BF6100
Text Example
Text Example
White with #BF6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6100; }
p { color: rgb(191,97,0); }
H1.HeaderClassName
{
color: #BF6100;
}
.AnyTagClassName
{
color: #BF6100;
}
</style>
background-color css
<style>
a { background-color: #BF6100; }
a { background-color: rgb(191,97,0); }
div.DivClassName
{
background-color: #BF6100;
}
.BgClassName
{
background-color: #BF6100;
}
</style>
border-color css
<style>
span { border-color: #BF6100; }
span { border-color: rgb(191,97,0); }
td.TdClassName
{
border-color: #BF6100;
}
.TagClassName
{
border-color: #BF6100;
}
</style>