Shades of Smoke Tree #BC5935
Tints of Smoke Tree #BC5935
RGB
CMYK
RGB Variations
Color information
#BC5935 (or 0xBC5935) is known color: Smoke Tree. HEX triplet: BC, 59 and 35. RGB value is (188,89,53). Sum of RGB (Red+Green+Blue) = 188+89+53=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5935 is #43A6CA. Grayscale: #727272. Windows color (decimal): -4433611 or 3496380. OLE color: 3496380.
HSL color Cylindrical-coordinate representation of color #BC5935: hue angle of 16º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC5935 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 53 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.26 |
| HSL | 16º | 0.56% | 0.47% | - |
| HSV(B) | 16º | 0.72% | 0.74% | - |
| XYZ | 24.95 | 18.09 | 5.55 | - |
| YUV | 114.5 | 93.3 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 53 | 0 | 0.53 | 0.72 | 0.26 | 16 | 0.56 | 0.47 |
| Hex | BC | 59 | 35 | 0 | 35 | 48 | 1A | 10 | 38 | 2F |
| Octal | 274 | 131 | 65 | 0 | 65 | 110 | 32 | 20 | 70 | 57 |
| Binary | 10111100 | 1011001 | 110101 | 0 | 110101 | 1001000 | 11010 | 10000 | 111000 | 101111 |
Color Harmonies of #BC5935
Complementary color
Monochromatic Colors of #BC5935
Black with #BC5935
Text Example
Text Example
White with #BC5935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5935; }
p { color: rgb(188,89,53); }
H1.HeaderClassName
{
color: #BC5935;
}
.AnyTagClassName
{
color: #BC5935;
}
</style>
background-color css
<style>
a { background-color: #BC5935; }
a { background-color: rgb(188,89,53); }
div.DivClassName
{
background-color: #BC5935;
}
.BgClassName
{
background-color: #BC5935;
}
</style>
border-color css
<style>
span { border-color: #BC5935; }
span { border-color: rgb(188,89,53); }
td.TdClassName
{
border-color: #BC5935;
}
.TagClassName
{
border-color: #BC5935;
}
</style>