Shades of Tenne (Tawny) #BC5911
Tints of Tenne (Tawny) #BC5911
RGB
CMYK
RGB Variations
Color information
#BC5911 (or 0xBC5911) is known color: Tenne (Tawny). HEX triplet: BC, 59 and 11. RGB value is (188,89,17). Sum of RGB (Red+Green+Blue) = 188+89+17=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5911 is #43A6EE. Grayscale: #6E6E6E. Windows color (decimal): -4433647 or 1137084. OLE color: 1137084.
HSL color Cylindrical-coordinate representation of color #BC5911: hue angle of 25.26º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC5911 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 17 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.26 |
| HSL | 25.26º | 0.83% | 0.4% | - |
| HSV(B) | 25.26º | 0.91% | 0.74% | - |
| XYZ | 24.41 | 17.88 | 2.69 | - |
| YUV | 110.39 | 75.3 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 17 | 0 | 0.53 | 0.91 | 0.26 | 25.26 | 0.83 | 0.4 |
| Hex | BC | 59 | 11 | 0 | 35 | 5B | 1A | 19 | 53 | 28 |
| Octal | 274 | 131 | 21 | 0 | 65 | 133 | 32 | 31 | 123 | 50 |
| Binary | 10111100 | 1011001 | 10001 | 0 | 110101 | 1011011 | 11010 | 11001 | 1010011 | 101000 |
Color Harmonies of #BC5911
Complementary color
Monochromatic Colors of #BC5911
Black with #BC5911
Text Example
Text Example
White with #BC5911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5911; }
p { color: rgb(188,89,17); }
H1.HeaderClassName
{
color: #BC5911;
}
.AnyTagClassName
{
color: #BC5911;
}
</style>
background-color css
<style>
a { background-color: #BC5911; }
a { background-color: rgb(188,89,17); }
div.DivClassName
{
background-color: #BC5911;
}
.BgClassName
{
background-color: #BC5911;
}
</style>
border-color css
<style>
span { border-color: #BC5911; }
span { border-color: rgb(188,89,17); }
td.TdClassName
{
border-color: #BC5911;
}
.TagClassName
{
border-color: #BC5911;
}
</style>