Shades of Smoke Tree #BE5E2D
Tints of Smoke Tree #BE5E2D
RGB
CMYK
RGB Variations
Color information
#BE5E2D (or 0xBE5E2D) is known color: Smoke Tree. HEX triplet: BE, 5E and 2D. RGB value is (190,94,45). Sum of RGB (Red+Green+Blue) = 190+94+45=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E2D is #41A1D2. Grayscale: #757575. Windows color (decimal): -4301267 or 2973374. OLE color: 2973374.
HSL color Cylindrical-coordinate representation of color #BE5E2D: hue angle of 20.28º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE5E2D is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 94 | 45 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.25 |
| HSL | 20.28º | 0.62% | 0.46% | - |
| HSV(B) | 20.28º | 0.76% | 0.75% | - |
| XYZ | 25.71 | 19.14 | 4.82 | - |
| YUV | 117.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 45 | 0 | 0.51 | 0.76 | 0.25 | 20.28 | 0.62 | 0.46 |
| Hex | BE | 5E | 2D | 0 | 33 | 4C | 19 | 14 | 3E | 2E |
| Octal | 276 | 136 | 55 | 0 | 63 | 114 | 31 | 24 | 76 | 56 |
| Binary | 10111110 | 1011110 | 101101 | 0 | 110011 | 1001100 | 11001 | 10100 | 111110 | 101110 |
Color Harmonies of #BE5E2D
Complementary color
Monochromatic Colors of #BE5E2D
Black with #BE5E2D
Text Example
Text Example
White with #BE5E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5E2D; }
p { color: rgb(190,94,45); }
H1.HeaderClassName
{
color: #BE5E2D;
}
.AnyTagClassName
{
color: #BE5E2D;
}
</style>
background-color css
<style>
a { background-color: #BE5E2D; }
a { background-color: rgb(190,94,45); }
div.DivClassName
{
background-color: #BE5E2D;
}
.BgClassName
{
background-color: #BE5E2D;
}
</style>
border-color css
<style>
span { border-color: #BE5E2D; }
span { border-color: rgb(190,94,45); }
td.TdClassName
{
border-color: #BE5E2D;
}
.TagClassName
{
border-color: #BE5E2D;
}
</style>