Shades of Smoke Tree #BC5D35
Tints of Smoke Tree #BC5D35
RGB
CMYK
RGB Variations
Color information
#BC5D35 (or 0xBC5D35) is known color: Smoke Tree. HEX triplet: BC, 5D and 35. RGB value is (188,93,53). Sum of RGB (Red+Green+Blue) = 188+93+53=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D35 is #43A2CA. Grayscale: #757575. Windows color (decimal): -4432587 or 3497404. OLE color: 3497404.
HSL color Cylindrical-coordinate representation of color #BC5D35: hue angle of 17.78º 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 #BC5D35 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 53 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.26 |
| HSL | 17.78º | 0.56% | 0.47% | - |
| HSV(B) | 17.78º | 0.72% | 0.74% | - |
| XYZ | 25.3 | 18.78 | 5.66 | - |
| YUV | 116.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 53 | 0 | 0.51 | 0.72 | 0.26 | 17.78 | 0.56 | 0.47 |
| Hex | BC | 5D | 35 | 0 | 33 | 48 | 1A | 12 | 38 | 2F |
| Octal | 274 | 135 | 65 | 0 | 63 | 110 | 32 | 22 | 70 | 57 |
| Binary | 10111100 | 1011101 | 110101 | 0 | 110011 | 1001000 | 11010 | 10010 | 111000 | 101111 |
Color Harmonies of #BC5D35
Complementary color
Monochromatic Colors of #BC5D35
Black with #BC5D35
Text Example
Text Example
White with #BC5D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D35; }
p { color: rgb(188,93,53); }
H1.HeaderClassName
{
color: #BC5D35;
}
.AnyTagClassName
{
color: #BC5D35;
}
</style>
background-color css
<style>
a { background-color: #BC5D35; }
a { background-color: rgb(188,93,53); }
div.DivClassName
{
background-color: #BC5D35;
}
.BgClassName
{
background-color: #BC5D35;
}
</style>
border-color css
<style>
span { border-color: #BC5D35; }
span { border-color: rgb(188,93,53); }
td.TdClassName
{
border-color: #BC5D35;
}
.TagClassName
{
border-color: #BC5D35;
}
</style>