Shades of Smoke Tree #BC653B
Tints of Smoke Tree #BC653B
RGB
CMYK
RGB Variations
Color information
#BC653B (or 0xBC653B) is known color: Smoke Tree. HEX triplet: BC, 65 and 3B. RGB value is (188,101,59). Sum of RGB (Red+Green+Blue) = 188+101+59=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC653B is #439AC4. Grayscale: #7A7A7A. Windows color (decimal): -4430533 or 3892668. OLE color: 3892668.
HSL color Cylindrical-coordinate representation of color #BC653B: hue angle of 19.53º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC653B is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 59 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.26 |
| HSL | 19.53º | 0.52% | 0.48% | - |
| HSV(B) | 19.53º | 0.69% | 0.74% | - |
| XYZ | 26.18 | 20.31 | 6.68 | - |
| YUV | 122.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 59 | 0 | 0.46 | 0.69 | 0.26 | 19.53 | 0.52 | 0.48 |
| Hex | BC | 65 | 3B | 0 | 2E | 45 | 1A | 14 | 34 | 30 |
| Octal | 274 | 145 | 73 | 0 | 56 | 105 | 32 | 24 | 64 | 60 |
| Binary | 10111100 | 1100101 | 111011 | 0 | 101110 | 1000101 | 11010 | 10100 | 110100 | 110000 |
Color Harmonies of #BC653B
Complementary color
Monochromatic Colors of #BC653B
Black with #BC653B
Text Example
Text Example
White with #BC653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC653B; }
p { color: rgb(188,101,59); }
H1.HeaderClassName
{
color: #BC653B;
}
.AnyTagClassName
{
color: #BC653B;
}
</style>
background-color css
<style>
a { background-color: #BC653B; }
a { background-color: rgb(188,101,59); }
div.DivClassName
{
background-color: #BC653B;
}
.BgClassName
{
background-color: #BC653B;
}
</style>
border-color css
<style>
span { border-color: #BC653B; }
span { border-color: rgb(188,101,59); }
td.TdClassName
{
border-color: #BC653B;
}
.TagClassName
{
border-color: #BC653B;
}
</style>