Shades of Tenne (Tawny) #BF590D
Tints of Tenne (Tawny) #BF590D
RGB
CMYK
RGB Variations
Color information
#BF590D (or 0xBF590D) is known color: Tenne (Tawny). HEX triplet: BF, 59 and 0D. RGB value is (191,89,13). Sum of RGB (Red+Green+Blue) = 191+89+13=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF590D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF590D is #40A6F2. Grayscale: #6F6F6F. Windows color (decimal): -4237043 or 874943. OLE color: 874943.
HSL color Cylindrical-coordinate representation of color #BF590D: hue angle of 25.62º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF590D is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 13 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.25 |
| HSL | 25.62º | 0.87% | 0.4% | - |
| HSV(B) | 25.62º | 0.93% | 0.75% | - |
| XYZ | 25.13 | 18.25 | 2.58 | - |
| YUV | 110.83 | 72.79 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 13 | 0 | 0.53 | 0.93 | 0.25 | 25.62 | 0.87 | 0.4 |
| Hex | BF | 59 | D | 0 | 35 | 5D | 19 | 1A | 57 | 28 |
| Octal | 277 | 131 | 15 | 0 | 65 | 135 | 31 | 32 | 127 | 50 |
| Binary | 10111111 | 1011001 | 1101 | 0 | 110101 | 1011101 | 11001 | 11010 | 1010111 | 101000 |
Color Harmonies of #BF590D
Complementary color
Monochromatic Colors of #BF590D
Black with #BF590D
Text Example
Text Example
White with #BF590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF590D; }
p { color: rgb(191,89,13); }
H1.HeaderClassName
{
color: #BF590D;
}
.AnyTagClassName
{
color: #BF590D;
}
</style>
background-color css
<style>
a { background-color: #BF590D; }
a { background-color: rgb(191,89,13); }
div.DivClassName
{
background-color: #BF590D;
}
.BgClassName
{
background-color: #BF590D;
}
</style>
border-color css
<style>
span { border-color: #BF590D; }
span { border-color: rgb(191,89,13); }
td.TdClassName
{
border-color: #BF590D;
}
.TagClassName
{
border-color: #BF590D;
}
</style>