Shades of Tenne (Tawny) #BC6007
Tints of Tenne (Tawny) #BC6007
RGB
CMYK
RGB Variations
Color information
#BC6007 (or 0xBC6007) is known color: Tenne (Tawny). HEX triplet: BC, 60 and 07. RGB value is (188,96,7). Sum of RGB (Red+Green+Blue) = 188+96+7=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6007 is #439FF8. Grayscale: #717171. Windows color (decimal): -4431865 or 483516. OLE color: 483516.
HSL color Cylindrical-coordinate representation of color #BC6007: hue angle of 29.5º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC6007 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 7 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.26 |
| HSL | 29.5º | 0.93% | 0.38% | - |
| HSV(B) | 29.5º | 0.96% | 0.74% | - |
| XYZ | 24.96 | 19.07 | 2.57 | - |
| YUV | 113.36 | 67.98 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 7 | 0 | 0.49 | 0.96 | 0.26 | 29.5 | 0.93 | 0.38 |
| Hex | BC | 60 | 7 | 0 | 31 | 60 | 1A | 1E | 5D | 26 |
| Octal | 274 | 140 | 7 | 0 | 61 | 140 | 32 | 36 | 135 | 46 |
| Binary | 10111100 | 1100000 | 111 | 0 | 110001 | 1100000 | 11010 | 11110 | 1011101 | 100110 |
Color Harmonies of #BC6007
Complementary color
Monochromatic Colors of #BC6007
Black with #BC6007
Text Example
Text Example
White with #BC6007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6007; }
p { color: rgb(188,96,7); }
H1.HeaderClassName
{
color: #BC6007;
}
.AnyTagClassName
{
color: #BC6007;
}
</style>
background-color css
<style>
a { background-color: #BC6007; }
a { background-color: rgb(188,96,7); }
div.DivClassName
{
background-color: #BC6007;
}
.BgClassName
{
background-color: #BC6007;
}
</style>
border-color css
<style>
span { border-color: #BC6007; }
span { border-color: rgb(188,96,7); }
td.TdClassName
{
border-color: #BC6007;
}
.TagClassName
{
border-color: #BC6007;
}
</style>