Shades of Smoke Tree #BC6838
Tints of Smoke Tree #BC6838
RGB
CMYK
RGB Variations
Color information
#BC6838 (or 0xBC6838) is known color: Smoke Tree. HEX triplet: BC, 68 and 38. RGB value is (188,104,56). Sum of RGB (Red+Green+Blue) = 188+104+56=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6838 is #4397C7. Grayscale: #7B7B7B. Windows color (decimal): -4429768 or 3696828. OLE color: 3696828.
HSL color Cylindrical-coordinate representation of color #BC6838: hue angle of 21.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC6838 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 56 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.26 |
| HSL | 21.82º | 0.54% | 0.48% | - |
| HSV(B) | 21.82º | 0.7% | 0.74% | - |
| XYZ | 26.4 | 20.88 | 6.38 | - |
| YUV | 123.64 | 89.83 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 56 | 0 | 0.45 | 0.70 | 0.26 | 21.82 | 0.54 | 0.48 |
| Hex | BC | 68 | 38 | 0 | 2D | 46 | 1A | 16 | 36 | 30 |
| Octal | 274 | 150 | 70 | 0 | 55 | 106 | 32 | 26 | 66 | 60 |
| Binary | 10111100 | 1101000 | 111000 | 0 | 101101 | 1000110 | 11010 | 10110 | 110110 | 110000 |
Color Harmonies of #BC6838
Complementary color
Monochromatic Colors of #BC6838
Black with #BC6838
Text Example
Text Example
White with #BC6838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6838; }
p { color: rgb(188,104,56); }
H1.HeaderClassName
{
color: #BC6838;
}
.AnyTagClassName
{
color: #BC6838;
}
</style>
background-color css
<style>
a { background-color: #BC6838; }
a { background-color: rgb(188,104,56); }
div.DivClassName
{
background-color: #BC6838;
}
.BgClassName
{
background-color: #BC6838;
}
</style>
border-color css
<style>
span { border-color: #BC6838; }
span { border-color: rgb(188,104,56); }
td.TdClassName
{
border-color: #BC6838;
}
.TagClassName
{
border-color: #BC6838;
}
</style>