Shades of Tenne (Tawny) #BC5101
Tints of Tenne (Tawny) #BC5101
RGB
CMYK
RGB Variations
Color information
#BC5101 (or 0xBC5101) is known color: Tenne (Tawny). HEX triplet: BC, 51 and 01. RGB value is (188,81,1). Sum of RGB (Red+Green+Blue) = 188+81+1=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5101 is #43AEFE. Grayscale: #686868. Windows color (decimal): -4435711 or 86460. OLE color: 86460.
HSL color Cylindrical-coordinate representation of color #BC5101: hue angle of 25.67º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC5101 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.26 |
| HSL | 25.67º | 0.99% | 0.37% | - |
| HSV(B) | 25.67º | 0.99% | 0.74% | - |
| XYZ | 23.69 | 16.58 | 1.98 | - |
| YUV | 103.87 | 69.95 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 1 | 0 | 0.57 | 0.99 | 0.26 | 25.67 | 0.99 | 0.37 |
| Hex | BC | 51 | 1 | 0 | 39 | 63 | 1A | 1A | 63 | 25 |
| Octal | 274 | 121 | 1 | 0 | 71 | 143 | 32 | 32 | 143 | 45 |
| Binary | 10111100 | 1010001 | 1 | 0 | 111001 | 1100011 | 11010 | 11010 | 1100011 | 100101 |
Color Harmonies of #BC5101
Complementary color
Monochromatic Colors of #BC5101
Black with #BC5101
Text Example
Text Example
White with #BC5101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5101; }
p { color: rgb(188,81,1); }
H1.HeaderClassName
{
color: #BC5101;
}
.AnyTagClassName
{
color: #BC5101;
}
</style>
background-color css
<style>
a { background-color: #BC5101; }
a { background-color: rgb(188,81,1); }
div.DivClassName
{
background-color: #BC5101;
}
.BgClassName
{
background-color: #BC5101;
}
</style>
border-color css
<style>
span { border-color: #BC5101; }
span { border-color: rgb(188,81,1); }
td.TdClassName
{
border-color: #BC5101;
}
.TagClassName
{
border-color: #BC5101;
}
</style>