Shades of Smoke Tree #BC623B
Tints of Smoke Tree #BC623B
RGB
CMYK
RGB Variations
Color information
#BC623B (or 0xBC623B) is known color: Smoke Tree. HEX triplet: BC, 62 and 3B. RGB value is (188,98,59). Sum of RGB (Red+Green+Blue) = 188+98+59=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC623B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC623B is #439DC4. Grayscale: #787878. Windows color (decimal): -4431301 or 3891900. OLE color: 3891900.
HSL color Cylindrical-coordinate representation of color #BC623B: hue angle of 18.14º 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 #BC623B is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 59 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.26 |
| HSL | 18.14º | 0.52% | 0.48% | - |
| HSV(B) | 18.14º | 0.69% | 0.74% | - |
| XYZ | 25.9 | 19.74 | 6.58 | - |
| YUV | 120.46 | 93.32 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 59 | 0 | 0.48 | 0.69 | 0.26 | 18.14 | 0.52 | 0.48 |
| Hex | BC | 62 | 3B | 0 | 30 | 45 | 1A | 12 | 34 | 30 |
| Octal | 274 | 142 | 73 | 0 | 60 | 105 | 32 | 22 | 64 | 60 |
| Binary | 10111100 | 1100010 | 111011 | 0 | 110000 | 1000101 | 11010 | 10010 | 110100 | 110000 |
Color Harmonies of #BC623B
Complementary color
Monochromatic Colors of #BC623B
Black with #BC623B
Text Example
Text Example
White with #BC623B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC623B; }
p { color: rgb(188,98,59); }
H1.HeaderClassName
{
color: #BC623B;
}
.AnyTagClassName
{
color: #BC623B;
}
</style>
background-color css
<style>
a { background-color: #BC623B; }
a { background-color: rgb(188,98,59); }
div.DivClassName
{
background-color: #BC623B;
}
.BgClassName
{
background-color: #BC623B;
}
</style>
border-color css
<style>
span { border-color: #BC623B; }
span { border-color: rgb(188,98,59); }
td.TdClassName
{
border-color: #BC623B;
}
.TagClassName
{
border-color: #BC623B;
}
</style>