Shades of Smoke Tree #BC5E34
Tints of Smoke Tree #BC5E34
RGB
CMYK
RGB Variations
Color information
#BC5E34 (or 0xBC5E34) is known color: Smoke Tree. HEX triplet: BC, 5E and 34. RGB value is (188,94,52). Sum of RGB (Red+Green+Blue) = 188+94+52=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E34 is #43A1CB. Grayscale: #757575. Windows color (decimal): -4432332 or 3432124. OLE color: 3432124.
HSL color Cylindrical-coordinate representation of color #BC5E34: hue angle of 18.53º 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 #BC5E34 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 52 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.26 |
| HSL | 18.53º | 0.57% | 0.47% | - |
| HSV(B) | 18.53º | 0.72% | 0.74% | - |
| XYZ | 25.36 | 18.94 | 5.57 | - |
| YUV | 117.32 | 91.14 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 52 | 0 | 0.50 | 0.72 | 0.26 | 18.53 | 0.57 | 0.47 |
| Hex | BC | 5E | 34 | 0 | 32 | 48 | 1A | 13 | 39 | 2F |
| Octal | 274 | 136 | 64 | 0 | 62 | 110 | 32 | 23 | 71 | 57 |
| Binary | 10111100 | 1011110 | 110100 | 0 | 110010 | 1001000 | 11010 | 10011 | 111001 | 101111 |
Color Harmonies of #BC5E34
Complementary color
Monochromatic Colors of #BC5E34
Black with #BC5E34
Text Example
Text Example
White with #BC5E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E34; }
p { color: rgb(188,94,52); }
H1.HeaderClassName
{
color: #BC5E34;
}
.AnyTagClassName
{
color: #BC5E34;
}
</style>
background-color css
<style>
a { background-color: #BC5E34; }
a { background-color: rgb(188,94,52); }
div.DivClassName
{
background-color: #BC5E34;
}
.BgClassName
{
background-color: #BC5E34;
}
</style>
border-color css
<style>
span { border-color: #BC5E34; }
span { border-color: rgb(188,94,52); }
td.TdClassName
{
border-color: #BC5E34;
}
.TagClassName
{
border-color: #BC5E34;
}
</style>