Shades of Smoke Tree #BC5C2B
Tints of Smoke Tree #BC5C2B
RGB
CMYK
RGB Variations
Color information
#BC5C2B (or 0xBC5C2B) is known color: Smoke Tree. HEX triplet: BC, 5C and 2B. RGB value is (188,92,43). Sum of RGB (Red+Green+Blue) = 188+92+43=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C2B is #43A3D4. Grayscale: #737373. Windows color (decimal): -4432853 or 2841788. OLE color: 2841788.
HSL color Cylindrical-coordinate representation of color #BC5C2B: hue angle of 20.28º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC5C2B is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 43 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.26 |
| HSL | 20.28º | 0.63% | 0.45% | - |
| HSV(B) | 20.28º | 0.77% | 0.74% | - |
| XYZ | 25 | 18.52 | 4.54 | - |
| YUV | 115.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 43 | 0 | 0.51 | 0.77 | 0.26 | 20.28 | 0.63 | 0.45 |
| Hex | BC | 5C | 2B | 0 | 33 | 4D | 1A | 14 | 3F | 2D |
| Octal | 274 | 134 | 53 | 0 | 63 | 115 | 32 | 24 | 77 | 55 |
| Binary | 10111100 | 1011100 | 101011 | 0 | 110011 | 1001101 | 11010 | 10100 | 111111 | 101101 |
Color Harmonies of #BC5C2B
Complementary color
Monochromatic Colors of #BC5C2B
Black with #BC5C2B
Text Example
Text Example
White with #BC5C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5C2B; }
p { color: rgb(188,92,43); }
H1.HeaderClassName
{
color: #BC5C2B;
}
.AnyTagClassName
{
color: #BC5C2B;
}
</style>
background-color css
<style>
a { background-color: #BC5C2B; }
a { background-color: rgb(188,92,43); }
div.DivClassName
{
background-color: #BC5C2B;
}
.BgClassName
{
background-color: #BC5C2B;
}
</style>
border-color css
<style>
span { border-color: #BC5C2B; }
span { border-color: rgb(188,92,43); }
td.TdClassName
{
border-color: #BC5C2B;
}
.TagClassName
{
border-color: #BC5C2B;
}
</style>