Shades of Tenne (Tawny) #BD4F00
Tints of Tenne (Tawny) #BD4F00
RGB
CMYK
RGB Variations
Color information
#BD4F00 (or 0xBD4F00) is known color: Tenne (Tawny). HEX triplet: BD, 4F and 00. RGB value is (189,79,0). Sum of RGB (Red+Green+Blue) = 189+79+0=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4F00 is #42B0FF. Grayscale: #676767. Windows color (decimal): -4370688 or 20413. OLE color: 20413.
HSL color Cylindrical-coordinate representation of color #BD4F00: hue angle of 25.08º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD4F00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 79 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.26 |
| HSL | 25.08º | 1% | 0.37% | - |
| HSV(B) | 25.08º | 1% | 0.74% | - |
| XYZ | 23.78 | 16.41 | 1.91 | - |
| YUV | 102.88 | 69.94 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 0 | 0 | 0.58 | 1 | 0.26 | 25.08 | 1 | 0.37 |
| Hex | BD | 4F | 0 | 0 | 3A | 64 | 1A | 19 | 64 | 25 |
| Octal | 275 | 117 | 0 | 0 | 72 | 144 | 32 | 31 | 144 | 45 |
| Binary | 10111101 | 1001111 | 0 | 0 | 111010 | 1100100 | 11010 | 11001 | 1100100 | 100101 |
Color Harmonies of #BD4F00
Complementary color
Monochromatic Colors of #BD4F00
Black with #BD4F00
Text Example
Text Example
White with #BD4F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4F00; }
p { color: rgb(189,79,0); }
H1.HeaderClassName
{
color: #BD4F00;
}
.AnyTagClassName
{
color: #BD4F00;
}
</style>
background-color css
<style>
a { background-color: #BD4F00; }
a { background-color: rgb(189,79,0); }
div.DivClassName
{
background-color: #BD4F00;
}
.BgClassName
{
background-color: #BD4F00;
}
</style>
border-color css
<style>
span { border-color: #BD4F00; }
span { border-color: rgb(189,79,0); }
td.TdClassName
{
border-color: #BD4F00;
}
.TagClassName
{
border-color: #BD4F00;
}
</style>