#BE643C

Color #BE643C Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #BE643C

Tints of Smoke Tree #BE643C

Color information

#BE643C (or 0xBE643C) is unknown color: approx 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

RGB19010060-
CMYK00.470.680.25
HSL18.46º52%49.02%-
HSV(B)18.46º68.42%74.51%-
XYZ26.6120.396.81-
YUV122.3592.82176.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 54.29%
GREEN value IS 100 (39.45% from 255) = 28.57%
BLUE value IS 60 (23.83% from 255) = 17.14%
R=54.29%
G=28.57%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901006000.470.680.2518.465249.02
HexBE643C02F4419123431
Octal2761447405710431226461
Binary101111101100100111100010111110001001100110010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE643C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>