Shades of Tenne (Tawny) #BC6600
Tints of Tenne (Tawny) #BC6600
RGB
CMYK
RGB Variations
Color information
#BC6600 (or 0xBC6600) is known color: Tenne (Tawny). HEX triplet: BC, 66 and 00. RGB value is (188,102,0). Sum of RGB (Red+Green+Blue) = 188+102+0=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6600 is #4399FF. Grayscale: #747474. Windows color (decimal): -4430336 or 26300. OLE color: 26300.
HSL color Cylindrical-coordinate representation of color #BC6600: hue angle of 32.55º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC6600 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.26 |
| HSL | 32.55º | 1% | 0.37% | - |
| HSV(B) | 32.55º | 1% | 0.74% | - |
| XYZ | 25.49 | 20.19 | 2.55 | - |
| YUV | 116.09 | 62.49 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 0 | 0 | 0.46 | 1 | 0.26 | 32.55 | 1 | 0.37 |
| Hex | BC | 66 | 0 | 0 | 2E | 64 | 1A | 21 | 64 | 25 |
| Octal | 274 | 146 | 0 | 0 | 56 | 144 | 32 | 41 | 144 | 45 |
| Binary | 10111100 | 1100110 | 0 | 0 | 101110 | 1100100 | 11010 | 100001 | 1100100 | 100101 |
Color Harmonies of #BC6600
Complementary color
Monochromatic Colors of #BC6600
Black with #BC6600
Text Example
Text Example
White with #BC6600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6600; }
p { color: rgb(188,102,0); }
H1.HeaderClassName
{
color: #BC6600;
}
.AnyTagClassName
{
color: #BC6600;
}
</style>
background-color css
<style>
a { background-color: #BC6600; }
a { background-color: rgb(188,102,0); }
div.DivClassName
{
background-color: #BC6600;
}
.BgClassName
{
background-color: #BC6600;
}
</style>
border-color css
<style>
span { border-color: #BC6600; }
span { border-color: rgb(188,102,0); }
td.TdClassName
{
border-color: #BC6600;
}
.TagClassName
{
border-color: #BC6600;
}
</style>