Shades of Smoke Tree #BC6032
Tints of Smoke Tree #BC6032
RGB
CMYK
RGB Variations
Color information
#BC6032 (or 0xBC6032) is known color: Smoke Tree. HEX triplet: BC, 60 and 32. RGB value is (188,96,50). Sum of RGB (Red+Green+Blue) = 188+96+50=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6032 is #439FCD. Grayscale: #767676. Windows color (decimal): -4431822 or 3301564. OLE color: 3301564.
HSL color Cylindrical-coordinate representation of color #BC6032: hue angle of 20º 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 #BC6032 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 50 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.26 |
| HSL | 20º | 0.58% | 0.47% | - |
| HSV(B) | 20º | 0.73% | 0.74% | - |
| XYZ | 25.5 | 19.29 | 5.4 | - |
| YUV | 118.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 50 | 0 | 0.49 | 0.73 | 0.26 | 20 | 0.58 | 0.47 |
| Hex | BC | 60 | 32 | 0 | 31 | 49 | 1A | 14 | 3A | 2F |
| Octal | 274 | 140 | 62 | 0 | 61 | 111 | 32 | 24 | 72 | 57 |
| Binary | 10111100 | 1100000 | 110010 | 0 | 110001 | 1001001 | 11010 | 10100 | 111010 | 101111 |
Color Harmonies of #BC6032
Complementary color
Monochromatic Colors of #BC6032
Black with #BC6032
Text Example
Text Example
White with #BC6032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6032; }
p { color: rgb(188,96,50); }
H1.HeaderClassName
{
color: #BC6032;
}
.AnyTagClassName
{
color: #BC6032;
}
</style>
background-color css
<style>
a { background-color: #BC6032; }
a { background-color: rgb(188,96,50); }
div.DivClassName
{
background-color: #BC6032;
}
.BgClassName
{
background-color: #BC6032;
}
</style>
border-color css
<style>
span { border-color: #BC6032; }
span { border-color: rgb(188,96,50); }
td.TdClassName
{
border-color: #BC6032;
}
.TagClassName
{
border-color: #BC6032;
}
</style>