Shades of Smoke Tree #BC6038
Tints of Smoke Tree #BC6038
RGB
CMYK
RGB Variations
Color information
#BC6038 (or 0xBC6038) is known color: Smoke Tree. HEX triplet: BC, 60 and 38. RGB value is (188,96,56). Sum of RGB (Red+Green+Blue) = 188+96+56=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6038 is #439FC7. Grayscale: #777777. Windows color (decimal): -4431816 or 3694780. OLE color: 3694780.
HSL color Cylindrical-coordinate representation of color #BC6038: hue angle of 18.18º 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 #BC6038 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 56 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.26 |
| HSL | 18.18º | 0.54% | 0.48% | - |
| HSV(B) | 18.18º | 0.7% | 0.74% | - |
| XYZ | 25.64 | 19.34 | 6.12 | - |
| YUV | 118.95 | 92.48 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 56 | 0 | 0.49 | 0.70 | 0.26 | 18.18 | 0.54 | 0.48 |
| Hex | BC | 60 | 38 | 0 | 31 | 46 | 1A | 12 | 36 | 30 |
| Octal | 274 | 140 | 70 | 0 | 61 | 106 | 32 | 22 | 66 | 60 |
| Binary | 10111100 | 1100000 | 111000 | 0 | 110001 | 1000110 | 11010 | 10010 | 110110 | 110000 |
Color Harmonies of #BC6038
Complementary color
Monochromatic Colors of #BC6038
Black with #BC6038
Text Example
Text Example
White with #BC6038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6038; }
p { color: rgb(188,96,56); }
H1.HeaderClassName
{
color: #BC6038;
}
.AnyTagClassName
{
color: #BC6038;
}
</style>
background-color css
<style>
a { background-color: #BC6038; }
a { background-color: rgb(188,96,56); }
div.DivClassName
{
background-color: #BC6038;
}
.BgClassName
{
background-color: #BC6038;
}
</style>
border-color css
<style>
span { border-color: #BC6038; }
span { border-color: rgb(188,96,56); }
td.TdClassName
{
border-color: #BC6038;
}
.TagClassName
{
border-color: #BC6038;
}
</style>