Shades of Tenne (Tawny) #BC4D01
Tints of Tenne (Tawny) #BC4D01
RGB
CMYK
RGB Variations
Color information
#BC4D01 (or 0xBC4D01) is known color: Tenne (Tawny). HEX triplet: BC, 4D and 01. RGB value is (188,77,1). Sum of RGB (Red+Green+Blue) = 188+77+1=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4D01 is #43B2FE. Grayscale: #656565. Windows color (decimal): -4436735 or 85436. OLE color: 85436.
HSL color Cylindrical-coordinate representation of color #BC4D01: hue angle of 24.39º 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 #BC4D01 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.26 |
| HSL | 24.39º | 0.99% | 0.37% | - |
| HSV(B) | 24.39º | 0.99% | 0.74% | - |
| XYZ | 23.4 | 16 | 1.88 | - |
| YUV | 101.53 | 71.27 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 1 | 0 | 0.59 | 0.99 | 0.26 | 24.39 | 0.99 | 0.37 |
| Hex | BC | 4D | 1 | 0 | 3B | 63 | 1A | 18 | 63 | 25 |
| Octal | 274 | 115 | 1 | 0 | 73 | 143 | 32 | 30 | 143 | 45 |
| Binary | 10111100 | 1001101 | 1 | 0 | 111011 | 1100011 | 11010 | 11000 | 1100011 | 100101 |
Color Harmonies of #BC4D01
Complementary color
Monochromatic Colors of #BC4D01
Black with #BC4D01
Text Example
Text Example
White with #BC4D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D01; }
p { color: rgb(188,77,1); }
H1.HeaderClassName
{
color: #BC4D01;
}
.AnyTagClassName
{
color: #BC4D01;
}
</style>
background-color css
<style>
a { background-color: #BC4D01; }
a { background-color: rgb(188,77,1); }
div.DivClassName
{
background-color: #BC4D01;
}
.BgClassName
{
background-color: #BC4D01;
}
</style>
border-color css
<style>
span { border-color: #BC4D01; }
span { border-color: rgb(188,77,1); }
td.TdClassName
{
border-color: #BC4D01;
}
.TagClassName
{
border-color: #BC4D01;
}
</style>