Shades of Smoke Tree #BC643D
Tints of Smoke Tree #BC643D
RGB
CMYK
RGB Variations
Color information
#BC643D (or 0xBC643D) is known color: Smoke Tree. HEX triplet: BC, 64 and 3D. RGB value is (188,100,61). Sum of RGB (Red+Green+Blue) = 188+100+61=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC643D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC643D is #439BC2. Grayscale: #7A7A7A. Windows color (decimal): -4430787 or 4023484. OLE color: 4023484.
HSL color Cylindrical-coordinate representation of color #BC643D: hue angle of 18.43º 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 #BC643D is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 61 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.26 |
| HSL | 18.43º | 0.51% | 0.49% | - |
| HSV(B) | 18.43º | 0.68% | 0.74% | - |
| XYZ | 26.14 | 20.14 | 6.93 | - |
| YUV | 121.87 | 93.65 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 61 | 0 | 0.47 | 0.68 | 0.26 | 18.43 | 0.51 | 0.49 |
| Hex | BC | 64 | 3D | 0 | 2F | 44 | 1A | 12 | 33 | 31 |
| Octal | 274 | 144 | 75 | 0 | 57 | 104 | 32 | 22 | 63 | 61 |
| Binary | 10111100 | 1100100 | 111101 | 0 | 101111 | 1000100 | 11010 | 10010 | 110011 | 110001 |
Color Harmonies of #BC643D
Complementary color
Monochromatic Colors of #BC643D
Black with #BC643D
Text Example
Text Example
White with #BC643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC643D; }
p { color: rgb(188,100,61); }
H1.HeaderClassName
{
color: #BC643D;
}
.AnyTagClassName
{
color: #BC643D;
}
</style>
background-color css
<style>
a { background-color: #BC643D; }
a { background-color: rgb(188,100,61); }
div.DivClassName
{
background-color: #BC643D;
}
.BgClassName
{
background-color: #BC643D;
}
</style>
border-color css
<style>
span { border-color: #BC643D; }
span { border-color: rgb(188,100,61); }
td.TdClassName
{
border-color: #BC643D;
}
.TagClassName
{
border-color: #BC643D;
}
</style>