Shades of Smoke Tree #BC673A
Tints of Smoke Tree #BC673A
RGB
CMYK
RGB Variations
Color information
#BC673A (or 0xBC673A) is known color: Smoke Tree. HEX triplet: BC, 67 and 3A. RGB value is (188,103,58). Sum of RGB (Red+Green+Blue) = 188+103+58=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC673A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC673A is #4398C5. Grayscale: #7B7B7B. Windows color (decimal): -4430022 or 3827644. OLE color: 3827644.
HSL color Cylindrical-coordinate representation of color #BC673A: hue angle of 20.77º 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 #BC673A is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 58 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.26 |
| HSL | 20.77º | 0.53% | 0.48% | - |
| HSV(B) | 20.77º | 0.69% | 0.74% | - |
| XYZ | 26.35 | 20.7 | 6.61 | - |
| YUV | 123.29 | 91.16 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 58 | 0 | 0.45 | 0.69 | 0.26 | 20.77 | 0.53 | 0.48 |
| Hex | BC | 67 | 3A | 0 | 2D | 45 | 1A | 15 | 35 | 30 |
| Octal | 274 | 147 | 72 | 0 | 55 | 105 | 32 | 25 | 65 | 60 |
| Binary | 10111100 | 1100111 | 111010 | 0 | 101101 | 1000101 | 11010 | 10101 | 110101 | 110000 |
Color Harmonies of #BC673A
Complementary color
Monochromatic Colors of #BC673A
Black with #BC673A
Text Example
Text Example
White with #BC673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC673A; }
p { color: rgb(188,103,58); }
H1.HeaderClassName
{
color: #BC673A;
}
.AnyTagClassName
{
color: #BC673A;
}
</style>
background-color css
<style>
a { background-color: #BC673A; }
a { background-color: rgb(188,103,58); }
div.DivClassName
{
background-color: #BC673A;
}
.BgClassName
{
background-color: #BC673A;
}
</style>
border-color css
<style>
span { border-color: #BC673A; }
span { border-color: rgb(188,103,58); }
td.TdClassName
{
border-color: #BC673A;
}
.TagClassName
{
border-color: #BC673A;
}
</style>