Shades of Tenne (Tawny) #BC6300
Tints of Tenne (Tawny) #BC6300
RGB
CMYK
RGB Variations
Color information
#BC6300 (or 0xBC6300) is known color: Tenne (Tawny). HEX triplet: BC, 63 and 00. RGB value is (188,99,0). Sum of RGB (Red+Green+Blue) = 188+99+0=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6300 is #439CFF. Grayscale: #727272. Windows color (decimal): -4431104 or 25532. OLE color: 25532.
HSL color Cylindrical-coordinate representation of color #BC6300: hue angle of 31.6º 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 #BC6300 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.26 |
| HSL | 31.6º | 1% | 0.37% | - |
| HSV(B) | 31.6º | 1% | 0.74% | - |
| XYZ | 25.2 | 19.62 | 2.46 | - |
| YUV | 114.33 | 63.49 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 0 | 0 | 0.47 | 1 | 0.26 | 31.6 | 1 | 0.37 |
| Hex | BC | 63 | 0 | 0 | 2F | 64 | 1A | 20 | 64 | 25 |
| Octal | 274 | 143 | 0 | 0 | 57 | 144 | 32 | 40 | 144 | 45 |
| Binary | 10111100 | 1100011 | 0 | 0 | 101111 | 1100100 | 11010 | 100000 | 1100100 | 100101 |
Color Harmonies of #BC6300
Complementary color
Monochromatic Colors of #BC6300
Black with #BC6300
Text Example
Text Example
White with #BC6300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6300; }
p { color: rgb(188,99,0); }
H1.HeaderClassName
{
color: #BC6300;
}
.AnyTagClassName
{
color: #BC6300;
}
</style>
background-color css
<style>
a { background-color: #BC6300; }
a { background-color: rgb(188,99,0); }
div.DivClassName
{
background-color: #BC6300;
}
.BgClassName
{
background-color: #BC6300;
}
</style>
border-color css
<style>
span { border-color: #BC6300; }
span { border-color: rgb(188,99,0); }
td.TdClassName
{
border-color: #BC6300;
}
.TagClassName
{
border-color: #BC6300;
}
</style>