Shades of Tenne (Tawny) #BF5900
Tints of Tenne (Tawny) #BF5900
RGB
CMYK
RGB Variations
Color information
#BF5900 (or 0xBF5900) is known color: Tenne (Tawny). HEX triplet: BF, 59 and 00. RGB value is (191,89,0). Sum of RGB (Red+Green+Blue) = 191+89+0=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5900 is #40A6FF. Grayscale: #6D6D6D. Windows color (decimal): -4237056 or 22975. OLE color: 22975.
HSL color Cylindrical-coordinate representation of color #BF5900: hue angle of 27.96º 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 #BF5900 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.25 |
| HSL | 27.96º | 1% | 0.37% | - |
| HSV(B) | 27.96º | 1% | 0.75% | - |
| XYZ | 25.06 | 18.22 | 2.2 | - |
| YUV | 109.35 | 66.29 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 0 | 0 | 0.53 | 1 | 0.25 | 27.96 | 1 | 0.37 |
| Hex | BF | 59 | 0 | 0 | 35 | 64 | 19 | 1C | 64 | 25 |
| Octal | 277 | 131 | 0 | 0 | 65 | 144 | 31 | 34 | 144 | 45 |
| Binary | 10111111 | 1011001 | 0 | 0 | 110101 | 1100100 | 11001 | 11100 | 1100100 | 100101 |
Color Harmonies of #BF5900
Complementary color
Monochromatic Colors of #BF5900
Black with #BF5900
Text Example
Text Example
White with #BF5900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5900; }
p { color: rgb(191,89,0); }
H1.HeaderClassName
{
color: #BF5900;
}
.AnyTagClassName
{
color: #BF5900;
}
</style>
background-color css
<style>
a { background-color: #BF5900; }
a { background-color: rgb(191,89,0); }
div.DivClassName
{
background-color: #BF5900;
}
.BgClassName
{
background-color: #BF5900;
}
</style>
border-color css
<style>
span { border-color: #BF5900; }
span { border-color: rgb(191,89,0); }
td.TdClassName
{
border-color: #BF5900;
}
.TagClassName
{
border-color: #BF5900;
}
</style>