Shades of Smoke Tree #BC582F
Tints of Smoke Tree #BC582F
RGB
CMYK
RGB Variations
Color information
#BC582F (or 0xBC582F) is known color: Smoke Tree. HEX triplet: BC, 58 and 2F. RGB value is (188,88,47). Sum of RGB (Red+Green+Blue) = 188+88+47=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC582F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC582F is #43A7D0. Grayscale: #717171. Windows color (decimal): -4433873 or 3102908. OLE color: 3102908.
HSL color Cylindrical-coordinate representation of color #BC582F: hue angle of 17.45º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC582F is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 47 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.26 |
| HSL | 17.45º | 0.6% | 0.46% | - |
| HSV(B) | 17.45º | 0.75% | 0.74% | - |
| XYZ | 24.74 | 17.88 | 4.84 | - |
| YUV | 113.23 | 90.63 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 47 | 0 | 0.53 | 0.75 | 0.26 | 17.45 | 0.6 | 0.46 |
| Hex | BC | 58 | 2F | 0 | 35 | 4B | 1A | 11 | 3C | 2E |
| Octal | 274 | 130 | 57 | 0 | 65 | 113 | 32 | 21 | 74 | 56 |
| Binary | 10111100 | 1011000 | 101111 | 0 | 110101 | 1001011 | 11010 | 10001 | 111100 | 101110 |
Color Harmonies of #BC582F
Complementary color
Monochromatic Colors of #BC582F
Black with #BC582F
Text Example
Text Example
White with #BC582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC582F; }
p { color: rgb(188,88,47); }
H1.HeaderClassName
{
color: #BC582F;
}
.AnyTagClassName
{
color: #BC582F;
}
</style>
background-color css
<style>
a { background-color: #BC582F; }
a { background-color: rgb(188,88,47); }
div.DivClassName
{
background-color: #BC582F;
}
.BgClassName
{
background-color: #BC582F;
}
</style>
border-color css
<style>
span { border-color: #BC582F; }
span { border-color: rgb(188,88,47); }
td.TdClassName
{
border-color: #BC582F;
}
.TagClassName
{
border-color: #BC582F;
}
</style>