#BE6440

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

Shades of Smoke Tree #BE6440

Tints of Smoke Tree #BE6440

Color information

#BE6440 (or 0xBE6440) is unknown color: approx Smoke Tree. HEX triplet: BE, 64 and 40. RGB value is (190,100,64). Sum of RGB (Red+Green+Blue) = 190+100+64=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6440 is #419BBF. Grayscale: #7B7B7B. Windows color (decimal): -4299712 or 4220094. OLE color: 4220094.

HSL color Cylindrical-coordinate representation of color #BE6440: hue angle of 17.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE6440 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19010064-
CMYK00.470.660.25
HSL17.14º49.61%49.8%-
HSV(B)17.14º66.32%74.51%-
XYZ26.7220.437.39-
YUV122.8194.82175.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.67%
GREEN value IS 100 (39.45% from 255) = 28.25%
BLUE value IS 64 (25.39% from 255) = 18.08%
R=53.67%
G=28.25%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901006400.470.660.2517.1449.6149.8
HexBE644002F4219113232
Octal27614410005710231216262
Binary1011111011001001000000010111110000101100110001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6440; }

 p { color: rgb(190,100,64); }

 H1.HeaderClassName
 {
   color: #BE6440;
 }
 .AnyTagClassName
 {
   color: #BE6440;
 }
</style>
background-color css

<style>
 a { background-color: #BE6440; }

 a { background-color: rgb(190,100,64); }

 div.DivClassName
 {
   background-color: #BE6440;
 }
 .BgClassName
 {
   background-color: #BE6440;
 }
</style>
border-color css

<style>
 span { border-color: #BE6440; }

 span { border-color: rgb(190,100,64); }

 td.TdClassName
 {
   border-color: #BE6440;
 }
 .TagClassName
 {
   border-color: #BE6440;
 }
</style>