Shades of Smoke Tree #BC5631
Tints of Smoke Tree #BC5631
RGB
CMYK
RGB Variations
Color information
#BC5631 (or 0xBC5631) is known color: Smoke Tree. HEX triplet: BC, 56 and 31. RGB value is (188,86,49). Sum of RGB (Red+Green+Blue) = 188+86+49=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5631 is #43A9CE. Grayscale: #707070. Windows color (decimal): -4434383 or 3233468. OLE color: 3233468.
HSL color Cylindrical-coordinate representation of color #BC5631: hue angle of 15.97º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC5631 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 49 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.26 |
| HSL | 15.97º | 0.59% | 0.46% | - |
| HSV(B) | 15.97º | 0.74% | 0.74% | - |
| XYZ | 24.62 | 17.57 | 5 | - |
| YUV | 112.28 | 92.29 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 49 | 0 | 0.54 | 0.74 | 0.26 | 15.97 | 0.59 | 0.46 |
| Hex | BC | 56 | 31 | 0 | 36 | 4A | 1A | 10 | 3B | 2E |
| Octal | 274 | 126 | 61 | 0 | 66 | 112 | 32 | 20 | 73 | 56 |
| Binary | 10111100 | 1010110 | 110001 | 0 | 110110 | 1001010 | 11010 | 10000 | 111011 | 101110 |
Color Harmonies of #BC5631
Complementary color
Monochromatic Colors of #BC5631
Black with #BC5631
Text Example
Text Example
White with #BC5631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5631; }
p { color: rgb(188,86,49); }
H1.HeaderClassName
{
color: #BC5631;
}
.AnyTagClassName
{
color: #BC5631;
}
</style>
background-color css
<style>
a { background-color: #BC5631; }
a { background-color: rgb(188,86,49); }
div.DivClassName
{
background-color: #BC5631;
}
.BgClassName
{
background-color: #BC5631;
}
</style>
border-color css
<style>
span { border-color: #BC5631; }
span { border-color: rgb(188,86,49); }
td.TdClassName
{
border-color: #BC5631;
}
.TagClassName
{
border-color: #BC5631;
}
</style>