Shades of Smoke Tree #BC5E30
Tints of Smoke Tree #BC5E30
RGB
CMYK
RGB Variations
Color information
#BC5E30 (or 0xBC5E30) is known color: Smoke Tree. HEX triplet: BC, 5E and 30. RGB value is (188,94,48). Sum of RGB (Red+Green+Blue) = 188+94+48=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E30 is #43A1CF. Grayscale: #757575. Windows color (decimal): -4432336 or 3169980. OLE color: 3169980.
HSL color Cylindrical-coordinate representation of color #BC5E30: hue angle of 19.71º 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 #BC5E30 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 48 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.26 |
| HSL | 19.71º | 0.59% | 0.46% | - |
| HSV(B) | 19.71º | 0.74% | 0.74% | - |
| XYZ | 25.28 | 18.91 | 5.11 | - |
| YUV | 116.86 | 89.14 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 48 | 0 | 0.50 | 0.74 | 0.26 | 19.71 | 0.59 | 0.46 |
| Hex | BC | 5E | 30 | 0 | 32 | 4A | 1A | 14 | 3B | 2E |
| Octal | 274 | 136 | 60 | 0 | 62 | 112 | 32 | 24 | 73 | 56 |
| Binary | 10111100 | 1011110 | 110000 | 0 | 110010 | 1001010 | 11010 | 10100 | 111011 | 101110 |
Color Harmonies of #BC5E30
Complementary color
Monochromatic Colors of #BC5E30
Black with #BC5E30
Text Example
Text Example
White with #BC5E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E30; }
p { color: rgb(188,94,48); }
H1.HeaderClassName
{
color: #BC5E30;
}
.AnyTagClassName
{
color: #BC5E30;
}
</style>
background-color css
<style>
a { background-color: #BC5E30; }
a { background-color: rgb(188,94,48); }
div.DivClassName
{
background-color: #BC5E30;
}
.BgClassName
{
background-color: #BC5E30;
}
</style>
border-color css
<style>
span { border-color: #BC5E30; }
span { border-color: rgb(188,94,48); }
td.TdClassName
{
border-color: #BC5E30;
}
.TagClassName
{
border-color: #BC5E30;
}
</style>