Shades of Smoke Tree #BC562E
Tints of Smoke Tree #BC562E
RGB
CMYK
RGB Variations
Color information
#BC562E (or 0xBC562E) is known color: Smoke Tree. HEX triplet: BC, 56 and 2E. RGB value is (188,86,46). Sum of RGB (Red+Green+Blue) = 188+86+46=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC562E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC562E is #43A9D1. Grayscale: #707070. Windows color (decimal): -4434386 or 3036860. OLE color: 3036860.
HSL color Cylindrical-coordinate representation of color #BC562E: hue angle of 16.9º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC562E is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 46 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.26 |
| HSL | 16.9º | 0.61% | 0.46% | - |
| HSV(B) | 16.9º | 0.76% | 0.74% | - |
| XYZ | 24.56 | 17.54 | 4.68 | - |
| YUV | 111.94 | 90.79 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 46 | 0 | 0.54 | 0.76 | 0.26 | 16.9 | 0.61 | 0.46 |
| Hex | BC | 56 | 2E | 0 | 36 | 4C | 1A | 11 | 3D | 2E |
| Octal | 274 | 126 | 56 | 0 | 66 | 114 | 32 | 21 | 75 | 56 |
| Binary | 10111100 | 1010110 | 101110 | 0 | 110110 | 1001100 | 11010 | 10001 | 111101 | 101110 |
Color Harmonies of #BC562E
Complementary color
Monochromatic Colors of #BC562E
Black with #BC562E
Text Example
Text Example
White with #BC562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC562E; }
p { color: rgb(188,86,46); }
H1.HeaderClassName
{
color: #BC562E;
}
.AnyTagClassName
{
color: #BC562E;
}
</style>
background-color css
<style>
a { background-color: #BC562E; }
a { background-color: rgb(188,86,46); }
div.DivClassName
{
background-color: #BC562E;
}
.BgClassName
{
background-color: #BC562E;
}
</style>
border-color css
<style>
span { border-color: #BC562E; }
span { border-color: rgb(188,86,46); }
td.TdClassName
{
border-color: #BC562E;
}
.TagClassName
{
border-color: #BC562E;
}
</style>