#BE653C

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

Shades of Smoke Tree #BE653C

Tints of Smoke Tree #BE653C

Color information

#BE653C (or 0xBE653C) is unknown color: approx Smoke Tree. HEX triplet: BE, 65 and 3C. RGB value is (190,101,60). Sum of RGB (Red+Green+Blue) = 190+101+60=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE653C is #419AC3. Grayscale: #7B7B7B. Windows color (decimal): -4299460 or 3958206. OLE color: 3958206.

HSL color Cylindrical-coordinate representation of color #BE653C: hue angle of 18.92º 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 #BE653C is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB19010160-
CMYK00.470.680.25
HSL18.92º52%49.02%-
HSV(B)18.92º68.42%74.51%-
XYZ26.720.586.84-
YUV122.9492.49175.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.13%
GREEN value IS 101 (39.84% from 255) = 28.77%
BLUE value IS 60 (23.83% from 255) = 17.09%
R=54.13%
G=28.77%
B=17.09%

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
Decimal1901016000.470.680.2518.925249.02
HexBE653C02F4419133431
Octal2761457405710431236461
Binary101111101100101111100010111110001001100110011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE653C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE653C; }

 p { color: rgb(190,101,60); }

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

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

 a { background-color: rgb(190,101,60); }

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

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

 span { border-color: rgb(190,101,60); }

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