Shades of Tenne (Tawny) #BF5E01
Tints of Tenne (Tawny) #BF5E01
RGB
CMYK
RGB Variations
Color information
#BF5E01 (or 0xBF5E01) is known color: Tenne (Tawny). HEX triplet: BF, 5E and 01. RGB value is (191,94,1). Sum of RGB (Red+Green+Blue) = 191+94+1=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5E01 is #40A1FE. Grayscale: #707070. Windows color (decimal): -4235775 or 89791. OLE color: 89791.
HSL color Cylindrical-coordinate representation of color #BF5E01: hue angle of 29.37º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF5E01 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.25 |
| HSL | 29.37º | 0.99% | 0.38% | - |
| HSV(B) | 29.37º | 0.99% | 0.75% | - |
| XYZ | 25.49 | 19.08 | 2.37 | - |
| YUV | 112.4 | 65.14 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 1 | 0 | 0.51 | 0.99 | 0.25 | 29.37 | 0.99 | 0.38 |
| Hex | BF | 5E | 1 | 0 | 33 | 63 | 19 | 1D | 63 | 26 |
| Octal | 277 | 136 | 1 | 0 | 63 | 143 | 31 | 35 | 143 | 46 |
| Binary | 10111111 | 1011110 | 1 | 0 | 110011 | 1100011 | 11001 | 11101 | 1100011 | 100110 |
Color Harmonies of #BF5E01
Complementary color
Monochromatic Colors of #BF5E01
Black with #BF5E01
Text Example
Text Example
White with #BF5E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E01; }
p { color: rgb(191,94,1); }
H1.HeaderClassName
{
color: #BF5E01;
}
.AnyTagClassName
{
color: #BF5E01;
}
</style>
background-color css
<style>
a { background-color: #BF5E01; }
a { background-color: rgb(191,94,1); }
div.DivClassName
{
background-color: #BF5E01;
}
.BgClassName
{
background-color: #BF5E01;
}
</style>
border-color css
<style>
span { border-color: #BF5E01; }
span { border-color: rgb(191,94,1); }
td.TdClassName
{
border-color: #BF5E01;
}
.TagClassName
{
border-color: #BF5E01;
}
</style>