Shades of Tenne (Tawny) #BC660C
Tints of Tenne (Tawny) #BC660C
RGB
CMYK
RGB Variations
Color information
#BC660C (or 0xBC660C) is known color: Tenne (Tawny). HEX triplet: BC, 66 and 0C. RGB value is (188,102,12). Sum of RGB (Red+Green+Blue) = 188+102+12=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC660C is #4399F3. Grayscale: #757575. Windows color (decimal): -4430324 or 812732. OLE color: 812732.
HSL color Cylindrical-coordinate representation of color #BC660C: hue angle of 30.68º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC660C is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 12 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.26 |
| HSL | 30.68º | 0.88% | 0.39% | - |
| HSV(B) | 30.68º | 0.94% | 0.74% | - |
| XYZ | 25.56 | 20.22 | 2.9 | - |
| YUV | 117.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 12 | 0 | 0.46 | 0.94 | 0.26 | 30.68 | 0.88 | 0.39 |
| Hex | BC | 66 | C | 0 | 2E | 5E | 1A | 1F | 58 | 27 |
| Octal | 274 | 146 | 14 | 0 | 56 | 136 | 32 | 37 | 130 | 47 |
| Binary | 10111100 | 1100110 | 1100 | 0 | 101110 | 1011110 | 11010 | 11111 | 1011000 | 100111 |
Color Harmonies of #BC660C
Complementary color
Monochromatic Colors of #BC660C
Black with #BC660C
Text Example
Text Example
White with #BC660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC660C; }
p { color: rgb(188,102,12); }
H1.HeaderClassName
{
color: #BC660C;
}
.AnyTagClassName
{
color: #BC660C;
}
</style>
background-color css
<style>
a { background-color: #BC660C; }
a { background-color: rgb(188,102,12); }
div.DivClassName
{
background-color: #BC660C;
}
.BgClassName
{
background-color: #BC660C;
}
</style>
border-color css
<style>
span { border-color: #BC660C; }
span { border-color: rgb(188,102,12); }
td.TdClassName
{
border-color: #BC660C;
}
.TagClassName
{
border-color: #BC660C;
}
</style>