Shades of Tenne (Tawny) #BC5812
Tints of Tenne (Tawny) #BC5812
RGB
CMYK
RGB Variations
Color information
#BC5812 (or 0xBC5812) is known color: Tenne (Tawny). HEX triplet: BC, 58 and 12. RGB value is (188,88,18). Sum of RGB (Red+Green+Blue) = 188+88+18=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5812 is #43A7ED. Grayscale: #6E6E6E. Windows color (decimal): -4433902 or 1202364. OLE color: 1202364.
HSL color Cylindrical-coordinate representation of color #BC5812: hue angle of 24.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC5812 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 18 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.26 |
| HSL | 24.71º | 0.83% | 0.4% | - |
| HSV(B) | 24.71º | 0.9% | 0.74% | - |
| XYZ | 24.34 | 17.71 | 2.71 | - |
| YUV | 109.92 | 76.13 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 18 | 0 | 0.53 | 0.90 | 0.26 | 24.71 | 0.83 | 0.4 |
| Hex | BC | 58 | 12 | 0 | 35 | 5A | 1A | 19 | 53 | 28 |
| Octal | 274 | 130 | 22 | 0 | 65 | 132 | 32 | 31 | 123 | 50 |
| Binary | 10111100 | 1011000 | 10010 | 0 | 110101 | 1011010 | 11010 | 11001 | 1010011 | 101000 |
Color Harmonies of #BC5812
Complementary color
Monochromatic Colors of #BC5812
Black with #BC5812
Text Example
Text Example
White with #BC5812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5812; }
p { color: rgb(188,88,18); }
H1.HeaderClassName
{
color: #BC5812;
}
.AnyTagClassName
{
color: #BC5812;
}
</style>
background-color css
<style>
a { background-color: #BC5812; }
a { background-color: rgb(188,88,18); }
div.DivClassName
{
background-color: #BC5812;
}
.BgClassName
{
background-color: #BC5812;
}
</style>
border-color css
<style>
span { border-color: #BC5812; }
span { border-color: rgb(188,88,18); }
td.TdClassName
{
border-color: #BC5812;
}
.TagClassName
{
border-color: #BC5812;
}
</style>