Shades of Smoke Tree #BE5D3C
Tints of Smoke Tree #BE5D3C
RGB
CMYK
RGB Variations
Color information
#BE5D3C (or 0xBE5D3C) is known color: Smoke Tree. HEX triplet: BE, 5D and 3C. RGB value is (190,93,60). Sum of RGB (Red+Green+Blue) = 190+93+60=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D3C is #41A2C3. Grayscale: #767676. Windows color (decimal): -4301508 or 3956158. OLE color: 3956158.
HSL color Cylindrical-coordinate representation of color #BE5D3C: hue angle of 15.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE5D3C is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 60 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.25 |
| HSL | 15.23º | 0.52% | 0.49% | - |
| HSV(B) | 15.23º | 0.68% | 0.75% | - |
| XYZ | 25.97 | 19.1 | 6.59 | - |
| YUV | 118.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 60 | 0 | 0.51 | 0.68 | 0.25 | 15.23 | 0.52 | 0.49 |
| Hex | BE | 5D | 3C | 0 | 33 | 44 | 19 | F | 34 | 31 |
| Octal | 276 | 135 | 74 | 0 | 63 | 104 | 31 | 17 | 64 | 61 |
| Binary | 10111110 | 1011101 | 111100 | 0 | 110011 | 1000100 | 11001 | 1111 | 110100 | 110001 |
Color Harmonies of #BE5D3C
Complementary color
Monochromatic Colors of #BE5D3C
Black with #BE5D3C
Text Example
Text Example
White with #BE5D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D3C; }
p { color: rgb(190,93,60); }
H1.HeaderClassName
{
color: #BE5D3C;
}
.AnyTagClassName
{
color: #BE5D3C;
}
</style>
background-color css
<style>
a { background-color: #BE5D3C; }
a { background-color: rgb(190,93,60); }
div.DivClassName
{
background-color: #BE5D3C;
}
.BgClassName
{
background-color: #BE5D3C;
}
</style>
border-color css
<style>
span { border-color: #BE5D3C; }
span { border-color: rgb(190,93,60); }
td.TdClassName
{
border-color: #BE5D3C;
}
.TagClassName
{
border-color: #BE5D3C;
}
</style>