Shades of Smoke Tree #BC6235
Tints of Smoke Tree #BC6235
RGB
CMYK
RGB Variations
Color information
#BC6235 (or 0xBC6235) is known color: Smoke Tree. HEX triplet: BC, 62 and 35. RGB value is (188,98,53). Sum of RGB (Red+Green+Blue) = 188+98+53=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6235 is #439DCA. Grayscale: #787878. Windows color (decimal): -4431307 or 3498684. OLE color: 3498684.
HSL color Cylindrical-coordinate representation of color #BC6235: hue angle of 20º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC6235 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 53 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.26 |
| HSL | 20º | 0.56% | 0.47% | - |
| HSV(B) | 20º | 0.72% | 0.74% | - |
| XYZ | 25.75 | 19.68 | 5.81 | - |
| YUV | 119.78 | 90.32 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 53 | 0 | 0.48 | 0.72 | 0.26 | 20 | 0.56 | 0.47 |
| Hex | BC | 62 | 35 | 0 | 30 | 48 | 1A | 14 | 38 | 2F |
| Octal | 274 | 142 | 65 | 0 | 60 | 110 | 32 | 24 | 70 | 57 |
| Binary | 10111100 | 1100010 | 110101 | 0 | 110000 | 1001000 | 11010 | 10100 | 111000 | 101111 |
Color Harmonies of #BC6235
Complementary color
Monochromatic Colors of #BC6235
Black with #BC6235
Text Example
Text Example
White with #BC6235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6235; }
p { color: rgb(188,98,53); }
H1.HeaderClassName
{
color: #BC6235;
}
.AnyTagClassName
{
color: #BC6235;
}
</style>
background-color css
<style>
a { background-color: #BC6235; }
a { background-color: rgb(188,98,53); }
div.DivClassName
{
background-color: #BC6235;
}
.BgClassName
{
background-color: #BC6235;
}
</style>
border-color css
<style>
span { border-color: #BC6235; }
span { border-color: rgb(188,98,53); }
td.TdClassName
{
border-color: #BC6235;
}
.TagClassName
{
border-color: #BC6235;
}
</style>