Shades of Smoke Tree #BC673F
Tints of Smoke Tree #BC673F
RGB
CMYK
RGB Variations
Color information
#BC673F (or 0xBC673F) is known color: Smoke Tree. HEX triplet: BC, 67 and 3F. RGB value is (188,103,63). Sum of RGB (Red+Green+Blue) = 188+103+63=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC673F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC673F is #4398C0. Grayscale: #7C7C7C. Windows color (decimal): -4430017 or 4155324. OLE color: 4155324.
HSL color Cylindrical-coordinate representation of color #BC673F: hue angle of 19.2º degrees, saturation: 0.5, 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 #BC673F is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 63 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.26 |
| HSL | 19.2º | 0.5% | 0.49% | - |
| HSV(B) | 19.2º | 0.66% | 0.74% | - |
| XYZ | 26.49 | 20.75 | 7.31 | - |
| YUV | 123.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 63 | 0 | 0.45 | 0.66 | 0.26 | 19.2 | 0.5 | 0.49 |
| Hex | BC | 67 | 3F | 0 | 2D | 42 | 1A | 13 | 32 | 31 |
| Octal | 274 | 147 | 77 | 0 | 55 | 102 | 32 | 23 | 62 | 61 |
| Binary | 10111100 | 1100111 | 111111 | 0 | 101101 | 1000010 | 11010 | 10011 | 110010 | 110001 |
Color Harmonies of #BC673F
Complementary color
Monochromatic Colors of #BC673F
Black with #BC673F
Text Example
Text Example
White with #BC673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC673F; }
p { color: rgb(188,103,63); }
H1.HeaderClassName
{
color: #BC673F;
}
.AnyTagClassName
{
color: #BC673F;
}
</style>
background-color css
<style>
a { background-color: #BC673F; }
a { background-color: rgb(188,103,63); }
div.DivClassName
{
background-color: #BC673F;
}
.BgClassName
{
background-color: #BC673F;
}
</style>
border-color css
<style>
span { border-color: #BC673F; }
span { border-color: rgb(188,103,63); }
td.TdClassName
{
border-color: #BC673F;
}
.TagClassName
{
border-color: #BC673F;
}
</style>