Shades of Smoke Tree #BC6433
Tints of Smoke Tree #BC6433
RGB
CMYK
RGB Variations
Color information
#BC6433 (or 0xBC6433) is known color: Smoke Tree. HEX triplet: BC, 64 and 33. RGB value is (188,100,51). Sum of RGB (Red+Green+Blue) = 188+100+51=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6433 is #439BCC. Grayscale: #797979. Windows color (decimal): -4430797 or 3368124. OLE color: 3368124.
HSL color Cylindrical-coordinate representation of color #BC6433: hue angle of 21.46º degrees, saturation: 0.57, 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 #BC6433 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 51 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.26 |
| HSL | 21.46º | 0.57% | 0.47% | - |
| HSV(B) | 21.46º | 0.73% | 0.74% | - |
| XYZ | 25.89 | 20.04 | 5.64 | - |
| YUV | 120.73 | 88.65 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 51 | 0 | 0.47 | 0.73 | 0.26 | 21.46 | 0.57 | 0.47 |
| Hex | BC | 64 | 33 | 0 | 2F | 49 | 1A | 15 | 39 | 2F |
| Octal | 274 | 144 | 63 | 0 | 57 | 111 | 32 | 25 | 71 | 57 |
| Binary | 10111100 | 1100100 | 110011 | 0 | 101111 | 1001001 | 11010 | 10101 | 111001 | 101111 |
Color Harmonies of #BC6433
Complementary color
Monochromatic Colors of #BC6433
Black with #BC6433
Text Example
Text Example
White with #BC6433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6433; }
p { color: rgb(188,100,51); }
H1.HeaderClassName
{
color: #BC6433;
}
.AnyTagClassName
{
color: #BC6433;
}
</style>
background-color css
<style>
a { background-color: #BC6433; }
a { background-color: rgb(188,100,51); }
div.DivClassName
{
background-color: #BC6433;
}
.BgClassName
{
background-color: #BC6433;
}
</style>
border-color css
<style>
span { border-color: #BC6433; }
span { border-color: rgb(188,100,51); }
td.TdClassName
{
border-color: #BC6433;
}
.TagClassName
{
border-color: #BC6433;
}
</style>