Shades of Tenne (Tawny) #BC5D00
Tints of Tenne (Tawny) #BC5D00
RGB
CMYK
RGB Variations
Color information
#BC5D00 (or 0xBC5D00) is known color: Tenne (Tawny). HEX triplet: BC, 5D and 00. RGB value is (188,93,0). Sum of RGB (Red+Green+Blue) = 188+93+0=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5D00 is #43A2FF. Grayscale: #6F6F6F. Windows color (decimal): -4432640 or 23996. OLE color: 23996.
HSL color Cylindrical-coordinate representation of color #BC5D00: hue angle of 29.68º 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 #BC5D00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.26 |
| HSL | 29.68º | 1% | 0.37% | - |
| HSV(B) | 29.68º | 1% | 0.74% | - |
| XYZ | 24.65 | 18.52 | 2.28 | - |
| YUV | 110.8 | 65.47 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 0 | 0 | 0.51 | 1 | 0.26 | 29.68 | 1 | 0.37 |
| Hex | BC | 5D | 0 | 0 | 33 | 64 | 1A | 1E | 64 | 25 |
| Octal | 274 | 135 | 0 | 0 | 63 | 144 | 32 | 36 | 144 | 45 |
| Binary | 10111100 | 1011101 | 0 | 0 | 110011 | 1100100 | 11010 | 11110 | 1100100 | 100101 |
Color Harmonies of #BC5D00
Complementary color
Monochromatic Colors of #BC5D00
Black with #BC5D00
Text Example
Text Example
White with #BC5D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D00; }
p { color: rgb(188,93,0); }
H1.HeaderClassName
{
color: #BC5D00;
}
.AnyTagClassName
{
color: #BC5D00;
}
</style>
background-color css
<style>
a { background-color: #BC5D00; }
a { background-color: rgb(188,93,0); }
div.DivClassName
{
background-color: #BC5D00;
}
.BgClassName
{
background-color: #BC5D00;
}
</style>
border-color css
<style>
span { border-color: #BC5D00; }
span { border-color: rgb(188,93,0); }
td.TdClassName
{
border-color: #BC5D00;
}
.TagClassName
{
border-color: #BC5D00;
}
</style>