Shades of Smoke Tree #BE643C
Tints of Smoke Tree #BE643C
RGB
CMYK
RGB Variations
Color information
#BE643C (or 0xBE643C) is known color: Smoke Tree. HEX triplet: BE, 64 and 3C. RGB value is (190,100,60). Sum of RGB (Red+Green+Blue) = 190+100+60=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE643C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE643C is #419BC3. Grayscale: #7A7A7A. Windows color (decimal): -4299716 or 3957950. OLE color: 3957950.
HSL color Cylindrical-coordinate representation of color #BE643C: hue angle of 18.46º degrees, saturation: 0.52, 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 #BE643C is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 60 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.25 |
| HSL | 18.46º | 0.52% | 0.49% | - |
| HSV(B) | 18.46º | 0.68% | 0.75% | - |
| XYZ | 26.61 | 20.39 | 6.81 | - |
| YUV | 122.35 | 92.82 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 60 | 0 | 0.47 | 0.68 | 0.25 | 18.46 | 0.52 | 0.49 |
| Hex | BE | 64 | 3C | 0 | 2F | 44 | 19 | 12 | 34 | 31 |
| Octal | 276 | 144 | 74 | 0 | 57 | 104 | 31 | 22 | 64 | 61 |
| Binary | 10111110 | 1100100 | 111100 | 0 | 101111 | 1000100 | 11001 | 10010 | 110100 | 110001 |
Color Harmonies of #BE643C
Complementary color
Monochromatic Colors of #BE643C
Black with #BE643C
Text Example
Text Example
White with #BE643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE643C; }
p { color: rgb(190,100,60); }
H1.HeaderClassName
{
color: #BE643C;
}
.AnyTagClassName
{
color: #BE643C;
}
</style>
background-color css
<style>
a { background-color: #BE643C; }
a { background-color: rgb(190,100,60); }
div.DivClassName
{
background-color: #BE643C;
}
.BgClassName
{
background-color: #BE643C;
}
</style>
border-color css
<style>
span { border-color: #BE643C; }
span { border-color: rgb(190,100,60); }
td.TdClassName
{
border-color: #BE643C;
}
.TagClassName
{
border-color: #BE643C;
}
</style>