Shades of Smoke Tree #BC592F
Tints of Smoke Tree #BC592F
RGB
CMYK
RGB Variations
Color information
#BC592F (or 0xBC592F) is known color: Smoke Tree. HEX triplet: BC, 59 and 2F. RGB value is (188,89,47). Sum of RGB (Red+Green+Blue) = 188+89+47=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC592F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC592F is #43A6D0. Grayscale: #727272. Windows color (decimal): -4433617 or 3103164. OLE color: 3103164.
HSL color Cylindrical-coordinate representation of color #BC592F: hue angle of 17.87º 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 #BC592F is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 47 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.26 |
| HSL | 17.87º | 0.6% | 0.46% | - |
| HSV(B) | 17.87º | 0.75% | 0.74% | - |
| XYZ | 24.82 | 18.04 | 4.86 | - |
| YUV | 113.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 47 | 0 | 0.53 | 0.75 | 0.26 | 17.87 | 0.6 | 0.46 |
| Hex | BC | 59 | 2F | 0 | 35 | 4B | 1A | 12 | 3C | 2E |
| Octal | 274 | 131 | 57 | 0 | 65 | 113 | 32 | 22 | 74 | 56 |
| Binary | 10111100 | 1011001 | 101111 | 0 | 110101 | 1001011 | 11010 | 10010 | 111100 | 101110 |
Color Harmonies of #BC592F
Complementary color
Monochromatic Colors of #BC592F
Black with #BC592F
Text Example
Text Example
White with #BC592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC592F; }
p { color: rgb(188,89,47); }
H1.HeaderClassName
{
color: #BC592F;
}
.AnyTagClassName
{
color: #BC592F;
}
</style>
background-color css
<style>
a { background-color: #BC592F; }
a { background-color: rgb(188,89,47); }
div.DivClassName
{
background-color: #BC592F;
}
.BgClassName
{
background-color: #BC592F;
}
</style>
border-color css
<style>
span { border-color: #BC592F; }
span { border-color: rgb(188,89,47); }
td.TdClassName
{
border-color: #BC592F;
}
.TagClassName
{
border-color: #BC592F;
}
</style>