Shades of Smoke Tree #BC5E32
Tints of Smoke Tree #BC5E32
RGB
CMYK
RGB Variations
Color information
#BC5E32 (or 0xBC5E32) is known color: Smoke Tree. HEX triplet: BC, 5E and 32. RGB value is (188,94,50). Sum of RGB (Red+Green+Blue) = 188+94+50=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E32 is #43A1CD. Grayscale: #757575. Windows color (decimal): -4432334 or 3301052. OLE color: 3301052.
HSL color Cylindrical-coordinate representation of color #BC5E32: hue angle of 19.13º degrees, saturation: 0.58, 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 #BC5E32 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 50 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.26 |
| HSL | 19.13º | 0.58% | 0.47% | - |
| HSV(B) | 19.13º | 0.73% | 0.74% | - |
| XYZ | 25.32 | 18.93 | 5.34 | - |
| YUV | 117.09 | 90.14 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 50 | 0 | 0.50 | 0.73 | 0.26 | 19.13 | 0.58 | 0.47 |
| Hex | BC | 5E | 32 | 0 | 32 | 49 | 1A | 13 | 3A | 2F |
| Octal | 274 | 136 | 62 | 0 | 62 | 111 | 32 | 23 | 72 | 57 |
| Binary | 10111100 | 1011110 | 110010 | 0 | 110010 | 1001001 | 11010 | 10011 | 111010 | 101111 |
Color Harmonies of #BC5E32
Complementary color
Monochromatic Colors of #BC5E32
Black with #BC5E32
Text Example
Text Example
White with #BC5E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E32; }
p { color: rgb(188,94,50); }
H1.HeaderClassName
{
color: #BC5E32;
}
.AnyTagClassName
{
color: #BC5E32;
}
</style>
background-color css
<style>
a { background-color: #BC5E32; }
a { background-color: rgb(188,94,50); }
div.DivClassName
{
background-color: #BC5E32;
}
.BgClassName
{
background-color: #BC5E32;
}
</style>
border-color css
<style>
span { border-color: #BC5E32; }
span { border-color: rgb(188,94,50); }
td.TdClassName
{
border-color: #BC5E32;
}
.TagClassName
{
border-color: #BC5E32;
}
</style>