Shades of Tenne (Tawny) #BC5910
Tints of Tenne (Tawny) #BC5910
RGB
CMYK
RGB Variations
Color information
#BC5910 (or 0xBC5910) is known color: Tenne (Tawny). HEX triplet: BC, 59 and 10. RGB value is (188,89,16). Sum of RGB (Red+Green+Blue) = 188+89+16=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5910 is #43A6EF. Grayscale: #6E6E6E. Windows color (decimal): -4433648 or 1071548. OLE color: 1071548.
HSL color Cylindrical-coordinate representation of color #BC5910: hue angle of 25.47º degrees, saturation: 0.84, 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 #BC5910 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 16 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.26 |
| HSL | 25.47º | 0.84% | 0.4% | - |
| HSV(B) | 25.47º | 0.91% | 0.74% | - |
| XYZ | 24.4 | 17.87 | 2.65 | - |
| YUV | 110.28 | 74.8 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 16 | 0 | 0.53 | 0.91 | 0.26 | 25.47 | 0.84 | 0.4 |
| Hex | BC | 59 | 10 | 0 | 35 | 5B | 1A | 19 | 54 | 28 |
| Octal | 274 | 131 | 20 | 0 | 65 | 133 | 32 | 31 | 124 | 50 |
| Binary | 10111100 | 1011001 | 10000 | 0 | 110101 | 1011011 | 11010 | 11001 | 1010100 | 101000 |
Color Harmonies of #BC5910
Complementary color
Monochromatic Colors of #BC5910
Black with #BC5910
Text Example
Text Example
White with #BC5910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5910; }
p { color: rgb(188,89,16); }
H1.HeaderClassName
{
color: #BC5910;
}
.AnyTagClassName
{
color: #BC5910;
}
</style>
background-color css
<style>
a { background-color: #BC5910; }
a { background-color: rgb(188,89,16); }
div.DivClassName
{
background-color: #BC5910;
}
.BgClassName
{
background-color: #BC5910;
}
</style>
border-color css
<style>
span { border-color: #BC5910; }
span { border-color: rgb(188,89,16); }
td.TdClassName
{
border-color: #BC5910;
}
.TagClassName
{
border-color: #BC5910;
}
</style>