Shades of Tenne (Tawny) #BD640E
Tints of Tenne (Tawny) #BD640E
RGB
CMYK
RGB Variations
Color information
#BD640E (or 0xBD640E) is known color: Tenne (Tawny). HEX triplet: BD, 64 and 0E. RGB value is (189,100,14). Sum of RGB (Red+Green+Blue) = 189+100+14=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD640E is #429BF1. Grayscale: #757575. Windows color (decimal): -4365298 or 943293. OLE color: 943293.
HSL color Cylindrical-coordinate representation of color #BD640E: hue angle of 29.49º 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 #BD640E is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 14 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.26 |
| HSL | 29.49º | 0.86% | 0.4% | - |
| HSV(B) | 29.49º | 0.93% | 0.74% | - |
| XYZ | 25.62 | 19.96 | 2.92 | - |
| YUV | 116.81 | 69.99 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 14 | 0 | 0.47 | 0.93 | 0.26 | 29.49 | 0.86 | 0.4 |
| Hex | BD | 64 | E | 0 | 2F | 5D | 1A | 1D | 56 | 28 |
| Octal | 275 | 144 | 16 | 0 | 57 | 135 | 32 | 35 | 126 | 50 |
| Binary | 10111101 | 1100100 | 1110 | 0 | 101111 | 1011101 | 11010 | 11101 | 1010110 | 101000 |
Color Harmonies of #BD640E
Complementary color
Monochromatic Colors of #BD640E
Black with #BD640E
Text Example
Text Example
White with #BD640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD640E; }
p { color: rgb(189,100,14); }
H1.HeaderClassName
{
color: #BD640E;
}
.AnyTagClassName
{
color: #BD640E;
}
</style>
background-color css
<style>
a { background-color: #BD640E; }
a { background-color: rgb(189,100,14); }
div.DivClassName
{
background-color: #BD640E;
}
.BgClassName
{
background-color: #BD640E;
}
</style>
border-color css
<style>
span { border-color: #BD640E; }
span { border-color: rgb(189,100,14); }
td.TdClassName
{
border-color: #BD640E;
}
.TagClassName
{
border-color: #BD640E;
}
</style>