Shades of Smoke Tree #BE5A2D
Tints of Smoke Tree #BE5A2D
RGB
CMYK
RGB Variations
Color information
#BE5A2D (or 0xBE5A2D) is known color: Smoke Tree. HEX triplet: BE, 5A and 2D. RGB value is (190,90,45). Sum of RGB (Red+Green+Blue) = 190+90+45=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A2D is #41A5D2. Grayscale: #737373. Windows color (decimal): -4302291 or 2972350. OLE color: 2972350.
HSL color Cylindrical-coordinate representation of color #BE5A2D: hue angle of 18.62º 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 #BE5A2D is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 45 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.25 |
| HSL | 18.62º | 0.62% | 0.46% | - |
| HSV(B) | 18.62º | 0.76% | 0.75% | - |
| XYZ | 25.37 | 18.45 | 4.71 | - |
| YUV | 114.77 | 88.63 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 45 | 0 | 0.53 | 0.76 | 0.25 | 18.62 | 0.62 | 0.46 |
| Hex | BE | 5A | 2D | 0 | 35 | 4C | 19 | 13 | 3E | 2E |
| Octal | 276 | 132 | 55 | 0 | 65 | 114 | 31 | 23 | 76 | 56 |
| Binary | 10111110 | 1011010 | 101101 | 0 | 110101 | 1001100 | 11001 | 10011 | 111110 | 101110 |
Color Harmonies of #BE5A2D
Complementary color
Monochromatic Colors of #BE5A2D
Black with #BE5A2D
Text Example
Text Example
White with #BE5A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5A2D; }
p { color: rgb(190,90,45); }
H1.HeaderClassName
{
color: #BE5A2D;
}
.AnyTagClassName
{
color: #BE5A2D;
}
</style>
background-color css
<style>
a { background-color: #BE5A2D; }
a { background-color: rgb(190,90,45); }
div.DivClassName
{
background-color: #BE5A2D;
}
.BgClassName
{
background-color: #BE5A2D;
}
</style>
border-color css
<style>
span { border-color: #BE5A2D; }
span { border-color: rgb(190,90,45); }
td.TdClassName
{
border-color: #BE5A2D;
}
.TagClassName
{
border-color: #BE5A2D;
}
</style>