Shades of Smoke Tree #BE5D2D
Tints of Smoke Tree #BE5D2D
RGB
CMYK
RGB Variations
Color information
#BE5D2D (or 0xBE5D2D) is known color: Smoke Tree. HEX triplet: BE, 5D and 2D. RGB value is (190,93,45). Sum of RGB (Red+Green+Blue) = 190+93+45=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D2D is #41A2D2. Grayscale: #747474. Windows color (decimal): -4301523 or 2973118. OLE color: 2973118.
HSL color Cylindrical-coordinate representation of color #BE5D2D: hue angle of 19.86º 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 #BE5D2D is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 45 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.25 |
| HSL | 19.86º | 0.62% | 0.46% | - |
| HSV(B) | 19.86º | 0.76% | 0.75% | - |
| XYZ | 25.62 | 18.97 | 4.79 | - |
| YUV | 116.53 | 87.64 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 45 | 0 | 0.51 | 0.76 | 0.25 | 19.86 | 0.62 | 0.46 |
| Hex | BE | 5D | 2D | 0 | 33 | 4C | 19 | 14 | 3E | 2E |
| Octal | 276 | 135 | 55 | 0 | 63 | 114 | 31 | 24 | 76 | 56 |
| Binary | 10111110 | 1011101 | 101101 | 0 | 110011 | 1001100 | 11001 | 10100 | 111110 | 101110 |
Color Harmonies of #BE5D2D
Complementary color
Monochromatic Colors of #BE5D2D
Black with #BE5D2D
Text Example
Text Example
White with #BE5D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D2D; }
p { color: rgb(190,93,45); }
H1.HeaderClassName
{
color: #BE5D2D;
}
.AnyTagClassName
{
color: #BE5D2D;
}
</style>
background-color css
<style>
a { background-color: #BE5D2D; }
a { background-color: rgb(190,93,45); }
div.DivClassName
{
background-color: #BE5D2D;
}
.BgClassName
{
background-color: #BE5D2D;
}
</style>
border-color css
<style>
span { border-color: #BE5D2D; }
span { border-color: rgb(190,93,45); }
td.TdClassName
{
border-color: #BE5D2D;
}
.TagClassName
{
border-color: #BE5D2D;
}
</style>