Shades of Tenne (Tawny) #BC6603
Tints of Tenne (Tawny) #BC6603
RGB
CMYK
RGB Variations
Color information
#BC6603 (or 0xBC6603) is known color: Tenne (Tawny). HEX triplet: BC, 66 and 03. RGB value is (188,102,3). Sum of RGB (Red+Green+Blue) = 188+102+3=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6603 is #4399FC. Grayscale: #747474. Windows color (decimal): -4430333 or 222908. OLE color: 222908.
HSL color Cylindrical-coordinate representation of color #BC6603: hue angle of 32.11º 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 #BC6603 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 3 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.26 |
| HSL | 32.11º | 0.97% | 0.37% | - |
| HSV(B) | 32.11º | 0.98% | 0.74% | - |
| XYZ | 25.51 | 20.2 | 2.64 | - |
| YUV | 116.43 | 63.99 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 3 | 0 | 0.46 | 0.98 | 0.26 | 32.11 | 0.97 | 0.37 |
| Hex | BC | 66 | 3 | 0 | 2E | 62 | 1A | 20 | 61 | 25 |
| Octal | 274 | 146 | 3 | 0 | 56 | 142 | 32 | 40 | 141 | 45 |
| Binary | 10111100 | 1100110 | 11 | 0 | 101110 | 1100010 | 11010 | 100000 | 1100001 | 100101 |
Color Harmonies of #BC6603
Complementary color
Monochromatic Colors of #BC6603
Black with #BC6603
Text Example
Text Example
White with #BC6603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6603; }
p { color: rgb(188,102,3); }
H1.HeaderClassName
{
color: #BC6603;
}
.AnyTagClassName
{
color: #BC6603;
}
</style>
background-color css
<style>
a { background-color: #BC6603; }
a { background-color: rgb(188,102,3); }
div.DivClassName
{
background-color: #BC6603;
}
.BgClassName
{
background-color: #BC6603;
}
</style>
border-color css
<style>
span { border-color: #BC6603; }
span { border-color: rgb(188,102,3); }
td.TdClassName
{
border-color: #BC6603;
}
.TagClassName
{
border-color: #BC6603;
}
</style>