Shades of Tenne (Tawny) #BC660B
Tints of Tenne (Tawny) #BC660B
RGB
CMYK
RGB Variations
Color information
#BC660B (or 0xBC660B) is known color: Tenne (Tawny). HEX triplet: BC, 66 and 0B. RGB value is (188,102,11). Sum of RGB (Red+Green+Blue) = 188+102+11=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC660B is #4399F4. Grayscale: #757575. Windows color (decimal): -4430325 or 747196. OLE color: 747196.
HSL color Cylindrical-coordinate representation of color #BC660B: hue angle of 30.85º degrees, saturation: 0.89, 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 #BC660B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 11 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.26 |
| HSL | 30.85º | 0.89% | 0.39% | - |
| HSV(B) | 30.85º | 0.94% | 0.74% | - |
| XYZ | 25.55 | 20.22 | 2.87 | - |
| YUV | 117.34 | 67.99 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 11 | 0 | 0.46 | 0.94 | 0.26 | 30.85 | 0.89 | 0.39 |
| Hex | BC | 66 | B | 0 | 2E | 5E | 1A | 1F | 59 | 27 |
| Octal | 274 | 146 | 13 | 0 | 56 | 136 | 32 | 37 | 131 | 47 |
| Binary | 10111100 | 1100110 | 1011 | 0 | 101110 | 1011110 | 11010 | 11111 | 1011001 | 100111 |
Color Harmonies of #BC660B
Complementary color
Monochromatic Colors of #BC660B
Black with #BC660B
Text Example
Text Example
White with #BC660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC660B; }
p { color: rgb(188,102,11); }
H1.HeaderClassName
{
color: #BC660B;
}
.AnyTagClassName
{
color: #BC660B;
}
</style>
background-color css
<style>
a { background-color: #BC660B; }
a { background-color: rgb(188,102,11); }
div.DivClassName
{
background-color: #BC660B;
}
.BgClassName
{
background-color: #BC660B;
}
</style>
border-color css
<style>
span { border-color: #BC660B; }
span { border-color: rgb(188,102,11); }
td.TdClassName
{
border-color: #BC660B;
}
.TagClassName
{
border-color: #BC660B;
}
</style>