Shades of Tenne (Tawny) #BC5901
Tints of Tenne (Tawny) #BC5901
RGB
CMYK
RGB Variations
Color information
#BC5901 (or 0xBC5901) is known color: Tenne (Tawny). HEX triplet: BC, 59 and 01. RGB value is (188,89,1). Sum of RGB (Red+Green+Blue) = 188+89+1=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5901 is #43A6FE. Grayscale: #6D6D6D. Windows color (decimal): -4433663 or 88508. OLE color: 88508.
HSL color Cylindrical-coordinate representation of color #BC5901: hue angle of 28.24º 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 #BC5901 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.26 |
| HSL | 28.24º | 0.99% | 0.37% | - |
| HSV(B) | 28.24º | 0.99% | 0.74% | - |
| XYZ | 24.32 | 17.84 | 2.19 | - |
| YUV | 108.57 | 67.3 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 1 | 0 | 0.53 | 0.99 | 0.26 | 28.24 | 0.99 | 0.37 |
| Hex | BC | 59 | 1 | 0 | 35 | 63 | 1A | 1C | 63 | 25 |
| Octal | 274 | 131 | 1 | 0 | 65 | 143 | 32 | 34 | 143 | 45 |
| Binary | 10111100 | 1011001 | 1 | 0 | 110101 | 1100011 | 11010 | 11100 | 1100011 | 100101 |
Color Harmonies of #BC5901
Complementary color
Monochromatic Colors of #BC5901
Black with #BC5901
Text Example
Text Example
White with #BC5901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5901; }
p { color: rgb(188,89,1); }
H1.HeaderClassName
{
color: #BC5901;
}
.AnyTagClassName
{
color: #BC5901;
}
</style>
background-color css
<style>
a { background-color: #BC5901; }
a { background-color: rgb(188,89,1); }
div.DivClassName
{
background-color: #BC5901;
}
.BgClassName
{
background-color: #BC5901;
}
</style>
border-color css
<style>
span { border-color: #BC5901; }
span { border-color: rgb(188,89,1); }
td.TdClassName
{
border-color: #BC5901;
}
.TagClassName
{
border-color: #BC5901;
}
</style>