Shades of Smoke Tree #BC653D
Tints of Smoke Tree #BC653D
RGB
CMYK
RGB Variations
Color information
#BC653D (or 0xBC653D) is known color: Smoke Tree. HEX triplet: BC, 65 and 3D. RGB value is (188,101,61). Sum of RGB (Red+Green+Blue) = 188+101+61=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC653D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC653D is #439AC2. Grayscale: #7A7A7A. Windows color (decimal): -4430531 or 4023740. OLE color: 4023740.
HSL color Cylindrical-coordinate representation of color #BC653D: hue angle of 18.9º degrees, saturation: 0.51, 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 #BC653D is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 61 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.26 |
| HSL | 18.9º | 0.51% | 0.49% | - |
| HSV(B) | 18.9º | 0.68% | 0.74% | - |
| XYZ | 26.24 | 20.34 | 6.96 | - |
| YUV | 122.45 | 93.32 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 61 | 0 | 0.46 | 0.68 | 0.26 | 18.9 | 0.51 | 0.49 |
| Hex | BC | 65 | 3D | 0 | 2E | 44 | 1A | 13 | 33 | 31 |
| Octal | 274 | 145 | 75 | 0 | 56 | 104 | 32 | 23 | 63 | 61 |
| Binary | 10111100 | 1100101 | 111101 | 0 | 101110 | 1000100 | 11010 | 10011 | 110011 | 110001 |
Color Harmonies of #BC653D
Complementary color
Monochromatic Colors of #BC653D
Black with #BC653D
Text Example
Text Example
White with #BC653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC653D; }
p { color: rgb(188,101,61); }
H1.HeaderClassName
{
color: #BC653D;
}
.AnyTagClassName
{
color: #BC653D;
}
</style>
background-color css
<style>
a { background-color: #BC653D; }
a { background-color: rgb(188,101,61); }
div.DivClassName
{
background-color: #BC653D;
}
.BgClassName
{
background-color: #BC653D;
}
</style>
border-color css
<style>
span { border-color: #BC653D; }
span { border-color: rgb(188,101,61); }
td.TdClassName
{
border-color: #BC653D;
}
.TagClassName
{
border-color: #BC653D;
}
</style>