Shades of Tenne (Tawny) #BC5E04
Tints of Tenne (Tawny) #BC5E04
RGB
CMYK
RGB Variations
Color information
#BC5E04 (or 0xBC5E04) is known color: Tenne (Tawny). HEX triplet: BC, 5E and 04. RGB value is (188,94,4). Sum of RGB (Red+Green+Blue) = 188+94+4=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5E04 is #43A1FB. Grayscale: #707070. Windows color (decimal): -4432380 or 286396. OLE color: 286396.
HSL color Cylindrical-coordinate representation of color #BC5E04: hue angle of 29.35º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC5E04 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 4 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.26 |
| HSL | 29.35º | 0.96% | 0.38% | - |
| HSV(B) | 29.35º | 0.98% | 0.74% | - |
| XYZ | 24.76 | 18.71 | 2.42 | - |
| YUV | 111.85 | 67.14 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 4 | 0 | 0.50 | 0.98 | 0.26 | 29.35 | 0.96 | 0.38 |
| Hex | BC | 5E | 4 | 0 | 32 | 62 | 1A | 1D | 60 | 26 |
| Octal | 274 | 136 | 4 | 0 | 62 | 142 | 32 | 35 | 140 | 46 |
| Binary | 10111100 | 1011110 | 100 | 0 | 110010 | 1100010 | 11010 | 11101 | 1100000 | 100110 |
Color Harmonies of #BC5E04
Complementary color
Monochromatic Colors of #BC5E04
Black with #BC5E04
Text Example
Text Example
White with #BC5E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E04; }
p { color: rgb(188,94,4); }
H1.HeaderClassName
{
color: #BC5E04;
}
.AnyTagClassName
{
color: #BC5E04;
}
</style>
background-color css
<style>
a { background-color: #BC5E04; }
a { background-color: rgb(188,94,4); }
div.DivClassName
{
background-color: #BC5E04;
}
.BgClassName
{
background-color: #BC5E04;
}
</style>
border-color css
<style>
span { border-color: #BC5E04; }
span { border-color: rgb(188,94,4); }
td.TdClassName
{
border-color: #BC5E04;
}
.TagClassName
{
border-color: #BC5E04;
}
</style>