Shades of Smoke Tree #BE5D2C
Tints of Smoke Tree #BE5D2C
RGB
CMYK
RGB Variations
Color information
#BE5D2C (or 0xBE5D2C) is known color: Smoke Tree. HEX triplet: BE, 5D and 2C. RGB value is (190,93,44). Sum of RGB (Red+Green+Blue) = 190+93+44=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D2C is #41A2D3. Grayscale: #747474. Windows color (decimal): -4301524 or 2907582. OLE color: 2907582.
HSL color Cylindrical-coordinate representation of color #BE5D2C: hue angle of 20.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE5D2C is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 44 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.25 |
| HSL | 20.14º | 0.62% | 0.46% | - |
| HSV(B) | 20.14º | 0.77% | 0.75% | - |
| XYZ | 25.6 | 18.96 | 4.69 | - |
| YUV | 116.42 | 87.14 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 44 | 0 | 0.51 | 0.77 | 0.25 | 20.14 | 0.62 | 0.46 |
| Hex | BE | 5D | 2C | 0 | 33 | 4D | 19 | 14 | 3E | 2E |
| Octal | 276 | 135 | 54 | 0 | 63 | 115 | 31 | 24 | 76 | 56 |
| Binary | 10111110 | 1011101 | 101100 | 0 | 110011 | 1001101 | 11001 | 10100 | 111110 | 101110 |
Color Harmonies of #BE5D2C
Complementary color
Monochromatic Colors of #BE5D2C
Black with #BE5D2C
Text Example
Text Example
White with #BE5D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D2C; }
p { color: rgb(190,93,44); }
H1.HeaderClassName
{
color: #BE5D2C;
}
.AnyTagClassName
{
color: #BE5D2C;
}
</style>
background-color css
<style>
a { background-color: #BE5D2C; }
a { background-color: rgb(190,93,44); }
div.DivClassName
{
background-color: #BE5D2C;
}
.BgClassName
{
background-color: #BE5D2C;
}
</style>
border-color css
<style>
span { border-color: #BE5D2C; }
span { border-color: rgb(190,93,44); }
td.TdClassName
{
border-color: #BE5D2C;
}
.TagClassName
{
border-color: #BE5D2C;
}
</style>