Shades of Tenne (Tawny) #BC5607
Tints of Tenne (Tawny) #BC5607
RGB
CMYK
RGB Variations
Color information
#BC5607 (or 0xBC5607) is known color: Tenne (Tawny). HEX triplet: BC, 56 and 07. RGB value is (188,86,7). Sum of RGB (Red+Green+Blue) = 188+86+7=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5607 is #43A9F8. Grayscale: #6B6B6B. Windows color (decimal): -4434425 or 480956. OLE color: 480956.
HSL color Cylindrical-coordinate representation of color #BC5607: hue angle of 26.19º 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 #BC5607 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 7 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.26 |
| HSL | 26.19º | 0.93% | 0.38% | - |
| HSV(B) | 26.19º | 0.96% | 0.74% | - |
| XYZ | 24.11 | 17.36 | 2.28 | - |
| YUV | 107.49 | 71.29 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 7 | 0 | 0.54 | 0.96 | 0.26 | 26.19 | 0.93 | 0.38 |
| Hex | BC | 56 | 7 | 0 | 36 | 60 | 1A | 1A | 5D | 26 |
| Octal | 274 | 126 | 7 | 0 | 66 | 140 | 32 | 32 | 135 | 46 |
| Binary | 10111100 | 1010110 | 111 | 0 | 110110 | 1100000 | 11010 | 11010 | 1011101 | 100110 |
Color Harmonies of #BC5607
Complementary color
Monochromatic Colors of #BC5607
Black with #BC5607
Text Example
Text Example
White with #BC5607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5607; }
p { color: rgb(188,86,7); }
H1.HeaderClassName
{
color: #BC5607;
}
.AnyTagClassName
{
color: #BC5607;
}
</style>
background-color css
<style>
a { background-color: #BC5607; }
a { background-color: rgb(188,86,7); }
div.DivClassName
{
background-color: #BC5607;
}
.BgClassName
{
background-color: #BC5607;
}
</style>
border-color css
<style>
span { border-color: #BC5607; }
span { border-color: rgb(188,86,7); }
td.TdClassName
{
border-color: #BC5607;
}
.TagClassName
{
border-color: #BC5607;
}
</style>