Shades of Smoke Tree #BC593B
Tints of Smoke Tree #BC593B
RGB
CMYK
RGB Variations
Color information
#BC593B (or 0xBC593B) is known color: Smoke Tree. HEX triplet: BC, 59 and 3B. RGB value is (188,89,59). Sum of RGB (Red+Green+Blue) = 188+89+59=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC593B is #43A6C4. Grayscale: #737373. Windows color (decimal): -4433605 or 3889596. OLE color: 3889596.
HSL color Cylindrical-coordinate representation of color #BC593B: hue angle of 13.95º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC593B is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 59 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.26 |
| HSL | 13.95º | 0.52% | 0.48% | - |
| HSV(B) | 13.95º | 0.69% | 0.74% | - |
| XYZ | 25.1 | 18.15 | 6.32 | - |
| YUV | 115.18 | 96.3 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 59 | 0 | 0.53 | 0.69 | 0.26 | 13.95 | 0.52 | 0.48 |
| Hex | BC | 59 | 3B | 0 | 35 | 45 | 1A | E | 34 | 30 |
| Octal | 274 | 131 | 73 | 0 | 65 | 105 | 32 | 16 | 64 | 60 |
| Binary | 10111100 | 1011001 | 111011 | 0 | 110101 | 1000101 | 11010 | 1110 | 110100 | 110000 |
Color Harmonies of #BC593B
Complementary color
Monochromatic Colors of #BC593B
Black with #BC593B
Text Example
Text Example
White with #BC593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC593B; }
p { color: rgb(188,89,59); }
H1.HeaderClassName
{
color: #BC593B;
}
.AnyTagClassName
{
color: #BC593B;
}
</style>
background-color css
<style>
a { background-color: #BC593B; }
a { background-color: rgb(188,89,59); }
div.DivClassName
{
background-color: #BC593B;
}
.BgClassName
{
background-color: #BC593B;
}
</style>
border-color css
<style>
span { border-color: #BC593B; }
span { border-color: rgb(188,89,59); }
td.TdClassName
{
border-color: #BC593B;
}
.TagClassName
{
border-color: #BC593B;
}
</style>