Shades of Smoke Tree #BC653C
Tints of Smoke Tree #BC653C
RGB
CMYK
RGB Variations
Color information
#BC653C (or 0xBC653C) is known color: Smoke Tree. HEX triplet: BC, 65 and 3C. RGB value is (188,101,60). Sum of RGB (Red+Green+Blue) = 188+101+60=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC653C is #439AC3. Grayscale: #7A7A7A. Windows color (decimal): -4430532 or 3958204. OLE color: 3958204.
HSL color Cylindrical-coordinate representation of color #BC653C: hue angle of 19.22º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC653C is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 60 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.26 |
| HSL | 19.22º | 0.52% | 0.49% | - |
| HSV(B) | 19.22º | 0.68% | 0.74% | - |
| XYZ | 26.21 | 20.32 | 6.82 | - |
| YUV | 122.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 60 | 0 | 0.46 | 0.68 | 0.26 | 19.22 | 0.52 | 0.49 |
| Hex | BC | 65 | 3C | 0 | 2E | 44 | 1A | 13 | 34 | 31 |
| Octal | 274 | 145 | 74 | 0 | 56 | 104 | 32 | 23 | 64 | 61 |
| Binary | 10111100 | 1100101 | 111100 | 0 | 101110 | 1000100 | 11010 | 10011 | 110100 | 110001 |
Color Harmonies of #BC653C
Complementary color
Monochromatic Colors of #BC653C
Black with #BC653C
Text Example
Text Example
White with #BC653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC653C; }
p { color: rgb(188,101,60); }
H1.HeaderClassName
{
color: #BC653C;
}
.AnyTagClassName
{
color: #BC653C;
}
</style>
background-color css
<style>
a { background-color: #BC653C; }
a { background-color: rgb(188,101,60); }
div.DivClassName
{
background-color: #BC653C;
}
.BgClassName
{
background-color: #BC653C;
}
</style>
border-color css
<style>
span { border-color: #BC653C; }
span { border-color: rgb(188,101,60); }
td.TdClassName
{
border-color: #BC653C;
}
.TagClassName
{
border-color: #BC653C;
}
</style>