Shades of Smoke Tree #BE5E32
Tints of Smoke Tree #BE5E32
RGB
CMYK
RGB Variations
Color information
#BE5E32 (or 0xBE5E32) is known color: Smoke Tree. HEX triplet: BE, 5E and 32. RGB value is (190,94,50). Sum of RGB (Red+Green+Blue) = 190+94+50=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E32 is #41A1CD. Grayscale: #757575. Windows color (decimal): -4301262 or 3301054. OLE color: 3301054.
HSL color Cylindrical-coordinate representation of color #BE5E32: hue angle of 18.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE5E32 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 94 | 50 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.25 |
| HSL | 18.86º | 0.58% | 0.47% | - |
| HSV(B) | 18.86º | 0.74% | 0.75% | - |
| XYZ | 25.81 | 19.18 | 5.36 | - |
| YUV | 117.69 | 89.8 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 50 | 0 | 0.51 | 0.74 | 0.25 | 18.86 | 0.58 | 0.47 |
| Hex | BE | 5E | 32 | 0 | 33 | 4A | 19 | 13 | 3A | 2F |
| Octal | 276 | 136 | 62 | 0 | 63 | 112 | 31 | 23 | 72 | 57 |
| Binary | 10111110 | 1011110 | 110010 | 0 | 110011 | 1001010 | 11001 | 10011 | 111010 | 101111 |
Color Harmonies of #BE5E32
Complementary color
Monochromatic Colors of #BE5E32
Black with #BE5E32
Text Example
Text Example
White with #BE5E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5E32; }
p { color: rgb(190,94,50); }
H1.HeaderClassName
{
color: #BE5E32;
}
.AnyTagClassName
{
color: #BE5E32;
}
</style>
background-color css
<style>
a { background-color: #BE5E32; }
a { background-color: rgb(190,94,50); }
div.DivClassName
{
background-color: #BE5E32;
}
.BgClassName
{
background-color: #BE5E32;
}
</style>
border-color css
<style>
span { border-color: #BE5E32; }
span { border-color: rgb(190,94,50); }
td.TdClassName
{
border-color: #BE5E32;
}
.TagClassName
{
border-color: #BE5E32;
}
</style>