Shades of Smoke Tree #BC5E2D
Tints of Smoke Tree #BC5E2D
RGB
CMYK
RGB Variations
Color information
#BC5E2D (or 0xBC5E2D) is known color: Smoke Tree. HEX triplet: BC, 5E and 2D. RGB value is (188,94,45). Sum of RGB (Red+Green+Blue) = 188+94+45=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E2D is #43A1D2. Grayscale: #747474. Windows color (decimal): -4432339 or 2973372. OLE color: 2973372.
HSL color Cylindrical-coordinate representation of color #BC5E2D: hue angle of 20.56º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC5E2D is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 45 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.26 |
| HSL | 20.56º | 0.61% | 0.46% | - |
| HSV(B) | 20.56º | 0.76% | 0.74% | - |
| XYZ | 25.22 | 18.89 | 4.8 | - |
| YUV | 116.52 | 87.64 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 45 | 0 | 0.50 | 0.76 | 0.26 | 20.56 | 0.61 | 0.46 |
| Hex | BC | 5E | 2D | 0 | 32 | 4C | 1A | 15 | 3D | 2E |
| Octal | 274 | 136 | 55 | 0 | 62 | 114 | 32 | 25 | 75 | 56 |
| Binary | 10111100 | 1011110 | 101101 | 0 | 110010 | 1001100 | 11010 | 10101 | 111101 | 101110 |
Color Harmonies of #BC5E2D
Complementary color
Monochromatic Colors of #BC5E2D
Black with #BC5E2D
Text Example
Text Example
White with #BC5E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E2D; }
p { color: rgb(188,94,45); }
H1.HeaderClassName
{
color: #BC5E2D;
}
.AnyTagClassName
{
color: #BC5E2D;
}
</style>
background-color css
<style>
a { background-color: #BC5E2D; }
a { background-color: rgb(188,94,45); }
div.DivClassName
{
background-color: #BC5E2D;
}
.BgClassName
{
background-color: #BC5E2D;
}
</style>
border-color css
<style>
span { border-color: #BC5E2D; }
span { border-color: rgb(188,94,45); }
td.TdClassName
{
border-color: #BC5E2D;
}
.TagClassName
{
border-color: #BC5E2D;
}
</style>