Shades of Smoke Tree #BC673E
Tints of Smoke Tree #BC673E
RGB
CMYK
RGB Variations
Color information
#BC673E (or 0xBC673E) is known color: Smoke Tree. HEX triplet: BC, 67 and 3E. RGB value is (188,103,62). Sum of RGB (Red+Green+Blue) = 188+103+62=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC673E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC673E is #4398C1. Grayscale: #7B7B7B. Windows color (decimal): -4430018 or 4089788. OLE color: 4089788.
HSL color Cylindrical-coordinate representation of color #BC673E: hue angle of 19.52º 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 #BC673E is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 62 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.26 |
| HSL | 19.52º | 0.5% | 0.49% | - |
| HSV(B) | 19.52º | 0.67% | 0.74% | - |
| XYZ | 26.46 | 20.74 | 7.17 | - |
| YUV | 123.74 | 93.16 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 62 | 0 | 0.45 | 0.67 | 0.26 | 19.52 | 0.5 | 0.49 |
| Hex | BC | 67 | 3E | 0 | 2D | 43 | 1A | 14 | 32 | 31 |
| Octal | 274 | 147 | 76 | 0 | 55 | 103 | 32 | 24 | 62 | 61 |
| Binary | 10111100 | 1100111 | 111110 | 0 | 101101 | 1000011 | 11010 | 10100 | 110010 | 110001 |
Color Harmonies of #BC673E
Complementary color
Monochromatic Colors of #BC673E
Black with #BC673E
Text Example
Text Example
White with #BC673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC673E; }
p { color: rgb(188,103,62); }
H1.HeaderClassName
{
color: #BC673E;
}
.AnyTagClassName
{
color: #BC673E;
}
</style>
background-color css
<style>
a { background-color: #BC673E; }
a { background-color: rgb(188,103,62); }
div.DivClassName
{
background-color: #BC673E;
}
.BgClassName
{
background-color: #BC673E;
}
</style>
border-color css
<style>
span { border-color: #BC673E; }
span { border-color: rgb(188,103,62); }
td.TdClassName
{
border-color: #BC673E;
}
.TagClassName
{
border-color: #BC673E;
}
</style>