Shades of Tenne (Tawny) #BC5001
Tints of Tenne (Tawny) #BC5001
RGB
CMYK
RGB Variations
Color information
#BC5001 (or 0xBC5001) is known color: Tenne (Tawny). HEX triplet: BC, 50 and 01. RGB value is (188,80,1). Sum of RGB (Red+Green+Blue) = 188+80+1=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5001 is #43AFFE. Grayscale: #676767. Windows color (decimal): -4435967 or 86204. OLE color: 86204.
HSL color Cylindrical-coordinate representation of color #BC5001: hue angle of 25.35º 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 #BC5001 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.26 |
| HSL | 25.35º | 0.99% | 0.37% | - |
| HSV(B) | 25.35º | 0.99% | 0.74% | - |
| XYZ | 23.61 | 16.43 | 1.96 | - |
| YUV | 103.29 | 70.28 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 1 | 0 | 0.57 | 0.99 | 0.26 | 25.35 | 0.99 | 0.37 |
| Hex | BC | 50 | 1 | 0 | 39 | 63 | 1A | 19 | 63 | 25 |
| Octal | 274 | 120 | 1 | 0 | 71 | 143 | 32 | 31 | 143 | 45 |
| Binary | 10111100 | 1010000 | 1 | 0 | 111001 | 1100011 | 11010 | 11001 | 1100011 | 100101 |
Color Harmonies of #BC5001
Complementary color
Monochromatic Colors of #BC5001
Black with #BC5001
Text Example
Text Example
White with #BC5001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5001; }
p { color: rgb(188,80,1); }
H1.HeaderClassName
{
color: #BC5001;
}
.AnyTagClassName
{
color: #BC5001;
}
</style>
background-color css
<style>
a { background-color: #BC5001; }
a { background-color: rgb(188,80,1); }
div.DivClassName
{
background-color: #BC5001;
}
.BgClassName
{
background-color: #BC5001;
}
</style>
border-color css
<style>
span { border-color: #BC5001; }
span { border-color: rgb(188,80,1); }
td.TdClassName
{
border-color: #BC5001;
}
.TagClassName
{
border-color: #BC5001;
}
</style>