Shades of Tenne (Tawny) #BC6703
Tints of Tenne (Tawny) #BC6703
RGB
CMYK
RGB Variations
Color information
#BC6703 (or 0xBC6703) is known color: Tenne (Tawny). HEX triplet: BC, 67 and 03. RGB value is (188,103,3). Sum of RGB (Red+Green+Blue) = 188+103+3=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6703 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6703 is #4398FC. Grayscale: #757575. Windows color (decimal): -4430077 or 223164. OLE color: 223164.
HSL color Cylindrical-coordinate representation of color #BC6703: hue angle of 32.43º 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 #BC6703 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 3 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.26 |
| HSL | 32.43º | 0.97% | 0.37% | - |
| HSV(B) | 32.43º | 0.98% | 0.74% | - |
| XYZ | 25.61 | 20.4 | 2.67 | - |
| YUV | 117.02 | 63.66 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 3 | 0 | 0.45 | 0.98 | 0.26 | 32.43 | 0.97 | 0.37 |
| Hex | BC | 67 | 3 | 0 | 2D | 62 | 1A | 20 | 61 | 25 |
| Octal | 274 | 147 | 3 | 0 | 55 | 142 | 32 | 40 | 141 | 45 |
| Binary | 10111100 | 1100111 | 11 | 0 | 101101 | 1100010 | 11010 | 100000 | 1100001 | 100101 |
Color Harmonies of #BC6703
Complementary color
Monochromatic Colors of #BC6703
Black with #BC6703
Text Example
Text Example
White with #BC6703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6703; }
p { color: rgb(188,103,3); }
H1.HeaderClassName
{
color: #BC6703;
}
.AnyTagClassName
{
color: #BC6703;
}
</style>
background-color css
<style>
a { background-color: #BC6703; }
a { background-color: rgb(188,103,3); }
div.DivClassName
{
background-color: #BC6703;
}
.BgClassName
{
background-color: #BC6703;
}
</style>
border-color css
<style>
span { border-color: #BC6703; }
span { border-color: rgb(188,103,3); }
td.TdClassName
{
border-color: #BC6703;
}
.TagClassName
{
border-color: #BC6703;
}
</style>