Shades of Smoke Tree #BC5D3C
Tints of Smoke Tree #BC5D3C
RGB
CMYK
RGB Variations
Color information
#BC5D3C (or 0xBC5D3C) is known color: Smoke Tree. HEX triplet: BC, 5D and 3C. RGB value is (188,93,60). Sum of RGB (Red+Green+Blue) = 188+93+60=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D3C is #43A2C3. Grayscale: #757575. Windows color (decimal): -4432580 or 3956156. OLE color: 3956156.
HSL color Cylindrical-coordinate representation of color #BC5D3C: hue angle of 15.47º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC5D3C is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 60 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.26 |
| HSL | 15.47º | 0.52% | 0.49% | - |
| HSV(B) | 15.47º | 0.68% | 0.74% | - |
| XYZ | 25.47 | 18.85 | 6.57 | - |
| YUV | 117.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 60 | 0 | 0.51 | 0.68 | 0.26 | 15.47 | 0.52 | 0.49 |
| Hex | BC | 5D | 3C | 0 | 33 | 44 | 1A | F | 34 | 31 |
| Octal | 274 | 135 | 74 | 0 | 63 | 104 | 32 | 17 | 64 | 61 |
| Binary | 10111100 | 1011101 | 111100 | 0 | 110011 | 1000100 | 11010 | 1111 | 110100 | 110001 |
Color Harmonies of #BC5D3C
Complementary color
Monochromatic Colors of #BC5D3C
Black with #BC5D3C
Text Example
Text Example
White with #BC5D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D3C; }
p { color: rgb(188,93,60); }
H1.HeaderClassName
{
color: #BC5D3C;
}
.AnyTagClassName
{
color: #BC5D3C;
}
</style>
background-color css
<style>
a { background-color: #BC5D3C; }
a { background-color: rgb(188,93,60); }
div.DivClassName
{
background-color: #BC5D3C;
}
.BgClassName
{
background-color: #BC5D3C;
}
</style>
border-color css
<style>
span { border-color: #BC5D3C; }
span { border-color: rgb(188,93,60); }
td.TdClassName
{
border-color: #BC5D3C;
}
.TagClassName
{
border-color: #BC5D3C;
}
</style>