Shades of Smoke Tree #BE643E
Tints of Smoke Tree #BE643E
RGB
CMYK
RGB Variations
Color information
#BE643E (or 0xBE643E) is known color: Smoke Tree. HEX triplet: BE, 64 and 3E. RGB value is (190,100,62). Sum of RGB (Red+Green+Blue) = 190+100+62=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE643E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE643E is #419BC1. Grayscale: #7A7A7A. Windows color (decimal): -4299714 or 4089022. OLE color: 4089022.
HSL color Cylindrical-coordinate representation of color #BE643E: hue angle of 17.81º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE643E is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 62 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.25 |
| HSL | 17.81º | 0.51% | 0.49% | - |
| HSV(B) | 17.81º | 0.67% | 0.75% | - |
| XYZ | 26.66 | 20.41 | 7.09 | - |
| YUV | 122.58 | 93.82 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 62 | 0 | 0.47 | 0.67 | 0.25 | 17.81 | 0.51 | 0.49 |
| Hex | BE | 64 | 3E | 0 | 2F | 43 | 19 | 12 | 33 | 31 |
| Octal | 276 | 144 | 76 | 0 | 57 | 103 | 31 | 22 | 63 | 61 |
| Binary | 10111110 | 1100100 | 111110 | 0 | 101111 | 1000011 | 11001 | 10010 | 110011 | 110001 |
Color Harmonies of #BE643E
Complementary color
Monochromatic Colors of #BE643E
Black with #BE643E
Text Example
Text Example
White with #BE643E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE643E; }
p { color: rgb(190,100,62); }
H1.HeaderClassName
{
color: #BE643E;
}
.AnyTagClassName
{
color: #BE643E;
}
</style>
background-color css
<style>
a { background-color: #BE643E; }
a { background-color: rgb(190,100,62); }
div.DivClassName
{
background-color: #BE643E;
}
.BgClassName
{
background-color: #BE643E;
}
</style>
border-color css
<style>
span { border-color: #BE643E; }
span { border-color: rgb(190,100,62); }
td.TdClassName
{
border-color: #BE643E;
}
.TagClassName
{
border-color: #BE643E;
}
</style>