Shades of Smoke Tree #BC693E
Tints of Smoke Tree #BC693E
RGB
CMYK
RGB Variations
Color information
#BC693E (or 0xBC693E) is known color: Smoke Tree. HEX triplet: BC, 69 and 3E. RGB value is (188,105,62). Sum of RGB (Red+Green+Blue) = 188+105+62=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC693E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC693E is #4396C1. Grayscale: #7D7D7D. Windows color (decimal): -4429506 or 4090300. OLE color: 4090300.
HSL color Cylindrical-coordinate representation of color #BC693E: hue angle of 20.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC693E is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 62 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.26 |
| HSL | 20.48º | 0.5% | 0.49% | - |
| HSV(B) | 20.48º | 0.67% | 0.74% | - |
| XYZ | 26.66 | 21.14 | 7.23 | - |
| YUV | 124.92 | 92.5 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 62 | 0 | 0.44 | 0.67 | 0.26 | 20.48 | 0.5 | 0.49 |
| Hex | BC | 69 | 3E | 0 | 2C | 43 | 1A | 14 | 32 | 31 |
| Octal | 274 | 151 | 76 | 0 | 54 | 103 | 32 | 24 | 62 | 61 |
| Binary | 10111100 | 1101001 | 111110 | 0 | 101100 | 1000011 | 11010 | 10100 | 110010 | 110001 |
Color Harmonies of #BC693E
Complementary color
Monochromatic Colors of #BC693E
Black with #BC693E
Text Example
Text Example
White with #BC693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC693E; }
p { color: rgb(188,105,62); }
H1.HeaderClassName
{
color: #BC693E;
}
.AnyTagClassName
{
color: #BC693E;
}
</style>
background-color css
<style>
a { background-color: #BC693E; }
a { background-color: rgb(188,105,62); }
div.DivClassName
{
background-color: #BC693E;
}
.BgClassName
{
background-color: #BC693E;
}
</style>
border-color css
<style>
span { border-color: #BC693E; }
span { border-color: rgb(188,105,62); }
td.TdClassName
{
border-color: #BC693E;
}
.TagClassName
{
border-color: #BC693E;
}
</style>