Shades of Smoke Tree #BC5938
Tints of Smoke Tree #BC5938
RGB
CMYK
RGB Variations
Color information
#BC5938 (or 0xBC5938) is known color: Smoke Tree. HEX triplet: BC, 59 and 38. RGB value is (188,89,56). Sum of RGB (Red+Green+Blue) = 188+89+56=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5938 is #43A6C7. Grayscale: #737373. Windows color (decimal): -4433608 or 3692988. OLE color: 3692988.
HSL color Cylindrical-coordinate representation of color #BC5938: hue angle of 15º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC5938 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 56 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.26 |
| HSL | 15º | 0.54% | 0.48% | - |
| HSV(B) | 15º | 0.7% | 0.74% | - |
| XYZ | 25.03 | 18.12 | 5.92 | - |
| YUV | 114.84 | 94.8 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 56 | 0 | 0.53 | 0.70 | 0.26 | 15 | 0.54 | 0.48 |
| Hex | BC | 59 | 38 | 0 | 35 | 46 | 1A | F | 36 | 30 |
| Octal | 274 | 131 | 70 | 0 | 65 | 106 | 32 | 17 | 66 | 60 |
| Binary | 10111100 | 1011001 | 111000 | 0 | 110101 | 1000110 | 11010 | 1111 | 110110 | 110000 |
Color Harmonies of #BC5938
Complementary color
Monochromatic Colors of #BC5938
Black with #BC5938
Text Example
Text Example
White with #BC5938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5938; }
p { color: rgb(188,89,56); }
H1.HeaderClassName
{
color: #BC5938;
}
.AnyTagClassName
{
color: #BC5938;
}
</style>
background-color css
<style>
a { background-color: #BC5938; }
a { background-color: rgb(188,89,56); }
div.DivClassName
{
background-color: #BC5938;
}
.BgClassName
{
background-color: #BC5938;
}
</style>
border-color css
<style>
span { border-color: #BC5938; }
span { border-color: rgb(188,89,56); }
td.TdClassName
{
border-color: #BC5938;
}
.TagClassName
{
border-color: #BC5938;
}
</style>