Shades of Tenne (Tawny) #BC660A
Tints of Tenne (Tawny) #BC660A
RGB
CMYK
RGB Variations
Color information
#BC660A (or 0xBC660A) is known color: Tenne (Tawny). HEX triplet: BC, 66 and 0A. RGB value is (188,102,10). Sum of RGB (Red+Green+Blue) = 188+102+10=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC660A is #4399F5. Grayscale: #757575. Windows color (decimal): -4430326 or 681660. OLE color: 681660.
HSL color Cylindrical-coordinate representation of color #BC660A: hue angle of 31.01º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC660A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 10 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.26 |
| HSL | 31.01º | 0.9% | 0.39% | - |
| HSV(B) | 31.01º | 0.95% | 0.74% | - |
| XYZ | 25.55 | 20.22 | 2.84 | - |
| YUV | 117.23 | 67.49 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 10 | 0 | 0.46 | 0.95 | 0.26 | 31.01 | 0.9 | 0.39 |
| Hex | BC | 66 | A | 0 | 2E | 5F | 1A | 1F | 5A | 27 |
| Octal | 274 | 146 | 12 | 0 | 56 | 137 | 32 | 37 | 132 | 47 |
| Binary | 10111100 | 1100110 | 1010 | 0 | 101110 | 1011111 | 11010 | 11111 | 1011010 | 100111 |
Color Harmonies of #BC660A
Complementary color
Monochromatic Colors of #BC660A
Black with #BC660A
Text Example
Text Example
White with #BC660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC660A; }
p { color: rgb(188,102,10); }
H1.HeaderClassName
{
color: #BC660A;
}
.AnyTagClassName
{
color: #BC660A;
}
</style>
background-color css
<style>
a { background-color: #BC660A; }
a { background-color: rgb(188,102,10); }
div.DivClassName
{
background-color: #BC660A;
}
.BgClassName
{
background-color: #BC660A;
}
</style>
border-color css
<style>
span { border-color: #BC660A; }
span { border-color: rgb(188,102,10); }
td.TdClassName
{
border-color: #BC660A;
}
.TagClassName
{
border-color: #BC660A;
}
</style>