#BE653B

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

Shades of Smoke Tree #BE653B

Tints of Smoke Tree #BE653B

Color information

#BE653B (or 0xBE653B) is unknown color: approx Smoke Tree. HEX triplet: BE, 65 and 3B. RGB value is (190,101,59). Sum of RGB (Red+Green+Blue) = 190+101+59=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE653B is #419AC4. Grayscale: #7B7B7B. Windows color (decimal): -4299461 or 3892670. OLE color: 3892670.

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

Color convert

RGB19010159-
CMYK00.470.690.25
HSL19.24º52.61%48.82%-
HSV(B)19.24º68.95%74.51%-
XYZ26.6820.576.7-
YUV122.8291.99175.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.29%
GREEN value IS 101 (39.84% from 255) = 28.86%
BLUE value IS 59 (23.44% from 255) = 16.86%
R=54.29%
G=28.86%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901015900.470.690.2519.2452.6148.82
HexBE653B02F4519133531
Octal2761457305710531236561
Binary101111101100101111011010111110001011100110011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE653B; }

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

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

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

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

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

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

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

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