Shades of Tenne (Tawny) #BC670C
Tints of Tenne (Tawny) #BC670C
RGB
CMYK
RGB Variations
Color information
#BC670C (or 0xBC670C) is known color: Tenne (Tawny). HEX triplet: BC, 67 and 0C. RGB value is (188,103,12). Sum of RGB (Red+Green+Blue) = 188+103+12=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC670C is #4398F3. Grayscale: #767676. Windows color (decimal): -4430068 or 812988. OLE color: 812988.
HSL color Cylindrical-coordinate representation of color #BC670C: hue angle of 31.02º degrees, saturation: 0.88, 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 #BC670C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 12 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.26 |
| HSL | 31.02º | 0.88% | 0.39% | - |
| HSV(B) | 31.02º | 0.94% | 0.74% | - |
| XYZ | 25.66 | 20.42 | 2.94 | - |
| YUV | 118.04 | 68.16 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 12 | 0 | 0.45 | 0.94 | 0.26 | 31.02 | 0.88 | 0.39 |
| Hex | BC | 67 | C | 0 | 2D | 5E | 1A | 1F | 58 | 27 |
| Octal | 274 | 147 | 14 | 0 | 55 | 136 | 32 | 37 | 130 | 47 |
| Binary | 10111100 | 1100111 | 1100 | 0 | 101101 | 1011110 | 11010 | 11111 | 1011000 | 100111 |
Color Harmonies of #BC670C
Complementary color
Monochromatic Colors of #BC670C
Black with #BC670C
Text Example
Text Example
White with #BC670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC670C; }
p { color: rgb(188,103,12); }
H1.HeaderClassName
{
color: #BC670C;
}
.AnyTagClassName
{
color: #BC670C;
}
</style>
background-color css
<style>
a { background-color: #BC670C; }
a { background-color: rgb(188,103,12); }
div.DivClassName
{
background-color: #BC670C;
}
.BgClassName
{
background-color: #BC670C;
}
</style>
border-color css
<style>
span { border-color: #BC670C; }
span { border-color: rgb(188,103,12); }
td.TdClassName
{
border-color: #BC670C;
}
.TagClassName
{
border-color: #BC670C;
}
</style>