Shades of Tenne (Tawny) #BC6B00
Tints of Tenne (Tawny) #BC6B00
RGB
CMYK
RGB Variations
Color information
#BC6B00 (or 0xBC6B00) is known color: Tenne (Tawny). HEX triplet: BC, 6B and 00. RGB value is (188,107,0). Sum of RGB (Red+Green+Blue) = 188+107+0=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6B00 is #4394FF. Grayscale: #777777. Windows color (decimal): -4429056 or 27580. OLE color: 27580.
HSL color Cylindrical-coordinate representation of color #BC6B00: hue angle of 34.15º 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 #BC6B00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.26 |
| HSL | 34.15º | 1% | 0.37% | - |
| HSV(B) | 34.15º | 1% | 0.74% | - |
| XYZ | 26 | 21.21 | 2.72 | - |
| YUV | 119.02 | 60.84 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 0 | 0 | 0.43 | 1 | 0.26 | 34.15 | 1 | 0.37 |
| Hex | BC | 6B | 0 | 0 | 2B | 64 | 1A | 22 | 64 | 25 |
| Octal | 274 | 153 | 0 | 0 | 53 | 144 | 32 | 42 | 144 | 45 |
| Binary | 10111100 | 1101011 | 0 | 0 | 101011 | 1100100 | 11010 | 100010 | 1100100 | 100101 |
Color Harmonies of #BC6B00
Complementary color
Monochromatic Colors of #BC6B00
Black with #BC6B00
Text Example
Text Example
White with #BC6B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B00; }
p { color: rgb(188,107,0); }
H1.HeaderClassName
{
color: #BC6B00;
}
.AnyTagClassName
{
color: #BC6B00;
}
</style>
background-color css
<style>
a { background-color: #BC6B00; }
a { background-color: rgb(188,107,0); }
div.DivClassName
{
background-color: #BC6B00;
}
.BgClassName
{
background-color: #BC6B00;
}
</style>
border-color css
<style>
span { border-color: #BC6B00; }
span { border-color: rgb(188,107,0); }
td.TdClassName
{
border-color: #BC6B00;
}
.TagClassName
{
border-color: #BC6B00;
}
</style>