Shades of Tenne (Tawny) #BF590E
Tints of Tenne (Tawny) #BF590E
RGB
CMYK
RGB Variations
Color information
#BF590E (or 0xBF590E) is known color: Tenne (Tawny). HEX triplet: BF, 59 and 0E. RGB value is (191,89,14). Sum of RGB (Red+Green+Blue) = 191+89+14=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF590E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF590E is #40A6F1. Grayscale: #6F6F6F. Windows color (decimal): -4237042 or 940479. OLE color: 940479.
HSL color Cylindrical-coordinate representation of color #BF590E: hue angle of 25.42º degrees, saturation: 0.86, 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 #BF590E is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 14 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.25 |
| HSL | 25.42º | 0.86% | 0.4% | - |
| HSV(B) | 25.42º | 0.93% | 0.75% | - |
| XYZ | 25.14 | 18.25 | 2.61 | - |
| YUV | 110.95 | 73.29 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 14 | 0 | 0.53 | 0.93 | 0.25 | 25.42 | 0.86 | 0.4 |
| Hex | BF | 59 | E | 0 | 35 | 5D | 19 | 19 | 56 | 28 |
| Octal | 277 | 131 | 16 | 0 | 65 | 135 | 31 | 31 | 126 | 50 |
| Binary | 10111111 | 1011001 | 1110 | 0 | 110101 | 1011101 | 11001 | 11001 | 1010110 | 101000 |
Color Harmonies of #BF590E
Complementary color
Monochromatic Colors of #BF590E
Black with #BF590E
Text Example
Text Example
White with #BF590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF590E; }
p { color: rgb(191,89,14); }
H1.HeaderClassName
{
color: #BF590E;
}
.AnyTagClassName
{
color: #BF590E;
}
</style>
background-color css
<style>
a { background-color: #BF590E; }
a { background-color: rgb(191,89,14); }
div.DivClassName
{
background-color: #BF590E;
}
.BgClassName
{
background-color: #BF590E;
}
</style>
border-color css
<style>
span { border-color: #BF590E; }
span { border-color: rgb(191,89,14); }
td.TdClassName
{
border-color: #BF590E;
}
.TagClassName
{
border-color: #BF590E;
}
</style>