Shades of Smoke Tree #BC5B2D
Tints of Smoke Tree #BC5B2D
RGB
CMYK
RGB Variations
Color information
#BC5B2D (or 0xBC5B2D) is known color: Smoke Tree. HEX triplet: BC, 5B and 2D. RGB value is (188,91,45). Sum of RGB (Red+Green+Blue) = 188+91+45=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B2D is #43A4D2. Grayscale: #737373. Windows color (decimal): -4433107 or 2972604. OLE color: 2972604.
HSL color Cylindrical-coordinate representation of color #BC5B2D: hue angle of 19.3º 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 #BC5B2D is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 45 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.26 |
| HSL | 19.3º | 0.61% | 0.46% | - |
| HSV(B) | 19.3º | 0.76% | 0.74% | - |
| XYZ | 24.95 | 18.36 | 4.71 | - |
| YUV | 114.76 | 88.64 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 45 | 0 | 0.52 | 0.76 | 0.26 | 19.3 | 0.61 | 0.46 |
| Hex | BC | 5B | 2D | 0 | 34 | 4C | 1A | 13 | 3D | 2E |
| Octal | 274 | 133 | 55 | 0 | 64 | 114 | 32 | 23 | 75 | 56 |
| Binary | 10111100 | 1011011 | 101101 | 0 | 110100 | 1001100 | 11010 | 10011 | 111101 | 101110 |
Color Harmonies of #BC5B2D
Complementary color
Monochromatic Colors of #BC5B2D
Black with #BC5B2D
Text Example
Text Example
White with #BC5B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B2D; }
p { color: rgb(188,91,45); }
H1.HeaderClassName
{
color: #BC5B2D;
}
.AnyTagClassName
{
color: #BC5B2D;
}
</style>
background-color css
<style>
a { background-color: #BC5B2D; }
a { background-color: rgb(188,91,45); }
div.DivClassName
{
background-color: #BC5B2D;
}
.BgClassName
{
background-color: #BC5B2D;
}
</style>
border-color css
<style>
span { border-color: #BC5B2D; }
span { border-color: rgb(188,91,45); }
td.TdClassName
{
border-color: #BC5B2D;
}
.TagClassName
{
border-color: #BC5B2D;
}
</style>