Shades of Tenne (Tawny) #BC5B01
Tints of Tenne (Tawny) #BC5B01
RGB
CMYK
RGB Variations
Color information
#BC5B01 (or 0xBC5B01) is known color: Tenne (Tawny). HEX triplet: BC, 5B and 01. RGB value is (188,91,1). Sum of RGB (Red+Green+Blue) = 188+91+1=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5B01 is #43A4FE. Grayscale: #6E6E6E. Windows color (decimal): -4433151 or 89020. OLE color: 89020.
HSL color Cylindrical-coordinate representation of color #BC5B01: hue angle of 28.88º 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 #BC5B01 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.26 |
| HSL | 28.88º | 0.99% | 0.37% | - |
| HSV(B) | 28.88º | 0.99% | 0.74% | - |
| XYZ | 24.49 | 18.18 | 2.25 | - |
| YUV | 109.74 | 66.64 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 1 | 0 | 0.52 | 0.99 | 0.26 | 28.88 | 0.99 | 0.37 |
| Hex | BC | 5B | 1 | 0 | 34 | 63 | 1A | 1D | 63 | 25 |
| Octal | 274 | 133 | 1 | 0 | 64 | 143 | 32 | 35 | 143 | 45 |
| Binary | 10111100 | 1011011 | 1 | 0 | 110100 | 1100011 | 11010 | 11101 | 1100011 | 100101 |
Color Harmonies of #BC5B01
Complementary color
Monochromatic Colors of #BC5B01
Black with #BC5B01
Text Example
Text Example
White with #BC5B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B01; }
p { color: rgb(188,91,1); }
H1.HeaderClassName
{
color: #BC5B01;
}
.AnyTagClassName
{
color: #BC5B01;
}
</style>
background-color css
<style>
a { background-color: #BC5B01; }
a { background-color: rgb(188,91,1); }
div.DivClassName
{
background-color: #BC5B01;
}
.BgClassName
{
background-color: #BC5B01;
}
</style>
border-color css
<style>
span { border-color: #BC5B01; }
span { border-color: rgb(188,91,1); }
td.TdClassName
{
border-color: #BC5B01;
}
.TagClassName
{
border-color: #BC5B01;
}
</style>