Shades of Tenne (Tawny) #BC5D05
Tints of Tenne (Tawny) #BC5D05
RGB
CMYK
RGB Variations
Color information
#BC5D05 (or 0xBC5D05) is known color: Tenne (Tawny). HEX triplet: BC, 5D and 05. RGB value is (188,93,5). Sum of RGB (Red+Green+Blue) = 188+93+5=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5D05 is #43A2FA. Grayscale: #6F6F6F. Windows color (decimal): -4432635 or 351676. OLE color: 351676.
HSL color Cylindrical-coordinate representation of color #BC5D05: hue angle of 28.85º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC5D05 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 5 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.26 |
| HSL | 28.85º | 0.95% | 0.38% | - |
| HSV(B) | 28.85º | 0.97% | 0.74% | - |
| XYZ | 24.68 | 18.53 | 2.42 | - |
| YUV | 111.37 | 67.97 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 5 | 0 | 0.51 | 0.97 | 0.26 | 28.85 | 0.95 | 0.38 |
| Hex | BC | 5D | 5 | 0 | 33 | 61 | 1A | 1D | 5F | 26 |
| Octal | 274 | 135 | 5 | 0 | 63 | 141 | 32 | 35 | 137 | 46 |
| Binary | 10111100 | 1011101 | 101 | 0 | 110011 | 1100001 | 11010 | 11101 | 1011111 | 100110 |
Color Harmonies of #BC5D05
Complementary color
Monochromatic Colors of #BC5D05
Black with #BC5D05
Text Example
Text Example
White with #BC5D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D05; }
p { color: rgb(188,93,5); }
H1.HeaderClassName
{
color: #BC5D05;
}
.AnyTagClassName
{
color: #BC5D05;
}
</style>
background-color css
<style>
a { background-color: #BC5D05; }
a { background-color: rgb(188,93,5); }
div.DivClassName
{
background-color: #BC5D05;
}
.BgClassName
{
background-color: #BC5D05;
}
</style>
border-color css
<style>
span { border-color: #BC5D05; }
span { border-color: rgb(188,93,5); }
td.TdClassName
{
border-color: #BC5D05;
}
.TagClassName
{
border-color: #BC5D05;
}
</style>