Shades of Tenne (Tawny) #BC5813
Tints of Tenne (Tawny) #BC5813
RGB
CMYK
RGB Variations
Color information
#BC5813 (or 0xBC5813) is known color: Tenne (Tawny). HEX triplet: BC, 58 and 13. RGB value is (188,88,19). Sum of RGB (Red+Green+Blue) = 188+88+19=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5813 is #43A7EC. Grayscale: #6E6E6E. Windows color (decimal): -4433901 or 1267900. OLE color: 1267900.
HSL color Cylindrical-coordinate representation of color #BC5813: hue angle of 24.5º 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 #BC5813 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 19 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.26 |
| HSL | 24.5º | 0.82% | 0.41% | - |
| HSV(B) | 24.5º | 0.9% | 0.74% | - |
| XYZ | 24.35 | 17.72 | 2.75 | - |
| YUV | 110.03 | 76.63 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 19 | 0 | 0.53 | 0.90 | 0.26 | 24.5 | 0.82 | 0.41 |
| Hex | BC | 58 | 13 | 0 | 35 | 5A | 1A | 18 | 52 | 29 |
| Octal | 274 | 130 | 23 | 0 | 65 | 132 | 32 | 30 | 122 | 51 |
| Binary | 10111100 | 1011000 | 10011 | 0 | 110101 | 1011010 | 11010 | 11000 | 1010010 | 101001 |
Color Harmonies of #BC5813
Complementary color
Monochromatic Colors of #BC5813
Black with #BC5813
Text Example
Text Example
White with #BC5813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5813; }
p { color: rgb(188,88,19); }
H1.HeaderClassName
{
color: #BC5813;
}
.AnyTagClassName
{
color: #BC5813;
}
</style>
background-color css
<style>
a { background-color: #BC5813; }
a { background-color: rgb(188,88,19); }
div.DivClassName
{
background-color: #BC5813;
}
.BgClassName
{
background-color: #BC5813;
}
</style>
border-color css
<style>
span { border-color: #BC5813; }
span { border-color: rgb(188,88,19); }
td.TdClassName
{
border-color: #BC5813;
}
.TagClassName
{
border-color: #BC5813;
}
</style>