Shades of Smoke Tree #BC5E31
Tints of Smoke Tree #BC5E31
RGB
CMYK
RGB Variations
Color information
#BC5E31 (or 0xBC5E31) is known color: Smoke Tree. HEX triplet: BC, 5E and 31. RGB value is (188,94,49). Sum of RGB (Red+Green+Blue) = 188+94+49=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E31 is #43A1CE. Grayscale: #757575. Windows color (decimal): -4432335 or 3235516. OLE color: 3235516.
HSL color Cylindrical-coordinate representation of color #BC5E31: hue angle of 19.42º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC5E31 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 49 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.26 |
| HSL | 19.42º | 0.59% | 0.46% | - |
| HSV(B) | 19.42º | 0.74% | 0.74% | - |
| XYZ | 25.3 | 18.92 | 5.22 | - |
| YUV | 116.98 | 89.64 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 49 | 0 | 0.50 | 0.74 | 0.26 | 19.42 | 0.59 | 0.46 |
| Hex | BC | 5E | 31 | 0 | 32 | 4A | 1A | 13 | 3B | 2E |
| Octal | 274 | 136 | 61 | 0 | 62 | 112 | 32 | 23 | 73 | 56 |
| Binary | 10111100 | 1011110 | 110001 | 0 | 110010 | 1001010 | 11010 | 10011 | 111011 | 101110 |
Color Harmonies of #BC5E31
Complementary color
Monochromatic Colors of #BC5E31
Black with #BC5E31
Text Example
Text Example
White with #BC5E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E31; }
p { color: rgb(188,94,49); }
H1.HeaderClassName
{
color: #BC5E31;
}
.AnyTagClassName
{
color: #BC5E31;
}
</style>
background-color css
<style>
a { background-color: #BC5E31; }
a { background-color: rgb(188,94,49); }
div.DivClassName
{
background-color: #BC5E31;
}
.BgClassName
{
background-color: #BC5E31;
}
</style>
border-color css
<style>
span { border-color: #BC5E31; }
span { border-color: rgb(188,94,49); }
td.TdClassName
{
border-color: #BC5E31;
}
.TagClassName
{
border-color: #BC5E31;
}
</style>