Shades of Smoke Tree #BC6738
Tints of Smoke Tree #BC6738
RGB
CMYK
RGB Variations
Color information
#BC6738 (or 0xBC6738) is known color: Smoke Tree. HEX triplet: BC, 67 and 38. RGB value is (188,103,56). Sum of RGB (Red+Green+Blue) = 188+103+56=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6738 is #4398C7. Grayscale: #7B7B7B. Windows color (decimal): -4430024 or 3696572. OLE color: 3696572.
HSL color Cylindrical-coordinate representation of color #BC6738: hue angle of 21.36º 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 #BC6738 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 56 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.26 |
| HSL | 21.36º | 0.54% | 0.48% | - |
| HSV(B) | 21.36º | 0.7% | 0.74% | - |
| XYZ | 26.3 | 20.68 | 6.35 | - |
| YUV | 123.06 | 90.16 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 56 | 0 | 0.45 | 0.70 | 0.26 | 21.36 | 0.54 | 0.48 |
| Hex | BC | 67 | 38 | 0 | 2D | 46 | 1A | 15 | 36 | 30 |
| Octal | 274 | 147 | 70 | 0 | 55 | 106 | 32 | 25 | 66 | 60 |
| Binary | 10111100 | 1100111 | 111000 | 0 | 101101 | 1000110 | 11010 | 10101 | 110110 | 110000 |
Color Harmonies of #BC6738
Complementary color
Monochromatic Colors of #BC6738
Black with #BC6738
Text Example
Text Example
White with #BC6738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6738; }
p { color: rgb(188,103,56); }
H1.HeaderClassName
{
color: #BC6738;
}
.AnyTagClassName
{
color: #BC6738;
}
</style>
background-color css
<style>
a { background-color: #BC6738; }
a { background-color: rgb(188,103,56); }
div.DivClassName
{
background-color: #BC6738;
}
.BgClassName
{
background-color: #BC6738;
}
</style>
border-color css
<style>
span { border-color: #BC6738; }
span { border-color: rgb(188,103,56); }
td.TdClassName
{
border-color: #BC6738;
}
.TagClassName
{
border-color: #BC6738;
}
</style>