Shades of Tenne (Tawny) #BC640B
Tints of Tenne (Tawny) #BC640B
RGB
CMYK
RGB Variations
Color information
#BC640B (or 0xBC640B) is known color: Tenne (Tawny). HEX triplet: BC, 64 and 0B. RGB value is (188,100,11). Sum of RGB (Red+Green+Blue) = 188+100+11=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC640B is #439BF4. Grayscale: #747474. Windows color (decimal): -4430837 or 746684. OLE color: 746684.
HSL color Cylindrical-coordinate representation of color #BC640B: hue angle of 30.17º 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 #BC640B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 11 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.26 |
| HSL | 30.17º | 0.89% | 0.39% | - |
| HSV(B) | 30.17º | 0.94% | 0.74% | - |
| XYZ | 25.36 | 19.83 | 2.81 | - |
| YUV | 116.17 | 68.65 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 11 | 0 | 0.47 | 0.94 | 0.26 | 30.17 | 0.89 | 0.39 |
| Hex | BC | 64 | B | 0 | 2F | 5E | 1A | 1E | 59 | 27 |
| Octal | 274 | 144 | 13 | 0 | 57 | 136 | 32 | 36 | 131 | 47 |
| Binary | 10111100 | 1100100 | 1011 | 0 | 101111 | 1011110 | 11010 | 11110 | 1011001 | 100111 |
Color Harmonies of #BC640B
Complementary color
Monochromatic Colors of #BC640B
Black with #BC640B
Text Example
Text Example
White with #BC640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC640B; }
p { color: rgb(188,100,11); }
H1.HeaderClassName
{
color: #BC640B;
}
.AnyTagClassName
{
color: #BC640B;
}
</style>
background-color css
<style>
a { background-color: #BC640B; }
a { background-color: rgb(188,100,11); }
div.DivClassName
{
background-color: #BC640B;
}
.BgClassName
{
background-color: #BC640B;
}
</style>
border-color css
<style>
span { border-color: #BC640B; }
span { border-color: rgb(188,100,11); }
td.TdClassName
{
border-color: #BC640B;
}
.TagClassName
{
border-color: #BC640B;
}
</style>