Shades of Tenne (Tawny) #BC6307
Tints of Tenne (Tawny) #BC6307
RGB
CMYK
RGB Variations
Color information
#BC6307 (or 0xBC6307) is known color: Tenne (Tawny). HEX triplet: BC, 63 and 07. RGB value is (188,99,7). Sum of RGB (Red+Green+Blue) = 188+99+7=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6307 is #439CF8. Grayscale: #737373. Windows color (decimal): -4431097 or 484284. OLE color: 484284.
HSL color Cylindrical-coordinate representation of color #BC6307: hue angle of 30.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 #BC6307 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 7 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.26 |
| HSL | 30.5º | 0.93% | 0.38% | - |
| HSV(B) | 30.5º | 0.96% | 0.74% | - |
| XYZ | 25.24 | 19.63 | 2.66 | - |
| YUV | 115.12 | 66.99 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 7 | 0 | 0.47 | 0.96 | 0.26 | 30.5 | 0.93 | 0.38 |
| Hex | BC | 63 | 7 | 0 | 2F | 60 | 1A | 1E | 5D | 26 |
| Octal | 274 | 143 | 7 | 0 | 57 | 140 | 32 | 36 | 135 | 46 |
| Binary | 10111100 | 1100011 | 111 | 0 | 101111 | 1100000 | 11010 | 11110 | 1011101 | 100110 |
Color Harmonies of #BC6307
Complementary color
Monochromatic Colors of #BC6307
Black with #BC6307
Text Example
Text Example
White with #BC6307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6307; }
p { color: rgb(188,99,7); }
H1.HeaderClassName
{
color: #BC6307;
}
.AnyTagClassName
{
color: #BC6307;
}
</style>
background-color css
<style>
a { background-color: #BC6307; }
a { background-color: rgb(188,99,7); }
div.DivClassName
{
background-color: #BC6307;
}
.BgClassName
{
background-color: #BC6307;
}
</style>
border-color css
<style>
span { border-color: #BC6307; }
span { border-color: rgb(188,99,7); }
td.TdClassName
{
border-color: #BC6307;
}
.TagClassName
{
border-color: #BC6307;
}
</style>