Shades of Smoke Tree #BC5837
Tints of Smoke Tree #BC5837
RGB
CMYK
RGB Variations
Color information
#BC5837 (or 0xBC5837) is known color: Smoke Tree. HEX triplet: BC, 58 and 37. RGB value is (188,88,55). Sum of RGB (Red+Green+Blue) = 188+88+55=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5837 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5837 is #43A7C8. Grayscale: #727272. Windows color (decimal): -4433865 or 3627196. OLE color: 3627196.
HSL color Cylindrical-coordinate representation of color #BC5837: hue angle of 14.89º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC5837 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 55 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.26 |
| HSL | 14.89º | 0.55% | 0.48% | - |
| HSV(B) | 14.89º | 0.71% | 0.74% | - |
| XYZ | 24.92 | 17.95 | 5.77 | - |
| YUV | 114.14 | 94.63 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 55 | 0 | 0.53 | 0.71 | 0.26 | 14.89 | 0.55 | 0.48 |
| Hex | BC | 58 | 37 | 0 | 35 | 47 | 1A | F | 37 | 30 |
| Octal | 274 | 130 | 67 | 0 | 65 | 107 | 32 | 17 | 67 | 60 |
| Binary | 10111100 | 1011000 | 110111 | 0 | 110101 | 1000111 | 11010 | 1111 | 110111 | 110000 |
Color Harmonies of #BC5837
Complementary color
Monochromatic Colors of #BC5837
Black with #BC5837
Text Example
Text Example
White with #BC5837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5837; }
p { color: rgb(188,88,55); }
H1.HeaderClassName
{
color: #BC5837;
}
.AnyTagClassName
{
color: #BC5837;
}
</style>
background-color css
<style>
a { background-color: #BC5837; }
a { background-color: rgb(188,88,55); }
div.DivClassName
{
background-color: #BC5837;
}
.BgClassName
{
background-color: #BC5837;
}
</style>
border-color css
<style>
span { border-color: #BC5837; }
span { border-color: rgb(188,88,55); }
td.TdClassName
{
border-color: #BC5837;
}
.TagClassName
{
border-color: #BC5837;
}
</style>