Shades of Smoke Tree #BC5838
Tints of Smoke Tree #BC5838
RGB
CMYK
RGB Variations
Color information
#BC5838 (or 0xBC5838) is known color: Smoke Tree. HEX triplet: BC, 58 and 38. RGB value is (188,88,56). Sum of RGB (Red+Green+Blue) = 188+88+56=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5838 is #43A7C7. Grayscale: #727272. Windows color (decimal): -4433864 or 3692732. OLE color: 3692732.
HSL color Cylindrical-coordinate representation of color #BC5838: hue angle of 14.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC5838 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 56 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.26 |
| HSL | 14.55º | 0.54% | 0.48% | - |
| HSV(B) | 14.55º | 0.7% | 0.74% | - |
| XYZ | 24.94 | 17.96 | 5.89 | - |
| YUV | 114.25 | 95.13 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 56 | 0 | 0.53 | 0.70 | 0.26 | 14.55 | 0.54 | 0.48 |
| Hex | BC | 58 | 38 | 0 | 35 | 46 | 1A | F | 36 | 30 |
| Octal | 274 | 130 | 70 | 0 | 65 | 106 | 32 | 17 | 66 | 60 |
| Binary | 10111100 | 1011000 | 111000 | 0 | 110101 | 1000110 | 11010 | 1111 | 110110 | 110000 |
Color Harmonies of #BC5838
Complementary color
Monochromatic Colors of #BC5838
Black with #BC5838
Text Example
Text Example
White with #BC5838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5838; }
p { color: rgb(188,88,56); }
H1.HeaderClassName
{
color: #BC5838;
}
.AnyTagClassName
{
color: #BC5838;
}
</style>
background-color css
<style>
a { background-color: #BC5838; }
a { background-color: rgb(188,88,56); }
div.DivClassName
{
background-color: #BC5838;
}
.BgClassName
{
background-color: #BC5838;
}
</style>
border-color css
<style>
span { border-color: #BC5838; }
span { border-color: rgb(188,88,56); }
td.TdClassName
{
border-color: #BC5838;
}
.TagClassName
{
border-color: #BC5838;
}
</style>