Shades of Tenne (Tawny) #BF5D00
Tints of Tenne (Tawny) #BF5D00
RGB
CMYK
RGB Variations
Color information
#BF5D00 (or 0xBF5D00) is known color: Tenne (Tawny). HEX triplet: BF, 5D and 00. RGB value is (191,93,0). Sum of RGB (Red+Green+Blue) = 191+93+0=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5D00 is #40A2FF. Grayscale: #707070. Windows color (decimal): -4236032 or 23999. OLE color: 23999.
HSL color Cylindrical-coordinate representation of color #BF5D00: hue angle of 29.21º 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 #BF5D00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.25 |
| HSL | 29.21º | 1% | 0.37% | - |
| HSV(B) | 29.21º | 1% | 0.75% | - |
| XYZ | 25.4 | 18.91 | 2.31 | - |
| YUV | 111.7 | 64.97 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 0 | 0 | 0.51 | 1 | 0.25 | 29.21 | 1 | 0.37 |
| Hex | BF | 5D | 0 | 0 | 33 | 64 | 19 | 1D | 64 | 25 |
| Octal | 277 | 135 | 0 | 0 | 63 | 144 | 31 | 35 | 144 | 45 |
| Binary | 10111111 | 1011101 | 0 | 0 | 110011 | 1100100 | 11001 | 11101 | 1100100 | 100101 |
Color Harmonies of #BF5D00
Complementary color
Monochromatic Colors of #BF5D00
Black with #BF5D00
Text Example
Text Example
White with #BF5D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D00; }
p { color: rgb(191,93,0); }
H1.HeaderClassName
{
color: #BF5D00;
}
.AnyTagClassName
{
color: #BF5D00;
}
</style>
background-color css
<style>
a { background-color: #BF5D00; }
a { background-color: rgb(191,93,0); }
div.DivClassName
{
background-color: #BF5D00;
}
.BgClassName
{
background-color: #BF5D00;
}
</style>
border-color css
<style>
span { border-color: #BF5D00; }
span { border-color: rgb(191,93,0); }
td.TdClassName
{
border-color: #BF5D00;
}
.TagClassName
{
border-color: #BF5D00;
}
</style>