Shades of Smoke Tree #BC6539
Tints of Smoke Tree #BC6539
RGB
CMYK
RGB Variations
Color information
#BC6539 (or 0xBC6539) is known color: Smoke Tree. HEX triplet: BC, 65 and 39. RGB value is (188,101,57). Sum of RGB (Red+Green+Blue) = 188+101+57=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6539 is #439AC6. Grayscale: #7A7A7A. Windows color (decimal): -4430535 or 3761596. OLE color: 3761596.
HSL color Cylindrical-coordinate representation of color #BC6539: hue angle of 20.15º degrees, saturation: 0.53, 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 #BC6539 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 57 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.26 |
| HSL | 20.15º | 0.53% | 0.48% | - |
| HSV(B) | 20.15º | 0.7% | 0.74% | - |
| XYZ | 26.13 | 20.29 | 6.41 | - |
| YUV | 122 | 91.32 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 57 | 0 | 0.46 | 0.70 | 0.26 | 20.15 | 0.53 | 0.48 |
| Hex | BC | 65 | 39 | 0 | 2E | 46 | 1A | 14 | 35 | 30 |
| Octal | 274 | 145 | 71 | 0 | 56 | 106 | 32 | 24 | 65 | 60 |
| Binary | 10111100 | 1100101 | 111001 | 0 | 101110 | 1000110 | 11010 | 10100 | 110101 | 110000 |
Color Harmonies of #BC6539
Complementary color
Monochromatic Colors of #BC6539
Black with #BC6539
Text Example
Text Example
White with #BC6539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6539; }
p { color: rgb(188,101,57); }
H1.HeaderClassName
{
color: #BC6539;
}
.AnyTagClassName
{
color: #BC6539;
}
</style>
background-color css
<style>
a { background-color: #BC6539; }
a { background-color: rgb(188,101,57); }
div.DivClassName
{
background-color: #BC6539;
}
.BgClassName
{
background-color: #BC6539;
}
</style>
border-color css
<style>
span { border-color: #BC6539; }
span { border-color: rgb(188,101,57); }
td.TdClassName
{
border-color: #BC6539;
}
.TagClassName
{
border-color: #BC6539;
}
</style>