Shades of Smoke Tree #BE683F
Tints of Smoke Tree #BE683F
RGB
CMYK
RGB Variations
Color information
#BE683F (or 0xBE683F) is known color: Smoke Tree. HEX triplet: BE, 68 and 3F. RGB value is (190,104,63). Sum of RGB (Red+Green+Blue) = 190+104+63=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE683F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE683F is #4197C0. Grayscale: #7D7D7D. Windows color (decimal): -4298689 or 4155582. OLE color: 4155582.
HSL color Cylindrical-coordinate representation of color #BE683F: hue angle of 19.37º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE683F is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 63 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.25 |
| HSL | 19.37º | 0.5% | 0.5% | - |
| HSV(B) | 19.37º | 0.67% | 0.75% | - |
| XYZ | 27.08 | 21.21 | 7.37 | - |
| YUV | 125.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 63 | 0 | 0.45 | 0.67 | 0.25 | 19.37 | 0.5 | 0.5 |
| Hex | BE | 68 | 3F | 0 | 2D | 43 | 19 | 13 | 32 | 32 |
| Octal | 276 | 150 | 77 | 0 | 55 | 103 | 31 | 23 | 62 | 62 |
| Binary | 10111110 | 1101000 | 111111 | 0 | 101101 | 1000011 | 11001 | 10011 | 110010 | 110010 |
Color Harmonies of #BE683F
Complementary color
Monochromatic Colors of #BE683F
Black with #BE683F
Text Example
Text Example
White with #BE683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE683F; }
p { color: rgb(190,104,63); }
H1.HeaderClassName
{
color: #BE683F;
}
.AnyTagClassName
{
color: #BE683F;
}
</style>
background-color css
<style>
a { background-color: #BE683F; }
a { background-color: rgb(190,104,63); }
div.DivClassName
{
background-color: #BE683F;
}
.BgClassName
{
background-color: #BE683F;
}
</style>
border-color css
<style>
span { border-color: #BE683F; }
span { border-color: rgb(190,104,63); }
td.TdClassName
{
border-color: #BE683F;
}
.TagClassName
{
border-color: #BE683F;
}
</style>