Shades of Tenne (Tawny) #BC5D0D
Tints of Tenne (Tawny) #BC5D0D
RGB
CMYK
RGB Variations
Color information
#BC5D0D (or 0xBC5D0D) is known color: Tenne (Tawny). HEX triplet: BC, 5D and 0D. RGB value is (188,93,13). Sum of RGB (Red+Green+Blue) = 188+93+13=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5D0D is #43A2F2. Grayscale: #707070. Windows color (decimal): -4432627 or 875964. OLE color: 875964.
HSL color Cylindrical-coordinate representation of color #BC5D0D: hue angle of 27.43º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC5D0D is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 13 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.26 |
| HSL | 27.43º | 0.87% | 0.39% | - |
| HSV(B) | 27.43º | 0.93% | 0.74% | - |
| XYZ | 24.73 | 18.55 | 2.66 | - |
| YUV | 112.29 | 71.97 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 13 | 0 | 0.51 | 0.93 | 0.26 | 27.43 | 0.87 | 0.39 |
| Hex | BC | 5D | D | 0 | 33 | 5D | 1A | 1B | 57 | 27 |
| Octal | 274 | 135 | 15 | 0 | 63 | 135 | 32 | 33 | 127 | 47 |
| Binary | 10111100 | 1011101 | 1101 | 0 | 110011 | 1011101 | 11010 | 11011 | 1010111 | 100111 |
Color Harmonies of #BC5D0D
Complementary color
Monochromatic Colors of #BC5D0D
Black with #BC5D0D
Text Example
Text Example
White with #BC5D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D0D; }
p { color: rgb(188,93,13); }
H1.HeaderClassName
{
color: #BC5D0D;
}
.AnyTagClassName
{
color: #BC5D0D;
}
</style>
background-color css
<style>
a { background-color: #BC5D0D; }
a { background-color: rgb(188,93,13); }
div.DivClassName
{
background-color: #BC5D0D;
}
.BgClassName
{
background-color: #BC5D0D;
}
</style>
border-color css
<style>
span { border-color: #BC5D0D; }
span { border-color: rgb(188,93,13); }
td.TdClassName
{
border-color: #BC5D0D;
}
.TagClassName
{
border-color: #BC5D0D;
}
</style>