Shades of Smoke Tree #BC663B
Tints of Smoke Tree #BC663B
RGB
CMYK
RGB Variations
Color information
#BC663B (or 0xBC663B) is known color: Smoke Tree. HEX triplet: BC, 66 and 3B. RGB value is (188,102,59). Sum of RGB (Red+Green+Blue) = 188+102+59=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC663B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC663B is #4399C4. Grayscale: #7B7B7B. Windows color (decimal): -4430277 or 3892924. OLE color: 3892924.
HSL color Cylindrical-coordinate representation of color #BC663B: hue angle of 20º 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 #BC663B is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 59 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.26 |
| HSL | 20º | 0.52% | 0.48% | - |
| HSV(B) | 20º | 0.69% | 0.74% | - |
| XYZ | 26.28 | 20.51 | 6.71 | - |
| YUV | 122.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 59 | 0 | 0.46 | 0.69 | 0.26 | 20 | 0.52 | 0.48 |
| Hex | BC | 66 | 3B | 0 | 2E | 45 | 1A | 14 | 34 | 30 |
| Octal | 274 | 146 | 73 | 0 | 56 | 105 | 32 | 24 | 64 | 60 |
| Binary | 10111100 | 1100110 | 111011 | 0 | 101110 | 1000101 | 11010 | 10100 | 110100 | 110000 |
Color Harmonies of #BC663B
Complementary color
Monochromatic Colors of #BC663B
Black with #BC663B
Text Example
Text Example
White with #BC663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC663B; }
p { color: rgb(188,102,59); }
H1.HeaderClassName
{
color: #BC663B;
}
.AnyTagClassName
{
color: #BC663B;
}
</style>
background-color css
<style>
a { background-color: #BC663B; }
a { background-color: rgb(188,102,59); }
div.DivClassName
{
background-color: #BC663B;
}
.BgClassName
{
background-color: #BC663B;
}
</style>
border-color css
<style>
span { border-color: #BC663B; }
span { border-color: rgb(188,102,59); }
td.TdClassName
{
border-color: #BC663B;
}
.TagClassName
{
border-color: #BC663B;
}
</style>