Shades of Tenne (Tawny) #BC5707
Tints of Tenne (Tawny) #BC5707
RGB
CMYK
RGB Variations
Color information
#BC5707 (or 0xBC5707) is known color: Tenne (Tawny). HEX triplet: BC, 57 and 07. RGB value is (188,87,7). Sum of RGB (Red+Green+Blue) = 188+87+7=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5707 is #43A8F8. Grayscale: #6C6C6C. Windows color (decimal): -4434169 or 481212. OLE color: 481212.
HSL color Cylindrical-coordinate representation of color #BC5707: hue angle of 26.52º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC5707 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 7 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.26 |
| HSL | 26.52º | 0.93% | 0.38% | - |
| HSV(B) | 26.52º | 0.96% | 0.74% | - |
| XYZ | 24.19 | 17.52 | 2.31 | - |
| YUV | 108.08 | 70.96 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 7 | 0 | 0.54 | 0.96 | 0.26 | 26.52 | 0.93 | 0.38 |
| Hex | BC | 57 | 7 | 0 | 36 | 60 | 1A | 1B | 5D | 26 |
| Octal | 274 | 127 | 7 | 0 | 66 | 140 | 32 | 33 | 135 | 46 |
| Binary | 10111100 | 1010111 | 111 | 0 | 110110 | 1100000 | 11010 | 11011 | 1011101 | 100110 |
Color Harmonies of #BC5707
Complementary color
Monochromatic Colors of #BC5707
Black with #BC5707
Text Example
Text Example
White with #BC5707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5707; }
p { color: rgb(188,87,7); }
H1.HeaderClassName
{
color: #BC5707;
}
.AnyTagClassName
{
color: #BC5707;
}
</style>
background-color css
<style>
a { background-color: #BC5707; }
a { background-color: rgb(188,87,7); }
div.DivClassName
{
background-color: #BC5707;
}
.BgClassName
{
background-color: #BC5707;
}
</style>
border-color css
<style>
span { border-color: #BC5707; }
span { border-color: rgb(188,87,7); }
td.TdClassName
{
border-color: #BC5707;
}
.TagClassName
{
border-color: #BC5707;
}
</style>