Shades of Tenne (Tawny) #BC5D09
Tints of Tenne (Tawny) #BC5D09
RGB
CMYK
RGB Variations
Color information
#BC5D09 (or 0xBC5D09) is known color: Tenne (Tawny). HEX triplet: BC, 5D and 09. RGB value is (188,93,9). Sum of RGB (Red+Green+Blue) = 188+93+9=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5D09 is #43A2F6. Grayscale: #707070. Windows color (decimal): -4432631 or 613820. OLE color: 613820.
HSL color Cylindrical-coordinate representation of color #BC5D09: hue angle of 28.16º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC5D09 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 9 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.26 |
| HSL | 28.16º | 0.91% | 0.39% | - |
| HSV(B) | 28.16º | 0.95% | 0.74% | - |
| XYZ | 24.7 | 18.54 | 2.54 | - |
| YUV | 111.83 | 69.97 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 9 | 0 | 0.51 | 0.95 | 0.26 | 28.16 | 0.91 | 0.39 |
| Hex | BC | 5D | 9 | 0 | 33 | 5F | 1A | 1C | 5B | 27 |
| Octal | 274 | 135 | 11 | 0 | 63 | 137 | 32 | 34 | 133 | 47 |
| Binary | 10111100 | 1011101 | 1001 | 0 | 110011 | 1011111 | 11010 | 11100 | 1011011 | 100111 |
Color Harmonies of #BC5D09
Complementary color
Monochromatic Colors of #BC5D09
Black with #BC5D09
Text Example
Text Example
White with #BC5D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D09; }
p { color: rgb(188,93,9); }
H1.HeaderClassName
{
color: #BC5D09;
}
.AnyTagClassName
{
color: #BC5D09;
}
</style>
background-color css
<style>
a { background-color: #BC5D09; }
a { background-color: rgb(188,93,9); }
div.DivClassName
{
background-color: #BC5D09;
}
.BgClassName
{
background-color: #BC5D09;
}
</style>
border-color css
<style>
span { border-color: #BC5D09; }
span { border-color: rgb(188,93,9); }
td.TdClassName
{
border-color: #BC5D09;
}
.TagClassName
{
border-color: #BC5D09;
}
</style>