Shades of Smoke Tree #BC6440
Tints of Smoke Tree #BC6440
RGB
CMYK
RGB Variations
Color information
#BC6440 (or 0xBC6440) is known color: Smoke Tree. HEX triplet: BC, 64 and 40. RGB value is (188,100,64). Sum of RGB (Red+Green+Blue) = 188+100+64=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6440 is #439BBF. Grayscale: #7A7A7A. Windows color (decimal): -4430784 or 4220092. OLE color: 4220092.
HSL color Cylindrical-coordinate representation of color #BC6440: hue angle of 17.42º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC6440 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 64 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.26 |
| HSL | 17.42º | 0.49% | 0.49% | - |
| HSV(B) | 17.42º | 0.66% | 0.74% | - |
| XYZ | 26.22 | 20.18 | 7.36 | - |
| YUV | 122.21 | 95.15 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 64 | 0 | 0.47 | 0.66 | 0.26 | 17.42 | 0.49 | 0.49 |
| Hex | BC | 64 | 40 | 0 | 2F | 42 | 1A | 11 | 31 | 31 |
| Octal | 274 | 144 | 100 | 0 | 57 | 102 | 32 | 21 | 61 | 61 |
| Binary | 10111100 | 1100100 | 1000000 | 0 | 101111 | 1000010 | 11010 | 10001 | 110001 | 110001 |
Color Harmonies of #BC6440
Complementary color
Monochromatic Colors of #BC6440
Black with #BC6440
Text Example
Text Example
White with #BC6440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6440; }
p { color: rgb(188,100,64); }
H1.HeaderClassName
{
color: #BC6440;
}
.AnyTagClassName
{
color: #BC6440;
}
</style>
background-color css
<style>
a { background-color: #BC6440; }
a { background-color: rgb(188,100,64); }
div.DivClassName
{
background-color: #BC6440;
}
.BgClassName
{
background-color: #BC6440;
}
</style>
border-color css
<style>
span { border-color: #BC6440; }
span { border-color: rgb(188,100,64); }
td.TdClassName
{
border-color: #BC6440;
}
.TagClassName
{
border-color: #BC6440;
}
</style>