Shades of Tenne (Tawny) #BC6101
Tints of Tenne (Tawny) #BC6101
RGB
CMYK
RGB Variations
Color information
#BC6101 (or 0xBC6101) is known color: Tenne (Tawny). HEX triplet: BC, 61 and 01. RGB value is (188,97,1). Sum of RGB (Red+Green+Blue) = 188+97+1=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6101 is #439EFE. Grayscale: #717171. Windows color (decimal): -4431615 or 90556. OLE color: 90556.
HSL color Cylindrical-coordinate representation of color #BC6101: hue angle of 30.8º 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 #BC6101 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.26 |
| HSL | 30.8º | 0.99% | 0.37% | - |
| HSV(B) | 30.8º | 0.99% | 0.74% | - |
| XYZ | 25.02 | 19.24 | 2.42 | - |
| YUV | 113.27 | 64.65 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 1 | 0 | 0.48 | 0.99 | 0.26 | 30.8 | 0.99 | 0.37 |
| Hex | BC | 61 | 1 | 0 | 30 | 63 | 1A | 1F | 63 | 25 |
| Octal | 274 | 141 | 1 | 0 | 60 | 143 | 32 | 37 | 143 | 45 |
| Binary | 10111100 | 1100001 | 1 | 0 | 110000 | 1100011 | 11010 | 11111 | 1100011 | 100101 |
Color Harmonies of #BC6101
Complementary color
Monochromatic Colors of #BC6101
Black with #BC6101
Text Example
Text Example
White with #BC6101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6101; }
p { color: rgb(188,97,1); }
H1.HeaderClassName
{
color: #BC6101;
}
.AnyTagClassName
{
color: #BC6101;
}
</style>
background-color css
<style>
a { background-color: #BC6101; }
a { background-color: rgb(188,97,1); }
div.DivClassName
{
background-color: #BC6101;
}
.BgClassName
{
background-color: #BC6101;
}
</style>
border-color css
<style>
span { border-color: #BC6101; }
span { border-color: rgb(188,97,1); }
td.TdClassName
{
border-color: #BC6101;
}
.TagClassName
{
border-color: #BC6101;
}
</style>