Shades of Smoke Tree #BC663C
Tints of Smoke Tree #BC663C
RGB
CMYK
RGB Variations
Color information
#BC663C (or 0xBC663C) is known color: Smoke Tree. HEX triplet: BC, 66 and 3C. RGB value is (188,102,60). Sum of RGB (Red+Green+Blue) = 188+102+60=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC663C is #4399C3. Grayscale: #7B7B7B. Windows color (decimal): -4430276 or 3958460. OLE color: 3958460.
HSL color Cylindrical-coordinate representation of color #BC663C: hue angle of 19.69º 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 #BC663C is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 60 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.26 |
| HSL | 19.69º | 0.52% | 0.49% | - |
| HSV(B) | 19.69º | 0.68% | 0.74% | - |
| XYZ | 26.31 | 20.52 | 6.85 | - |
| YUV | 122.93 | 92.49 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 60 | 0 | 0.46 | 0.68 | 0.26 | 19.69 | 0.52 | 0.49 |
| Hex | BC | 66 | 3C | 0 | 2E | 44 | 1A | 14 | 34 | 31 |
| Octal | 274 | 146 | 74 | 0 | 56 | 104 | 32 | 24 | 64 | 61 |
| Binary | 10111100 | 1100110 | 111100 | 0 | 101110 | 1000100 | 11010 | 10100 | 110100 | 110001 |
Color Harmonies of #BC663C
Complementary color
Monochromatic Colors of #BC663C
Black with #BC663C
Text Example
Text Example
White with #BC663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC663C; }
p { color: rgb(188,102,60); }
H1.HeaderClassName
{
color: #BC663C;
}
.AnyTagClassName
{
color: #BC663C;
}
</style>
background-color css
<style>
a { background-color: #BC663C; }
a { background-color: rgb(188,102,60); }
div.DivClassName
{
background-color: #BC663C;
}
.BgClassName
{
background-color: #BC663C;
}
</style>
border-color css
<style>
span { border-color: #BC663C; }
span { border-color: rgb(188,102,60); }
td.TdClassName
{
border-color: #BC663C;
}
.TagClassName
{
border-color: #BC663C;
}
</style>