Shades of Smoke Tree #BC643B
Tints of Smoke Tree #BC643B
RGB
CMYK
RGB Variations
Color information
#BC643B (or 0xBC643B) is known color: Smoke Tree. HEX triplet: BC, 64 and 3B. RGB value is (188,100,59). Sum of RGB (Red+Green+Blue) = 188+100+59=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC643B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC643B is #439BC4. Grayscale: #797979. Windows color (decimal): -4430789 or 3892412. OLE color: 3892412.
HSL color Cylindrical-coordinate representation of color #BC643B: hue angle of 19.07º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC643B is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 59 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.26 |
| HSL | 19.07º | 0.52% | 0.48% | - |
| HSV(B) | 19.07º | 0.69% | 0.74% | - |
| XYZ | 26.09 | 20.12 | 6.65 | - |
| YUV | 121.64 | 92.65 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 59 | 0 | 0.47 | 0.69 | 0.26 | 19.07 | 0.52 | 0.48 |
| Hex | BC | 64 | 3B | 0 | 2F | 45 | 1A | 13 | 34 | 30 |
| Octal | 274 | 144 | 73 | 0 | 57 | 105 | 32 | 23 | 64 | 60 |
| Binary | 10111100 | 1100100 | 111011 | 0 | 101111 | 1000101 | 11010 | 10011 | 110100 | 110000 |
Color Harmonies of #BC643B
Complementary color
Monochromatic Colors of #BC643B
Black with #BC643B
Text Example
Text Example
White with #BC643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC643B; }
p { color: rgb(188,100,59); }
H1.HeaderClassName
{
color: #BC643B;
}
.AnyTagClassName
{
color: #BC643B;
}
</style>
background-color css
<style>
a { background-color: #BC643B; }
a { background-color: rgb(188,100,59); }
div.DivClassName
{
background-color: #BC643B;
}
.BgClassName
{
background-color: #BC643B;
}
</style>
border-color css
<style>
span { border-color: #BC643B; }
span { border-color: rgb(188,100,59); }
td.TdClassName
{
border-color: #BC643B;
}
.TagClassName
{
border-color: #BC643B;
}
</style>