Shades of Tenne (Tawny) #BC680B
Tints of Tenne (Tawny) #BC680B
RGB
CMYK
RGB Variations
Color information
#BC680B (or 0xBC680B) is known color: Tenne (Tawny). HEX triplet: BC, 68 and 0B. RGB value is (188,104,11). Sum of RGB (Red+Green+Blue) = 188+104+11=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC680B is #4397F4. Grayscale: #767676. Windows color (decimal): -4429813 or 747708. OLE color: 747708.
HSL color Cylindrical-coordinate representation of color #BC680B: hue angle of 31.53º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC680B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 11 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.26 |
| HSL | 31.53º | 0.89% | 0.39% | - |
| HSV(B) | 31.53º | 0.94% | 0.74% | - |
| XYZ | 25.75 | 20.62 | 2.94 | - |
| YUV | 118.51 | 67.33 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 11 | 0 | 0.45 | 0.94 | 0.26 | 31.53 | 0.89 | 0.39 |
| Hex | BC | 68 | B | 0 | 2D | 5E | 1A | 20 | 59 | 27 |
| Octal | 274 | 150 | 13 | 0 | 55 | 136 | 32 | 40 | 131 | 47 |
| Binary | 10111100 | 1101000 | 1011 | 0 | 101101 | 1011110 | 11010 | 100000 | 1011001 | 100111 |
Color Harmonies of #BC680B
Complementary color
Monochromatic Colors of #BC680B
Black with #BC680B
Text Example
Text Example
White with #BC680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC680B; }
p { color: rgb(188,104,11); }
H1.HeaderClassName
{
color: #BC680B;
}
.AnyTagClassName
{
color: #BC680B;
}
</style>
background-color css
<style>
a { background-color: #BC680B; }
a { background-color: rgb(188,104,11); }
div.DivClassName
{
background-color: #BC680B;
}
.BgClassName
{
background-color: #BC680B;
}
</style>
border-color css
<style>
span { border-color: #BC680B; }
span { border-color: rgb(188,104,11); }
td.TdClassName
{
border-color: #BC680B;
}
.TagClassName
{
border-color: #BC680B;
}
</style>