Shades of Tenne (Tawny) #BC6004
Tints of Tenne (Tawny) #BC6004
RGB
CMYK
RGB Variations
Color information
#BC6004 (or 0xBC6004) is known color: Tenne (Tawny). HEX triplet: BC, 60 and 04. RGB value is (188,96,4). Sum of RGB (Red+Green+Blue) = 188+96+4=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6004 is #439FFB. Grayscale: #717171. Windows color (decimal): -4431868 or 286908. OLE color: 286908.
HSL color Cylindrical-coordinate representation of color #BC6004: hue angle of 30º 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 #BC6004 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 4 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.26 |
| HSL | 30º | 0.96% | 0.38% | - |
| HSV(B) | 30º | 0.98% | 0.74% | - |
| XYZ | 24.94 | 19.07 | 2.48 | - |
| YUV | 113.02 | 66.48 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 4 | 0 | 0.49 | 0.98 | 0.26 | 30 | 0.96 | 0.38 |
| Hex | BC | 60 | 4 | 0 | 31 | 62 | 1A | 1E | 60 | 26 |
| Octal | 274 | 140 | 4 | 0 | 61 | 142 | 32 | 36 | 140 | 46 |
| Binary | 10111100 | 1100000 | 100 | 0 | 110001 | 1100010 | 11010 | 11110 | 1100000 | 100110 |
Color Harmonies of #BC6004
Complementary color
Monochromatic Colors of #BC6004
Black with #BC6004
Text Example
Text Example
White with #BC6004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6004; }
p { color: rgb(188,96,4); }
H1.HeaderClassName
{
color: #BC6004;
}
.AnyTagClassName
{
color: #BC6004;
}
</style>
background-color css
<style>
a { background-color: #BC6004; }
a { background-color: rgb(188,96,4); }
div.DivClassName
{
background-color: #BC6004;
}
.BgClassName
{
background-color: #BC6004;
}
</style>
border-color css
<style>
span { border-color: #BC6004; }
span { border-color: rgb(188,96,4); }
td.TdClassName
{
border-color: #BC6004;
}
.TagClassName
{
border-color: #BC6004;
}
</style>