Shades of Smoke Tree #BE683D
Tints of Smoke Tree #BE683D
RGB
CMYK
RGB Variations
Color information
#BE683D (or 0xBE683D) is known color: Smoke Tree. HEX triplet: BE, 68 and 3D. RGB value is (190,104,61). Sum of RGB (Red+Green+Blue) = 190+104+61=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE683D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE683D is #4197C2. Grayscale: #7D7D7D. Windows color (decimal): -4298691 or 4024510. OLE color: 4024510.
HSL color Cylindrical-coordinate representation of color #BE683D: hue angle of 20º degrees, saturation: 0.51, 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 #BE683D is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 61 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.25 |
| HSL | 20º | 0.51% | 0.49% | - |
| HSV(B) | 20º | 0.68% | 0.75% | - |
| XYZ | 27.03 | 21.18 | 7.08 | - |
| YUV | 124.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 61 | 0 | 0.45 | 0.68 | 0.25 | 20 | 0.51 | 0.49 |
| Hex | BE | 68 | 3D | 0 | 2D | 44 | 19 | 14 | 33 | 31 |
| Octal | 276 | 150 | 75 | 0 | 55 | 104 | 31 | 24 | 63 | 61 |
| Binary | 10111110 | 1101000 | 111101 | 0 | 101101 | 1000100 | 11001 | 10100 | 110011 | 110001 |
Color Harmonies of #BE683D
Complementary color
Monochromatic Colors of #BE683D
Black with #BE683D
Text Example
Text Example
White with #BE683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE683D; }
p { color: rgb(190,104,61); }
H1.HeaderClassName
{
color: #BE683D;
}
.AnyTagClassName
{
color: #BE683D;
}
</style>
background-color css
<style>
a { background-color: #BE683D; }
a { background-color: rgb(190,104,61); }
div.DivClassName
{
background-color: #BE683D;
}
.BgClassName
{
background-color: #BE683D;
}
</style>
border-color css
<style>
span { border-color: #BE683D; }
span { border-color: rgb(190,104,61); }
td.TdClassName
{
border-color: #BE683D;
}
.TagClassName
{
border-color: #BE683D;
}
</style>