Shades of Smoke Tree #BC5E2F
Tints of Smoke Tree #BC5E2F
RGB
CMYK
RGB Variations
Color information
#BC5E2F (or 0xBC5E2F) is known color: Smoke Tree. HEX triplet: BC, 5E and 2F. RGB value is (188,94,47). Sum of RGB (Red+Green+Blue) = 188+94+47=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E2F is #43A1D0. Grayscale: #757575. Windows color (decimal): -4432337 or 3104444. OLE color: 3104444.
HSL color Cylindrical-coordinate representation of color #BC5E2F: hue angle of 20º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC5E2F is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 47 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.26 |
| HSL | 20º | 0.6% | 0.46% | - |
| HSV(B) | 20º | 0.75% | 0.74% | - |
| XYZ | 25.25 | 18.9 | 5.01 | - |
| YUV | 116.75 | 88.64 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 47 | 0 | 0.50 | 0.75 | 0.26 | 20 | 0.6 | 0.46 |
| Hex | BC | 5E | 2F | 0 | 32 | 4B | 1A | 14 | 3C | 2E |
| Octal | 274 | 136 | 57 | 0 | 62 | 113 | 32 | 24 | 74 | 56 |
| Binary | 10111100 | 1011110 | 101111 | 0 | 110010 | 1001011 | 11010 | 10100 | 111100 | 101110 |
Color Harmonies of #BC5E2F
Complementary color
Monochromatic Colors of #BC5E2F
Black with #BC5E2F
Text Example
Text Example
White with #BC5E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E2F; }
p { color: rgb(188,94,47); }
H1.HeaderClassName
{
color: #BC5E2F;
}
.AnyTagClassName
{
color: #BC5E2F;
}
</style>
background-color css
<style>
a { background-color: #BC5E2F; }
a { background-color: rgb(188,94,47); }
div.DivClassName
{
background-color: #BC5E2F;
}
.BgClassName
{
background-color: #BC5E2F;
}
</style>
border-color css
<style>
span { border-color: #BC5E2F; }
span { border-color: rgb(188,94,47); }
td.TdClassName
{
border-color: #BC5E2F;
}
.TagClassName
{
border-color: #BC5E2F;
}
</style>