Shades of Smoke Tree #BC683A
Tints of Smoke Tree #BC683A
RGB
CMYK
RGB Variations
Color information
#BC683A (or 0xBC683A) is known color: Smoke Tree. HEX triplet: BC, 68 and 3A. RGB value is (188,104,58). Sum of RGB (Red+Green+Blue) = 188+104+58=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC683A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC683A is #4397C5. Grayscale: #7C7C7C. Windows color (decimal): -4429766 or 3827900. OLE color: 3827900.
HSL color Cylindrical-coordinate representation of color #BC683A: hue angle of 21.23º degrees, saturation: 0.53, 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 #BC683A is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 58 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.26 |
| HSL | 21.23º | 0.53% | 0.48% | - |
| HSV(B) | 21.23º | 0.69% | 0.74% | - |
| XYZ | 26.45 | 20.9 | 6.64 | - |
| YUV | 123.87 | 90.83 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 58 | 0 | 0.45 | 0.69 | 0.26 | 21.23 | 0.53 | 0.48 |
| Hex | BC | 68 | 3A | 0 | 2D | 45 | 1A | 15 | 35 | 30 |
| Octal | 274 | 150 | 72 | 0 | 55 | 105 | 32 | 25 | 65 | 60 |
| Binary | 10111100 | 1101000 | 111010 | 0 | 101101 | 1000101 | 11010 | 10101 | 110101 | 110000 |
Color Harmonies of #BC683A
Complementary color
Monochromatic Colors of #BC683A
Black with #BC683A
Text Example
Text Example
White with #BC683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC683A; }
p { color: rgb(188,104,58); }
H1.HeaderClassName
{
color: #BC683A;
}
.AnyTagClassName
{
color: #BC683A;
}
</style>
background-color css
<style>
a { background-color: #BC683A; }
a { background-color: rgb(188,104,58); }
div.DivClassName
{
background-color: #BC683A;
}
.BgClassName
{
background-color: #BC683A;
}
</style>
border-color css
<style>
span { border-color: #BC683A; }
span { border-color: rgb(188,104,58); }
td.TdClassName
{
border-color: #BC683A;
}
.TagClassName
{
border-color: #BC683A;
}
</style>