Shades of Tenne (Tawny) #BF4D00
Tints of Tenne (Tawny) #BF4D00
RGB
CMYK
RGB Variations
Color information
#BF4D00 (or 0xBF4D00) is known color: Tenne (Tawny). HEX triplet: BF, 4D and 00. RGB value is (191,77,0). Sum of RGB (Red+Green+Blue) = 191+77+0=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4D00 is #40B2FF. Grayscale: #666666. Windows color (decimal): -4240128 or 19903. OLE color: 19903.
HSL color Cylindrical-coordinate representation of color #BF4D00: hue angle of 24.19º 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 #BF4D00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.25 |
| HSL | 24.19º | 1% | 0.37% | - |
| HSV(B) | 24.19º | 1% | 0.75% | - |
| XYZ | 24.14 | 16.38 | 1.89 | - |
| YUV | 102.31 | 70.27 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 0 | 0 | 0.60 | 1 | 0.25 | 24.19 | 1 | 0.37 |
| Hex | BF | 4D | 0 | 0 | 3C | 64 | 19 | 18 | 64 | 25 |
| Octal | 277 | 115 | 0 | 0 | 74 | 144 | 31 | 30 | 144 | 45 |
| Binary | 10111111 | 1001101 | 0 | 0 | 111100 | 1100100 | 11001 | 11000 | 1100100 | 100101 |
Color Harmonies of #BF4D00
Complementary color
Monochromatic Colors of #BF4D00
Black with #BF4D00
Text Example
Text Example
White with #BF4D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D00; }
p { color: rgb(191,77,0); }
H1.HeaderClassName
{
color: #BF4D00;
}
.AnyTagClassName
{
color: #BF4D00;
}
</style>
background-color css
<style>
a { background-color: #BF4D00; }
a { background-color: rgb(191,77,0); }
div.DivClassName
{
background-color: #BF4D00;
}
.BgClassName
{
background-color: #BF4D00;
}
</style>
border-color css
<style>
span { border-color: #BF4D00; }
span { border-color: rgb(191,77,0); }
td.TdClassName
{
border-color: #BF4D00;
}
.TagClassName
{
border-color: #BF4D00;
}
</style>