Shades of Smoke Tree #BC593C
Tints of Smoke Tree #BC593C
RGB
CMYK
RGB Variations
Color information
#BC593C (or 0xBC593C) is known color: Smoke Tree. HEX triplet: BC, 59 and 3C. RGB value is (188,89,60). Sum of RGB (Red+Green+Blue) = 188+89+60=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC593C is #43A6C3. Grayscale: #737373. Windows color (decimal): -4433604 or 3955132. OLE color: 3955132.
HSL color Cylindrical-coordinate representation of color #BC593C: hue angle of 13.59º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC593C is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 60 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.26 |
| HSL | 13.59º | 0.52% | 0.49% | - |
| HSV(B) | 13.59º | 0.68% | 0.74% | - |
| XYZ | 25.13 | 18.16 | 6.46 | - |
| YUV | 115.3 | 96.8 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 60 | 0 | 0.53 | 0.68 | 0.26 | 13.59 | 0.52 | 0.49 |
| Hex | BC | 59 | 3C | 0 | 35 | 44 | 1A | E | 34 | 31 |
| Octal | 274 | 131 | 74 | 0 | 65 | 104 | 32 | 16 | 64 | 61 |
| Binary | 10111100 | 1011001 | 111100 | 0 | 110101 | 1000100 | 11010 | 1110 | 110100 | 110001 |
Color Harmonies of #BC593C
Complementary color
Monochromatic Colors of #BC593C
Black with #BC593C
Text Example
Text Example
White with #BC593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC593C; }
p { color: rgb(188,89,60); }
H1.HeaderClassName
{
color: #BC593C;
}
.AnyTagClassName
{
color: #BC593C;
}
</style>
background-color css
<style>
a { background-color: #BC593C; }
a { background-color: rgb(188,89,60); }
div.DivClassName
{
background-color: #BC593C;
}
.BgClassName
{
background-color: #BC593C;
}
</style>
border-color css
<style>
span { border-color: #BC593C; }
span { border-color: rgb(188,89,60); }
td.TdClassName
{
border-color: #BC593C;
}
.TagClassName
{
border-color: #BC593C;
}
</style>