Shades of Tenne (Tawny) #BD5F0E
Tints of Tenne (Tawny) #BD5F0E
RGB
CMYK
RGB Variations
Color information
#BD5F0E (or 0xBD5F0E) is known color: Tenne (Tawny). HEX triplet: BD, 5F and 0E. RGB value is (189,95,14). Sum of RGB (Red+Green+Blue) = 189+95+14=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5F0E is #42A0F1. Grayscale: #727272. Windows color (decimal): -4366578 or 942013. OLE color: 942013.
HSL color Cylindrical-coordinate representation of color #BD5F0E: hue angle of 27.77º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD5F0E is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 95 | 14 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.26 |
| HSL | 27.77º | 0.86% | 0.4% | - |
| HSV(B) | 27.77º | 0.93% | 0.74% | - |
| XYZ | 25.16 | 19.03 | 2.76 | - |
| YUV | 113.87 | 71.64 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 95 | 14 | 0 | 0.50 | 0.93 | 0.26 | 27.77 | 0.86 | 0.4 |
| Hex | BD | 5F | E | 0 | 32 | 5D | 1A | 1C | 56 | 28 |
| Octal | 275 | 137 | 16 | 0 | 62 | 135 | 32 | 34 | 126 | 50 |
| Binary | 10111101 | 1011111 | 1110 | 0 | 110010 | 1011101 | 11010 | 11100 | 1010110 | 101000 |
Color Harmonies of #BD5F0E
Complementary color
Monochromatic Colors of #BD5F0E
Black with #BD5F0E
Text Example
Text Example
White with #BD5F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5F0E; }
p { color: rgb(189,95,14); }
H1.HeaderClassName
{
color: #BD5F0E;
}
.AnyTagClassName
{
color: #BD5F0E;
}
</style>
background-color css
<style>
a { background-color: #BD5F0E; }
a { background-color: rgb(189,95,14); }
div.DivClassName
{
background-color: #BD5F0E;
}
.BgClassName
{
background-color: #BD5F0E;
}
</style>
border-color css
<style>
span { border-color: #BD5F0E; }
span { border-color: rgb(189,95,14); }
td.TdClassName
{
border-color: #BD5F0E;
}
.TagClassName
{
border-color: #BD5F0E;
}
</style>