Shades of Smoke Tree #BC602F
Tints of Smoke Tree #BC602F
RGB
CMYK
RGB Variations
Color information
#BC602F (or 0xBC602F) is known color: Smoke Tree. HEX triplet: BC, 60 and 2F. RGB value is (188,96,47). Sum of RGB (Red+Green+Blue) = 188+96+47=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC602F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC602F is #439FD0. Grayscale: #767676. Windows color (decimal): -4431825 or 3104956. OLE color: 3104956.
HSL color Cylindrical-coordinate representation of color #BC602F: hue angle of 20.85º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC602F is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 47 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.26 |
| HSL | 20.85º | 0.6% | 0.46% | - |
| HSV(B) | 20.85º | 0.75% | 0.74% | - |
| XYZ | 25.44 | 19.26 | 5.07 | - |
| YUV | 117.92 | 87.98 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 47 | 0 | 0.49 | 0.75 | 0.26 | 20.85 | 0.6 | 0.46 |
| Hex | BC | 60 | 2F | 0 | 31 | 4B | 1A | 15 | 3C | 2E |
| Octal | 274 | 140 | 57 | 0 | 61 | 113 | 32 | 25 | 74 | 56 |
| Binary | 10111100 | 1100000 | 101111 | 0 | 110001 | 1001011 | 11010 | 10101 | 111100 | 101110 |
Color Harmonies of #BC602F
Complementary color
Monochromatic Colors of #BC602F
Black with #BC602F
Text Example
Text Example
White with #BC602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC602F; }
p { color: rgb(188,96,47); }
H1.HeaderClassName
{
color: #BC602F;
}
.AnyTagClassName
{
color: #BC602F;
}
</style>
background-color css
<style>
a { background-color: #BC602F; }
a { background-color: rgb(188,96,47); }
div.DivClassName
{
background-color: #BC602F;
}
.BgClassName
{
background-color: #BC602F;
}
</style>
border-color css
<style>
span { border-color: #BC602F; }
span { border-color: rgb(188,96,47); }
td.TdClassName
{
border-color: #BC602F;
}
.TagClassName
{
border-color: #BC602F;
}
</style>