Shades of Smoke Tree #BC6640
Tints of Smoke Tree #BC6640
RGB
CMYK
RGB Variations
Color information
#BC6640 (or 0xBC6640) is known color: Smoke Tree. HEX triplet: BC, 66 and 40. RGB value is (188,102,64). Sum of RGB (Red+Green+Blue) = 188+102+64=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6640 is #4399BF. Grayscale: #7B7B7B. Windows color (decimal): -4430272 or 4220604. OLE color: 4220604.
HSL color Cylindrical-coordinate representation of color #BC6640: hue angle of 18.39º degrees, saturation: 0.49, 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 #BC6640 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 64 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.26 |
| HSL | 18.39º | 0.49% | 0.49% | - |
| HSV(B) | 18.39º | 0.66% | 0.74% | - |
| XYZ | 26.42 | 20.56 | 7.43 | - |
| YUV | 123.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 64 | 0 | 0.46 | 0.66 | 0.26 | 18.39 | 0.49 | 0.49 |
| Hex | BC | 66 | 40 | 0 | 2E | 42 | 1A | 12 | 31 | 31 |
| Octal | 274 | 146 | 100 | 0 | 56 | 102 | 32 | 22 | 61 | 61 |
| Binary | 10111100 | 1100110 | 1000000 | 0 | 101110 | 1000010 | 11010 | 10010 | 110001 | 110001 |
Color Harmonies of #BC6640
Complementary color
Monochromatic Colors of #BC6640
Black with #BC6640
Text Example
Text Example
White with #BC6640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6640; }
p { color: rgb(188,102,64); }
H1.HeaderClassName
{
color: #BC6640;
}
.AnyTagClassName
{
color: #BC6640;
}
</style>
background-color css
<style>
a { background-color: #BC6640; }
a { background-color: rgb(188,102,64); }
div.DivClassName
{
background-color: #BC6640;
}
.BgClassName
{
background-color: #BC6640;
}
</style>
border-color css
<style>
span { border-color: #BC6640; }
span { border-color: rgb(188,102,64); }
td.TdClassName
{
border-color: #BC6640;
}
.TagClassName
{
border-color: #BC6640;
}
</style>