Shades of Smoke Tree #BC5933
Tints of Smoke Tree #BC5933
RGB
CMYK
RGB Variations
Color information
#BC5933 (or 0xBC5933) is known color: Smoke Tree. HEX triplet: BC, 59 and 33. RGB value is (188,89,51). Sum of RGB (Red+Green+Blue) = 188+89+51=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5933 is #43A6CC. Grayscale: #727272. Windows color (decimal): -4433613 or 3365308. OLE color: 3365308.
HSL color Cylindrical-coordinate representation of color #BC5933: hue angle of 16.64º degrees, saturation: 0.57, 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 #BC5933 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 51 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.26 |
| HSL | 16.64º | 0.57% | 0.47% | - |
| HSV(B) | 16.64º | 0.73% | 0.74% | - |
| XYZ | 24.91 | 18.08 | 5.31 | - |
| YUV | 114.27 | 92.3 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 51 | 0 | 0.53 | 0.73 | 0.26 | 16.64 | 0.57 | 0.47 |
| Hex | BC | 59 | 33 | 0 | 35 | 49 | 1A | 11 | 39 | 2F |
| Octal | 274 | 131 | 63 | 0 | 65 | 111 | 32 | 21 | 71 | 57 |
| Binary | 10111100 | 1011001 | 110011 | 0 | 110101 | 1001001 | 11010 | 10001 | 111001 | 101111 |
Color Harmonies of #BC5933
Complementary color
Monochromatic Colors of #BC5933
Black with #BC5933
Text Example
Text Example
White with #BC5933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5933; }
p { color: rgb(188,89,51); }
H1.HeaderClassName
{
color: #BC5933;
}
.AnyTagClassName
{
color: #BC5933;
}
</style>
background-color css
<style>
a { background-color: #BC5933; }
a { background-color: rgb(188,89,51); }
div.DivClassName
{
background-color: #BC5933;
}
.BgClassName
{
background-color: #BC5933;
}
</style>
border-color css
<style>
span { border-color: #BC5933; }
span { border-color: rgb(188,89,51); }
td.TdClassName
{
border-color: #BC5933;
}
.TagClassName
{
border-color: #BC5933;
}
</style>