Shades of Smoke Tree #BC6740
Tints of Smoke Tree #BC6740
RGB
CMYK
RGB Variations
Color information
#BC6740 (or 0xBC6740) is known color: Smoke Tree. HEX triplet: BC, 67 and 40. RGB value is (188,103,64). Sum of RGB (Red+Green+Blue) = 188+103+64=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6740 is #4398BF. Grayscale: #7C7C7C. Windows color (decimal): -4430016 or 4220860. OLE color: 4220860.
HSL color Cylindrical-coordinate representation of color #BC6740: hue angle of 18.87º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC6740 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 64 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.26 |
| HSL | 18.87º | 0.49% | 0.49% | - |
| HSV(B) | 18.87º | 0.66% | 0.74% | - |
| XYZ | 26.51 | 20.76 | 7.46 | - |
| YUV | 123.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 64 | 0 | 0.45 | 0.66 | 0.26 | 18.87 | 0.49 | 0.49 |
| Hex | BC | 67 | 40 | 0 | 2D | 42 | 1A | 13 | 31 | 31 |
| Octal | 274 | 147 | 100 | 0 | 55 | 102 | 32 | 23 | 61 | 61 |
| Binary | 10111100 | 1100111 | 1000000 | 0 | 101101 | 1000010 | 11010 | 10011 | 110001 | 110001 |
Color Harmonies of #BC6740
Complementary color
Monochromatic Colors of #BC6740
Black with #BC6740
Text Example
Text Example
White with #BC6740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6740; }
p { color: rgb(188,103,64); }
H1.HeaderClassName
{
color: #BC6740;
}
.AnyTagClassName
{
color: #BC6740;
}
</style>
background-color css
<style>
a { background-color: #BC6740; }
a { background-color: rgb(188,103,64); }
div.DivClassName
{
background-color: #BC6740;
}
.BgClassName
{
background-color: #BC6740;
}
</style>
border-color css
<style>
span { border-color: #BC6740; }
span { border-color: rgb(188,103,64); }
td.TdClassName
{
border-color: #BC6740;
}
.TagClassName
{
border-color: #BC6740;
}
</style>