Shades of Tenne (Tawny) #BD5000
Tints of Tenne (Tawny) #BD5000
RGB
CMYK
RGB Variations
Color information
#BD5000 (or 0xBD5000) is known color: Tenne (Tawny). HEX triplet: BD, 50 and 00. RGB value is (189,80,0). Sum of RGB (Red+Green+Blue) = 189+80+0=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5000 is #42AFFF. Grayscale: #676767. Windows color (decimal): -4370432 or 20669. OLE color: 20669.
HSL color Cylindrical-coordinate representation of color #BD5000: hue angle of 25.4º 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 #BD5000 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.26 |
| HSL | 25.4º | 1% | 0.37% | - |
| HSV(B) | 25.4º | 1% | 0.74% | - |
| XYZ | 23.85 | 16.56 | 1.94 | - |
| YUV | 103.47 | 69.61 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 0 | 0 | 0.58 | 1 | 0.26 | 25.4 | 1 | 0.37 |
| Hex | BD | 50 | 0 | 0 | 3A | 64 | 1A | 19 | 64 | 25 |
| Octal | 275 | 120 | 0 | 0 | 72 | 144 | 32 | 31 | 144 | 45 |
| Binary | 10111101 | 1010000 | 0 | 0 | 111010 | 1100100 | 11010 | 11001 | 1100100 | 100101 |
Color Harmonies of #BD5000
Complementary color
Monochromatic Colors of #BD5000
Black with #BD5000
Text Example
Text Example
White with #BD5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5000; }
p { color: rgb(189,80,0); }
H1.HeaderClassName
{
color: #BD5000;
}
.AnyTagClassName
{
color: #BD5000;
}
</style>
background-color css
<style>
a { background-color: #BD5000; }
a { background-color: rgb(189,80,0); }
div.DivClassName
{
background-color: #BD5000;
}
.BgClassName
{
background-color: #BD5000;
}
</style>
border-color css
<style>
span { border-color: #BD5000; }
span { border-color: rgb(189,80,0); }
td.TdClassName
{
border-color: #BD5000;
}
.TagClassName
{
border-color: #BD5000;
}
</style>