Shades of Tenne (Tawny) #BC5D13
Tints of Tenne (Tawny) #BC5D13
RGB
CMYK
RGB Variations
Color information
#BC5D13 (or 0xBC5D13) is known color: Tenne (Tawny). HEX triplet: BC, 5D and 13. RGB value is (188,93,19). Sum of RGB (Red+Green+Blue) = 188+93+19=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5D13 is #43A2EC. Grayscale: #717171. Windows color (decimal): -4432621 or 1269180. OLE color: 1269180.
HSL color Cylindrical-coordinate representation of color #BC5D13: hue angle of 26.27º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC5D13 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 19 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.26 |
| HSL | 26.27º | 0.82% | 0.41% | - |
| HSV(B) | 26.27º | 0.9% | 0.74% | - |
| XYZ | 24.77 | 18.57 | 2.89 | - |
| YUV | 112.97 | 74.97 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 19 | 0 | 0.51 | 0.90 | 0.26 | 26.27 | 0.82 | 0.41 |
| Hex | BC | 5D | 13 | 0 | 33 | 5A | 1A | 1A | 52 | 29 |
| Octal | 274 | 135 | 23 | 0 | 63 | 132 | 32 | 32 | 122 | 51 |
| Binary | 10111100 | 1011101 | 10011 | 0 | 110011 | 1011010 | 11010 | 11010 | 1010010 | 101001 |
Color Harmonies of #BC5D13
Complementary color
Monochromatic Colors of #BC5D13
Black with #BC5D13
Text Example
Text Example
White with #BC5D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D13; }
p { color: rgb(188,93,19); }
H1.HeaderClassName
{
color: #BC5D13;
}
.AnyTagClassName
{
color: #BC5D13;
}
</style>
background-color css
<style>
a { background-color: #BC5D13; }
a { background-color: rgb(188,93,19); }
div.DivClassName
{
background-color: #BC5D13;
}
.BgClassName
{
background-color: #BC5D13;
}
</style>
border-color css
<style>
span { border-color: #BC5D13; }
span { border-color: rgb(188,93,19); }
td.TdClassName
{
border-color: #BC5D13;
}
.TagClassName
{
border-color: #BC5D13;
}
</style>