Shades of Tenne (Tawny) #BF5400
Tints of Tenne (Tawny) #BF5400
RGB
CMYK
RGB Variations
Color information
#BF5400 (or 0xBF5400) is known color: Tenne (Tawny). HEX triplet: BF, 54 and 00. RGB value is (191,84,0). Sum of RGB (Red+Green+Blue) = 191+84+0=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5400 is #40ABFF. Grayscale: #6A6A6A. Windows color (decimal): -4238336 or 21695. OLE color: 21695.
HSL color Cylindrical-coordinate representation of color #BF5400: hue angle of 26.39º 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 #BF5400 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.25 |
| HSL | 26.39º | 1% | 0.37% | - |
| HSV(B) | 26.39º | 1% | 0.75% | - |
| XYZ | 24.66 | 17.42 | 2.06 | - |
| YUV | 106.42 | 67.95 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 0 | 0 | 0.56 | 1 | 0.25 | 26.39 | 1 | 0.37 |
| Hex | BF | 54 | 0 | 0 | 38 | 64 | 19 | 1A | 64 | 25 |
| Octal | 277 | 124 | 0 | 0 | 70 | 144 | 31 | 32 | 144 | 45 |
| Binary | 10111111 | 1010100 | 0 | 0 | 111000 | 1100100 | 11001 | 11010 | 1100100 | 100101 |
Color Harmonies of #BF5400
Complementary color
Monochromatic Colors of #BF5400
Black with #BF5400
Text Example
Text Example
White with #BF5400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5400; }
p { color: rgb(191,84,0); }
H1.HeaderClassName
{
color: #BF5400;
}
.AnyTagClassName
{
color: #BF5400;
}
</style>
background-color css
<style>
a { background-color: #BF5400; }
a { background-color: rgb(191,84,0); }
div.DivClassName
{
background-color: #BF5400;
}
.BgClassName
{
background-color: #BF5400;
}
</style>
border-color css
<style>
span { border-color: #BF5400; }
span { border-color: rgb(191,84,0); }
td.TdClassName
{
border-color: #BF5400;
}
.TagClassName
{
border-color: #BF5400;
}
</style>