#BE6438

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

Shades of Smoke Tree #BE6438

Tints of Smoke Tree #BE6438

Color information

#BE6438 (or 0xBE6438) is unknown color: approx Smoke Tree. HEX triplet: BE, 64 and 38. RGB value is (190,100,56). Sum of RGB (Red+Green+Blue) = 190+100+56=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6438 is #419BC7. Grayscale: #7A7A7A. Windows color (decimal): -4299720 or 3695806. OLE color: 3695806.

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

Color convert

RGB19010056-
CMYK00.470.710.25
HSL19.7º54.47%48.24%-
HSV(B)19.7º70.53%74.51%-
XYZ26.5120.356.27-
YUV121.8990.82176.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.91%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 56 (22.27% from 255) = 16.18%
R=54.91%
G=28.90%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901005600.470.710.2519.754.4748.24
HexBE643802F4719143630
Octal2761447005710731246660
Binary101111101100100111000010111110001111100110100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6438; }

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

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

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

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

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

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

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

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