Shades of Tenne (Tawny) #BC5E00
Tints of Tenne (Tawny) #BC5E00
RGB
CMYK
RGB Variations
Color information
#BC5E00 (or 0xBC5E00) is known color: Tenne (Tawny). HEX triplet: BC, 5E and 00. RGB value is (188,94,0). Sum of RGB (Red+Green+Blue) = 188+94+0=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5E00 is #43A1FF. Grayscale: #6F6F6F. Windows color (decimal): -4432384 or 24252. OLE color: 24252.
HSL color Cylindrical-coordinate representation of color #BC5E00: hue angle of 30º 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 #BC5E00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.26 |
| HSL | 30º | 1% | 0.37% | - |
| HSV(B) | 30º | 1% | 0.74% | - |
| XYZ | 24.74 | 18.7 | 2.3 | - |
| YUV | 111.39 | 65.14 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 0 | 0 | 0.50 | 1 | 0.26 | 30 | 1 | 0.37 |
| Hex | BC | 5E | 0 | 0 | 32 | 64 | 1A | 1E | 64 | 25 |
| Octal | 274 | 136 | 0 | 0 | 62 | 144 | 32 | 36 | 144 | 45 |
| Binary | 10111100 | 1011110 | 0 | 0 | 110010 | 1100100 | 11010 | 11110 | 1100100 | 100101 |
Color Harmonies of #BC5E00
Complementary color
Monochromatic Colors of #BC5E00
Black with #BC5E00
Text Example
Text Example
White with #BC5E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E00; }
p { color: rgb(188,94,0); }
H1.HeaderClassName
{
color: #BC5E00;
}
.AnyTagClassName
{
color: #BC5E00;
}
</style>
background-color css
<style>
a { background-color: #BC5E00; }
a { background-color: rgb(188,94,0); }
div.DivClassName
{
background-color: #BC5E00;
}
.BgClassName
{
background-color: #BC5E00;
}
</style>
border-color css
<style>
span { border-color: #BC5E00; }
span { border-color: rgb(188,94,0); }
td.TdClassName
{
border-color: #BC5E00;
}
.TagClassName
{
border-color: #BC5E00;
}
</style>