Shades of Smoke Tree #BC6132
Tints of Smoke Tree #BC6132
RGB
CMYK
RGB Variations
Color information
#BC6132 (or 0xBC6132) is known color: Smoke Tree. HEX triplet: BC, 61 and 32. RGB value is (188,97,50). Sum of RGB (Red+Green+Blue) = 188+97+50=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6132 is #439ECD. Grayscale: #777777. Windows color (decimal): -4431566 or 3301820. OLE color: 3301820.
HSL color Cylindrical-coordinate representation of color #BC6132: hue angle of 20.43º 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 #BC6132 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 50 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.26 |
| HSL | 20.43º | 0.58% | 0.47% | - |
| HSV(B) | 20.43º | 0.73% | 0.74% | - |
| XYZ | 25.59 | 19.47 | 5.43 | - |
| YUV | 118.85 | 89.15 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 50 | 0 | 0.48 | 0.73 | 0.26 | 20.43 | 0.58 | 0.47 |
| Hex | BC | 61 | 32 | 0 | 30 | 49 | 1A | 14 | 3A | 2F |
| Octal | 274 | 141 | 62 | 0 | 60 | 111 | 32 | 24 | 72 | 57 |
| Binary | 10111100 | 1100001 | 110010 | 0 | 110000 | 1001001 | 11010 | 10100 | 111010 | 101111 |
Color Harmonies of #BC6132
Complementary color
Monochromatic Colors of #BC6132
Black with #BC6132
Text Example
Text Example
White with #BC6132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6132; }
p { color: rgb(188,97,50); }
H1.HeaderClassName
{
color: #BC6132;
}
.AnyTagClassName
{
color: #BC6132;
}
</style>
background-color css
<style>
a { background-color: #BC6132; }
a { background-color: rgb(188,97,50); }
div.DivClassName
{
background-color: #BC6132;
}
.BgClassName
{
background-color: #BC6132;
}
</style>
border-color css
<style>
span { border-color: #BC6132; }
span { border-color: rgb(188,97,50); }
td.TdClassName
{
border-color: #BC6132;
}
.TagClassName
{
border-color: #BC6132;
}
</style>