Shades of Smoke Tree #BC5E33
Tints of Smoke Tree #BC5E33
RGB
CMYK
RGB Variations
Color information
#BC5E33 (or 0xBC5E33) is known color: Smoke Tree. HEX triplet: BC, 5E and 33. RGB value is (188,94,51). Sum of RGB (Red+Green+Blue) = 188+94+51=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E33 is #43A1CC. Grayscale: #757575. Windows color (decimal): -4432333 or 3366588. OLE color: 3366588.
HSL color Cylindrical-coordinate representation of color #BC5E33: hue angle of 18.83º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC5E33 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 51 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.26 |
| HSL | 18.83º | 0.57% | 0.47% | - |
| HSV(B) | 18.83º | 0.73% | 0.74% | - |
| XYZ | 25.34 | 18.94 | 5.45 | - |
| YUV | 117.2 | 90.64 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 51 | 0 | 0.50 | 0.73 | 0.26 | 18.83 | 0.57 | 0.47 |
| Hex | BC | 5E | 33 | 0 | 32 | 49 | 1A | 13 | 39 | 2F |
| Octal | 274 | 136 | 63 | 0 | 62 | 111 | 32 | 23 | 71 | 57 |
| Binary | 10111100 | 1011110 | 110011 | 0 | 110010 | 1001001 | 11010 | 10011 | 111001 | 101111 |
Color Harmonies of #BC5E33
Complementary color
Monochromatic Colors of #BC5E33
Black with #BC5E33
Text Example
Text Example
White with #BC5E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E33; }
p { color: rgb(188,94,51); }
H1.HeaderClassName
{
color: #BC5E33;
}
.AnyTagClassName
{
color: #BC5E33;
}
</style>
background-color css
<style>
a { background-color: #BC5E33; }
a { background-color: rgb(188,94,51); }
div.DivClassName
{
background-color: #BC5E33;
}
.BgClassName
{
background-color: #BC5E33;
}
</style>
border-color css
<style>
span { border-color: #BC5E33; }
span { border-color: rgb(188,94,51); }
td.TdClassName
{
border-color: #BC5E33;
}
.TagClassName
{
border-color: #BC5E33;
}
</style>