Shades of Tenne (Tawny) #BF5000
Tints of Tenne (Tawny) #BF5000
RGB
CMYK
RGB Variations
Color information
#BF5000 (or 0xBF5000) is known color: Tenne (Tawny). HEX triplet: BF, 50 and 00. RGB value is (191,80,0). Sum of RGB (Red+Green+Blue) = 191+80+0=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5000 is #40AFFF. Grayscale: #686868. Windows color (decimal): -4239360 or 20671. OLE color: 20671.
HSL color Cylindrical-coordinate representation of color #BF5000: hue angle of 25.13º 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 #BF5000 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.25 |
| HSL | 25.13º | 1% | 0.37% | - |
| HSV(B) | 25.13º | 1% | 0.75% | - |
| XYZ | 24.35 | 16.81 | 1.96 | - |
| YUV | 104.07 | 69.27 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 0 | 0 | 0.58 | 1 | 0.25 | 25.13 | 1 | 0.37 |
| Hex | BF | 50 | 0 | 0 | 3A | 64 | 19 | 19 | 64 | 25 |
| Octal | 277 | 120 | 0 | 0 | 72 | 144 | 31 | 31 | 144 | 45 |
| Binary | 10111111 | 1010000 | 0 | 0 | 111010 | 1100100 | 11001 | 11001 | 1100100 | 100101 |
Color Harmonies of #BF5000
Complementary color
Monochromatic Colors of #BF5000
Black with #BF5000
Text Example
Text Example
White with #BF5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5000; }
p { color: rgb(191,80,0); }
H1.HeaderClassName
{
color: #BF5000;
}
.AnyTagClassName
{
color: #BF5000;
}
</style>
background-color css
<style>
a { background-color: #BF5000; }
a { background-color: rgb(191,80,0); }
div.DivClassName
{
background-color: #BF5000;
}
.BgClassName
{
background-color: #BF5000;
}
</style>
border-color css
<style>
span { border-color: #BF5000; }
span { border-color: rgb(191,80,0); }
td.TdClassName
{
border-color: #BF5000;
}
.TagClassName
{
border-color: #BF5000;
}
</style>