Shades of Tenne (Tawny) #BD5E10
Tints of Tenne (Tawny) #BD5E10
RGB
CMYK
RGB Variations
Color information
#BD5E10 (or 0xBD5E10) is known color: Tenne (Tawny). HEX triplet: BD, 5E and 10. RGB value is (189,94,16). Sum of RGB (Red+Green+Blue) = 189+94+16=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5E10 is #42A1EF. Grayscale: #717171. Windows color (decimal): -4366832 or 1072829. OLE color: 1072829.
HSL color Cylindrical-coordinate representation of color #BD5E10: hue angle of 27.05º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD5E10 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 94 | 16 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.26 |
| HSL | 27.05º | 0.84% | 0.4% | - |
| HSV(B) | 27.05º | 0.92% | 0.74% | - |
| XYZ | 25.08 | 18.86 | 2.81 | - |
| YUV | 113.51 | 72.97 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 16 | 0 | 0.50 | 0.92 | 0.26 | 27.05 | 0.84 | 0.4 |
| Hex | BD | 5E | 10 | 0 | 32 | 5C | 1A | 1B | 54 | 28 |
| Octal | 275 | 136 | 20 | 0 | 62 | 134 | 32 | 33 | 124 | 50 |
| Binary | 10111101 | 1011110 | 10000 | 0 | 110010 | 1011100 | 11010 | 11011 | 1010100 | 101000 |
Color Harmonies of #BD5E10
Complementary color
Monochromatic Colors of #BD5E10
Black with #BD5E10
Text Example
Text Example
White with #BD5E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5E10; }
p { color: rgb(189,94,16); }
H1.HeaderClassName
{
color: #BD5E10;
}
.AnyTagClassName
{
color: #BD5E10;
}
</style>
background-color css
<style>
a { background-color: #BD5E10; }
a { background-color: rgb(189,94,16); }
div.DivClassName
{
background-color: #BD5E10;
}
.BgClassName
{
background-color: #BD5E10;
}
</style>
border-color css
<style>
span { border-color: #BD5E10; }
span { border-color: rgb(189,94,16); }
td.TdClassName
{
border-color: #BD5E10;
}
.TagClassName
{
border-color: #BD5E10;
}
</style>