Shades of Smoke Tree #BC6737
Tints of Smoke Tree #BC6737
RGB
CMYK
RGB Variations
Color information
#BC6737 (or 0xBC6737) is known color: Smoke Tree. HEX triplet: BC, 67 and 37. RGB value is (188,103,55). Sum of RGB (Red+Green+Blue) = 188+103+55=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6737 is #4398C8. Grayscale: #7B7B7B. Windows color (decimal): -4430025 or 3631036. OLE color: 3631036.
HSL color Cylindrical-coordinate representation of color #BC6737: hue angle of 21.65º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC6737 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 55 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.26 |
| HSL | 21.65º | 0.55% | 0.48% | - |
| HSV(B) | 21.65º | 0.71% | 0.74% | - |
| XYZ | 26.28 | 20.67 | 6.22 | - |
| YUV | 122.94 | 89.66 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 55 | 0 | 0.45 | 0.71 | 0.26 | 21.65 | 0.55 | 0.48 |
| Hex | BC | 67 | 37 | 0 | 2D | 47 | 1A | 16 | 37 | 30 |
| Octal | 274 | 147 | 67 | 0 | 55 | 107 | 32 | 26 | 67 | 60 |
| Binary | 10111100 | 1100111 | 110111 | 0 | 101101 | 1000111 | 11010 | 10110 | 110111 | 110000 |
Color Harmonies of #BC6737
Complementary color
Monochromatic Colors of #BC6737
Black with #BC6737
Text Example
Text Example
White with #BC6737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6737; }
p { color: rgb(188,103,55); }
H1.HeaderClassName
{
color: #BC6737;
}
.AnyTagClassName
{
color: #BC6737;
}
</style>
background-color css
<style>
a { background-color: #BC6737; }
a { background-color: rgb(188,103,55); }
div.DivClassName
{
background-color: #BC6737;
}
.BgClassName
{
background-color: #BC6737;
}
</style>
border-color css
<style>
span { border-color: #BC6737; }
span { border-color: rgb(188,103,55); }
td.TdClassName
{
border-color: #BC6737;
}
.TagClassName
{
border-color: #BC6737;
}
</style>