Shades of Smoke Tree #BC5D34
Tints of Smoke Tree #BC5D34
RGB
CMYK
RGB Variations
Color information
#BC5D34 (or 0xBC5D34) is known color: Smoke Tree. HEX triplet: BC, 5D and 34. RGB value is (188,93,52). Sum of RGB (Red+Green+Blue) = 188+93+52=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D34 is #43A2CB. Grayscale: #747474. Windows color (decimal): -4432588 or 3431868. OLE color: 3431868.
HSL color Cylindrical-coordinate representation of color #BC5D34: hue angle of 18.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC5D34 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 52 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.26 |
| HSL | 18.09º | 0.57% | 0.47% | - |
| HSV(B) | 18.09º | 0.72% | 0.74% | - |
| XYZ | 25.27 | 18.77 | 5.54 | - |
| YUV | 116.73 | 91.47 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 52 | 0 | 0.51 | 0.72 | 0.26 | 18.09 | 0.57 | 0.47 |
| Hex | BC | 5D | 34 | 0 | 33 | 48 | 1A | 12 | 39 | 2F |
| Octal | 274 | 135 | 64 | 0 | 63 | 110 | 32 | 22 | 71 | 57 |
| Binary | 10111100 | 1011101 | 110100 | 0 | 110011 | 1001000 | 11010 | 10010 | 111001 | 101111 |
Color Harmonies of #BC5D34
Complementary color
Monochromatic Colors of #BC5D34
Black with #BC5D34
Text Example
Text Example
White with #BC5D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D34; }
p { color: rgb(188,93,52); }
H1.HeaderClassName
{
color: #BC5D34;
}
.AnyTagClassName
{
color: #BC5D34;
}
</style>
background-color css
<style>
a { background-color: #BC5D34; }
a { background-color: rgb(188,93,52); }
div.DivClassName
{
background-color: #BC5D34;
}
.BgClassName
{
background-color: #BC5D34;
}
</style>
border-color css
<style>
span { border-color: #BC5D34; }
span { border-color: rgb(188,93,52); }
td.TdClassName
{
border-color: #BC5D34;
}
.TagClassName
{
border-color: #BC5D34;
}
</style>