Shades of Smoke Tree #BC5F32
Tints of Smoke Tree #BC5F32
RGB
CMYK
RGB Variations
Color information
#BC5F32 (or 0xBC5F32) is known color: Smoke Tree. HEX triplet: BC, 5F and 32. RGB value is (188,95,50). Sum of RGB (Red+Green+Blue) = 188+95+50=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5F32 is #43A0CD. Grayscale: #757575. Windows color (decimal): -4432078 or 3301308. OLE color: 3301308.
HSL color Cylindrical-coordinate representation of color #BC5F32: hue angle of 19.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC5F32 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 95 | 50 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.26 |
| HSL | 19.57º | 0.58% | 0.47% | - |
| HSV(B) | 19.57º | 0.73% | 0.74% | - |
| XYZ | 25.41 | 19.11 | 5.37 | - |
| YUV | 117.68 | 89.81 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 50 | 0 | 0.49 | 0.73 | 0.26 | 19.57 | 0.58 | 0.47 |
| Hex | BC | 5F | 32 | 0 | 31 | 49 | 1A | 14 | 3A | 2F |
| Octal | 274 | 137 | 62 | 0 | 61 | 111 | 32 | 24 | 72 | 57 |
| Binary | 10111100 | 1011111 | 110010 | 0 | 110001 | 1001001 | 11010 | 10100 | 111010 | 101111 |
Color Harmonies of #BC5F32
Complementary color
Monochromatic Colors of #BC5F32
Black with #BC5F32
Text Example
Text Example
White with #BC5F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5F32; }
p { color: rgb(188,95,50); }
H1.HeaderClassName
{
color: #BC5F32;
}
.AnyTagClassName
{
color: #BC5F32;
}
</style>
background-color css
<style>
a { background-color: #BC5F32; }
a { background-color: rgb(188,95,50); }
div.DivClassName
{
background-color: #BC5F32;
}
.BgClassName
{
background-color: #BC5F32;
}
</style>
border-color css
<style>
span { border-color: #BC5F32; }
span { border-color: rgb(188,95,50); }
td.TdClassName
{
border-color: #BC5F32;
}
.TagClassName
{
border-color: #BC5F32;
}
</style>