Shades of Tenne (Tawny) #BC5401
Tints of Tenne (Tawny) #BC5401
RGB
CMYK
RGB Variations
Color information
#BC5401 (or 0xBC5401) is known color: Tenne (Tawny). HEX triplet: BC, 54 and 01. RGB value is (188,84,1). Sum of RGB (Red+Green+Blue) = 188+84+1=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5401 is #43ABFE. Grayscale: #6A6A6A. Windows color (decimal): -4434943 or 87228. OLE color: 87228.
HSL color Cylindrical-coordinate representation of color #BC5401: hue angle of 26.63º 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 #BC5401 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.26 |
| HSL | 26.63º | 0.99% | 0.37% | - |
| HSV(B) | 26.63º | 0.99% | 0.74% | - |
| XYZ | 23.91 | 17.03 | 2.06 | - |
| YUV | 105.63 | 68.96 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 1 | 0 | 0.55 | 0.99 | 0.26 | 26.63 | 0.99 | 0.37 |
| Hex | BC | 54 | 1 | 0 | 37 | 63 | 1A | 1B | 63 | 25 |
| Octal | 274 | 124 | 1 | 0 | 67 | 143 | 32 | 33 | 143 | 45 |
| Binary | 10111100 | 1010100 | 1 | 0 | 110111 | 1100011 | 11010 | 11011 | 1100011 | 100101 |
Color Harmonies of #BC5401
Complementary color
Monochromatic Colors of #BC5401
Black with #BC5401
Text Example
Text Example
White with #BC5401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5401; }
p { color: rgb(188,84,1); }
H1.HeaderClassName
{
color: #BC5401;
}
.AnyTagClassName
{
color: #BC5401;
}
</style>
background-color css
<style>
a { background-color: #BC5401; }
a { background-color: rgb(188,84,1); }
div.DivClassName
{
background-color: #BC5401;
}
.BgClassName
{
background-color: #BC5401;
}
</style>
border-color css
<style>
span { border-color: #BC5401; }
span { border-color: rgb(188,84,1); }
td.TdClassName
{
border-color: #BC5401;
}
.TagClassName
{
border-color: #BC5401;
}
</style>