Shades of Tenne (Tawny) #BC6805
Tints of Tenne (Tawny) #BC6805
RGB
CMYK
RGB Variations
Color information
#BC6805 (or 0xBC6805) is known color: Tenne (Tawny). HEX triplet: BC, 68 and 05. RGB value is (188,104,5). Sum of RGB (Red+Green+Blue) = 188+104+5=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6805 is #4397FA. Grayscale: #767676. Windows color (decimal): -4429819 or 354492. OLE color: 354492.
HSL color Cylindrical-coordinate representation of color #BC6805: hue angle of 32.46º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC6805 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 5 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.26 |
| HSL | 32.46º | 0.95% | 0.38% | - |
| HSV(B) | 32.46º | 0.97% | 0.74% | - |
| XYZ | 25.72 | 20.6 | 2.76 | - |
| YUV | 117.83 | 64.33 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 5 | 0 | 0.45 | 0.97 | 0.26 | 32.46 | 0.95 | 0.38 |
| Hex | BC | 68 | 5 | 0 | 2D | 61 | 1A | 20 | 5F | 26 |
| Octal | 274 | 150 | 5 | 0 | 55 | 141 | 32 | 40 | 137 | 46 |
| Binary | 10111100 | 1101000 | 101 | 0 | 101101 | 1100001 | 11010 | 100000 | 1011111 | 100110 |
Color Harmonies of #BC6805
Complementary color
Monochromatic Colors of #BC6805
Black with #BC6805
Text Example
Text Example
White with #BC6805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6805; }
p { color: rgb(188,104,5); }
H1.HeaderClassName
{
color: #BC6805;
}
.AnyTagClassName
{
color: #BC6805;
}
</style>
background-color css
<style>
a { background-color: #BC6805; }
a { background-color: rgb(188,104,5); }
div.DivClassName
{
background-color: #BC6805;
}
.BgClassName
{
background-color: #BC6805;
}
</style>
border-color css
<style>
span { border-color: #BC6805; }
span { border-color: rgb(188,104,5); }
td.TdClassName
{
border-color: #BC6805;
}
.TagClassName
{
border-color: #BC6805;
}
</style>