Shades of Smoke Tree #BC673D
Tints of Smoke Tree #BC673D
RGB
CMYK
RGB Variations
Color information
#BC673D (or 0xBC673D) is known color: Smoke Tree. HEX triplet: BC, 67 and 3D. RGB value is (188,103,61). Sum of RGB (Red+Green+Blue) = 188+103+61=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC673D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC673D is #4398C2. Grayscale: #7B7B7B. Windows color (decimal): -4430019 or 4024252. OLE color: 4024252.
HSL color Cylindrical-coordinate representation of color #BC673D: hue angle of 19.84º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC673D is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 61 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.26 |
| HSL | 19.84º | 0.51% | 0.49% | - |
| HSV(B) | 19.84º | 0.68% | 0.74% | - |
| XYZ | 26.43 | 20.73 | 7.02 | - |
| YUV | 123.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 61 | 0 | 0.45 | 0.68 | 0.26 | 19.84 | 0.51 | 0.49 |
| Hex | BC | 67 | 3D | 0 | 2D | 44 | 1A | 14 | 33 | 31 |
| Octal | 274 | 147 | 75 | 0 | 55 | 104 | 32 | 24 | 63 | 61 |
| Binary | 10111100 | 1100111 | 111101 | 0 | 101101 | 1000100 | 11010 | 10100 | 110011 | 110001 |
Color Harmonies of #BC673D
Complementary color
Monochromatic Colors of #BC673D
Black with #BC673D
Text Example
Text Example
White with #BC673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC673D; }
p { color: rgb(188,103,61); }
H1.HeaderClassName
{
color: #BC673D;
}
.AnyTagClassName
{
color: #BC673D;
}
</style>
background-color css
<style>
a { background-color: #BC673D; }
a { background-color: rgb(188,103,61); }
div.DivClassName
{
background-color: #BC673D;
}
.BgClassName
{
background-color: #BC673D;
}
</style>
border-color css
<style>
span { border-color: #BC673D; }
span { border-color: rgb(188,103,61); }
td.TdClassName
{
border-color: #BC673D;
}
.TagClassName
{
border-color: #BC673D;
}
</style>