Shades of Smoke Tree #BC562D
Tints of Smoke Tree #BC562D
RGB
CMYK
RGB Variations
Color information
#BC562D (or 0xBC562D) is known color: Smoke Tree. HEX triplet: BC, 56 and 2D. RGB value is (188,86,45). Sum of RGB (Red+Green+Blue) = 188+86+45=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC562D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC562D is #43A9D2. Grayscale: #707070. Windows color (decimal): -4434387 or 2971324. OLE color: 2971324.
HSL color Cylindrical-coordinate representation of color #BC562D: hue angle of 17.2º 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 #BC562D is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 45 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.26 |
| HSL | 17.2º | 0.61% | 0.46% | - |
| HSV(B) | 17.2º | 0.76% | 0.74% | - |
| XYZ | 24.54 | 17.54 | 4.57 | - |
| YUV | 111.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 45 | 0 | 0.54 | 0.76 | 0.26 | 17.2 | 0.61 | 0.46 |
| Hex | BC | 56 | 2D | 0 | 36 | 4C | 1A | 11 | 3D | 2E |
| Octal | 274 | 126 | 55 | 0 | 66 | 114 | 32 | 21 | 75 | 56 |
| Binary | 10111100 | 1010110 | 101101 | 0 | 110110 | 1001100 | 11010 | 10001 | 111101 | 101110 |
Color Harmonies of #BC562D
Complementary color
Monochromatic Colors of #BC562D
Black with #BC562D
Text Example
Text Example
White with #BC562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC562D; }
p { color: rgb(188,86,45); }
H1.HeaderClassName
{
color: #BC562D;
}
.AnyTagClassName
{
color: #BC562D;
}
</style>
background-color css
<style>
a { background-color: #BC562D; }
a { background-color: rgb(188,86,45); }
div.DivClassName
{
background-color: #BC562D;
}
.BgClassName
{
background-color: #BC562D;
}
</style>
border-color css
<style>
span { border-color: #BC562D; }
span { border-color: rgb(188,86,45); }
td.TdClassName
{
border-color: #BC562D;
}
.TagClassName
{
border-color: #BC562D;
}
</style>