Shades of Smoke Tree #BE653D
Tints of Smoke Tree #BE653D
RGB
CMYK
RGB Variations
Color information
#BE653D (or 0xBE653D) is known color: Smoke Tree. HEX triplet: BE, 65 and 3D. RGB value is (190,101,61). Sum of RGB (Red+Green+Blue) = 190+101+61=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE653D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE653D is #419AC2. Grayscale: #7B7B7B. Windows color (decimal): -4299459 or 4023742. OLE color: 4023742.
HSL color Cylindrical-coordinate representation of color #BE653D: hue angle of 18.6º 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 #BE653D is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 61 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.25 |
| HSL | 18.6º | 0.51% | 0.49% | - |
| HSV(B) | 18.6º | 0.68% | 0.75% | - |
| XYZ | 26.73 | 20.59 | 6.98 | - |
| YUV | 123.05 | 92.99 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 61 | 0 | 0.47 | 0.68 | 0.25 | 18.6 | 0.51 | 0.49 |
| Hex | BE | 65 | 3D | 0 | 2F | 44 | 19 | 13 | 33 | 31 |
| Octal | 276 | 145 | 75 | 0 | 57 | 104 | 31 | 23 | 63 | 61 |
| Binary | 10111110 | 1100101 | 111101 | 0 | 101111 | 1000100 | 11001 | 10011 | 110011 | 110001 |
Color Harmonies of #BE653D
Complementary color
Monochromatic Colors of #BE653D
Black with #BE653D
Text Example
Text Example
White with #BE653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE653D; }
p { color: rgb(190,101,61); }
H1.HeaderClassName
{
color: #BE653D;
}
.AnyTagClassName
{
color: #BE653D;
}
</style>
background-color css
<style>
a { background-color: #BE653D; }
a { background-color: rgb(190,101,61); }
div.DivClassName
{
background-color: #BE653D;
}
.BgClassName
{
background-color: #BE653D;
}
</style>
border-color css
<style>
span { border-color: #BE653D; }
span { border-color: rgb(190,101,61); }
td.TdClassName
{
border-color: #BE653D;
}
.TagClassName
{
border-color: #BE653D;
}
</style>