Shades of Smoke Tree #BC5C2D
Tints of Smoke Tree #BC5C2D
RGB
CMYK
RGB Variations
Color information
#BC5C2D (or 0xBC5C2D) is known color: Smoke Tree. HEX triplet: BC, 5C and 2D. RGB value is (188,92,45). Sum of RGB (Red+Green+Blue) = 188+92+45=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C2D is #43A3D2. Grayscale: #737373. Windows color (decimal): -4432851 or 2972860. OLE color: 2972860.
HSL color Cylindrical-coordinate representation of color #BC5C2D: hue angle of 19.72º 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 #BC5C2D is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 45 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.26 |
| HSL | 19.72º | 0.61% | 0.46% | - |
| HSV(B) | 19.72º | 0.76% | 0.74% | - |
| XYZ | 25.04 | 18.54 | 4.74 | - |
| YUV | 115.35 | 88.3 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 45 | 0 | 0.51 | 0.76 | 0.26 | 19.72 | 0.61 | 0.46 |
| Hex | BC | 5C | 2D | 0 | 33 | 4C | 1A | 14 | 3D | 2E |
| Octal | 274 | 134 | 55 | 0 | 63 | 114 | 32 | 24 | 75 | 56 |
| Binary | 10111100 | 1011100 | 101101 | 0 | 110011 | 1001100 | 11010 | 10100 | 111101 | 101110 |
Color Harmonies of #BC5C2D
Complementary color
Monochromatic Colors of #BC5C2D
Black with #BC5C2D
Text Example
Text Example
White with #BC5C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5C2D; }
p { color: rgb(188,92,45); }
H1.HeaderClassName
{
color: #BC5C2D;
}
.AnyTagClassName
{
color: #BC5C2D;
}
</style>
background-color css
<style>
a { background-color: #BC5C2D; }
a { background-color: rgb(188,92,45); }
div.DivClassName
{
background-color: #BC5C2D;
}
.BgClassName
{
background-color: #BC5C2D;
}
</style>
border-color css
<style>
span { border-color: #BC5C2D; }
span { border-color: rgb(188,92,45); }
td.TdClassName
{
border-color: #BC5C2D;
}
.TagClassName
{
border-color: #BC5C2D;
}
</style>