Shades of Tenne (Tawny) #BC5E03
Tints of Tenne (Tawny) #BC5E03
RGB
CMYK
RGB Variations
Color information
#BC5E03 (or 0xBC5E03) is known color: Tenne (Tawny). HEX triplet: BC, 5E and 03. RGB value is (188,94,3). Sum of RGB (Red+Green+Blue) = 188+94+3=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5E03 is #43A1FC. Grayscale: #707070. Windows color (decimal): -4432381 or 220860. OLE color: 220860.
HSL color Cylindrical-coordinate representation of color #BC5E03: hue angle of 29.51º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC5E03 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 3 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.26 |
| HSL | 29.51º | 0.97% | 0.37% | - |
| HSV(B) | 29.51º | 0.98% | 0.74% | - |
| XYZ | 24.76 | 18.7 | 2.39 | - |
| YUV | 111.73 | 66.64 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 3 | 0 | 0.50 | 0.98 | 0.26 | 29.51 | 0.97 | 0.37 |
| Hex | BC | 5E | 3 | 0 | 32 | 62 | 1A | 1E | 61 | 25 |
| Octal | 274 | 136 | 3 | 0 | 62 | 142 | 32 | 36 | 141 | 45 |
| Binary | 10111100 | 1011110 | 11 | 0 | 110010 | 1100010 | 11010 | 11110 | 1100001 | 100101 |
Color Harmonies of #BC5E03
Complementary color
Monochromatic Colors of #BC5E03
Black with #BC5E03
Text Example
Text Example
White with #BC5E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E03; }
p { color: rgb(188,94,3); }
H1.HeaderClassName
{
color: #BC5E03;
}
.AnyTagClassName
{
color: #BC5E03;
}
</style>
background-color css
<style>
a { background-color: #BC5E03; }
a { background-color: rgb(188,94,3); }
div.DivClassName
{
background-color: #BC5E03;
}
.BgClassName
{
background-color: #BC5E03;
}
</style>
border-color css
<style>
span { border-color: #BC5E03; }
span { border-color: rgb(188,94,3); }
td.TdClassName
{
border-color: #BC5E03;
}
.TagClassName
{
border-color: #BC5E03;
}
</style>