Shades of Smoke Tree #BC5E36
Tints of Smoke Tree #BC5E36
RGB
CMYK
RGB Variations
Color information
#BC5E36 (or 0xBC5E36) is known color: Smoke Tree. HEX triplet: BC, 5E and 36. RGB value is (188,94,54). Sum of RGB (Red+Green+Blue) = 188+94+54=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E36 is #43A1C9. Grayscale: #757575. Windows color (decimal): -4432330 or 3563196. OLE color: 3563196.
HSL color Cylindrical-coordinate representation of color #BC5E36: hue angle of 17.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC5E36 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 54 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.26 |
| HSL | 17.91º | 0.55% | 0.47% | - |
| HSV(B) | 17.91º | 0.71% | 0.74% | - |
| XYZ | 25.41 | 18.96 | 5.81 | - |
| YUV | 117.55 | 92.14 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 54 | 0 | 0.50 | 0.71 | 0.26 | 17.91 | 0.55 | 0.47 |
| Hex | BC | 5E | 36 | 0 | 32 | 47 | 1A | 12 | 37 | 2F |
| Octal | 274 | 136 | 66 | 0 | 62 | 107 | 32 | 22 | 67 | 57 |
| Binary | 10111100 | 1011110 | 110110 | 0 | 110010 | 1000111 | 11010 | 10010 | 110111 | 101111 |
Color Harmonies of #BC5E36
Complementary color
Monochromatic Colors of #BC5E36
Black with #BC5E36
Text Example
Text Example
White with #BC5E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E36; }
p { color: rgb(188,94,54); }
H1.HeaderClassName
{
color: #BC5E36;
}
.AnyTagClassName
{
color: #BC5E36;
}
</style>
background-color css
<style>
a { background-color: #BC5E36; }
a { background-color: rgb(188,94,54); }
div.DivClassName
{
background-color: #BC5E36;
}
.BgClassName
{
background-color: #BC5E36;
}
</style>
border-color css
<style>
span { border-color: #BC5E36; }
span { border-color: rgb(188,94,54); }
td.TdClassName
{
border-color: #BC5E36;
}
.TagClassName
{
border-color: #BC5E36;
}
</style>