Shades of Smoke Tree #BE6439
Tints of Smoke Tree #BE6439
RGB
CMYK
RGB Variations
Color information
#BE6439 (or 0xBE6439) is known color: Smoke Tree. HEX triplet: BE, 64 and 39. RGB value is (190,100,57). Sum of RGB (Red+Green+Blue) = 190+100+57=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6439 is #419BC6. Grayscale: #7A7A7A. Windows color (decimal): -4299719 or 3761342. OLE color: 3761342.
HSL color Cylindrical-coordinate representation of color #BE6439: hue angle of 19.4º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE6439 is Cyan = 0, Magento = 0.47, Yellow = 0.7 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 57 | - |
| CMYK | 0 | 0.47 | 0.7 | 0.25 |
| HSL | 19.4º | 0.54% | 0.48% | - |
| HSV(B) | 19.4º | 0.7% | 0.75% | - |
| XYZ | 26.53 | 20.36 | 6.4 | - |
| YUV | 122.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 57 | 0 | 0.47 | 0.7 | 0.25 | 19.4 | 0.54 | 0.48 |
| Hex | BE | 64 | 39 | 0 | 2F | 46 | 19 | 13 | 36 | 30 |
| Octal | 276 | 144 | 71 | 0 | 57 | 106 | 31 | 23 | 66 | 60 |
| Binary | 10111110 | 1100100 | 111001 | 0 | 101111 | 1000110 | 11001 | 10011 | 110110 | 110000 |
Color Harmonies of #BE6439
Complementary color
Monochromatic Colors of #BE6439
Black with #BE6439
Text Example
Text Example
White with #BE6439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6439; }
p { color: rgb(190,100,57); }
H1.HeaderClassName
{
color: #BE6439;
}
.AnyTagClassName
{
color: #BE6439;
}
</style>
background-color css
<style>
a { background-color: #BE6439; }
a { background-color: rgb(190,100,57); }
div.DivClassName
{
background-color: #BE6439;
}
.BgClassName
{
background-color: #BE6439;
}
</style>
border-color css
<style>
span { border-color: #BE6439; }
span { border-color: rgb(190,100,57); }
td.TdClassName
{
border-color: #BE6439;
}
.TagClassName
{
border-color: #BE6439;
}
</style>