#BE5E3B

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

Shades of Smoke Tree #BE5E3B

Tints of Smoke Tree #BE5E3B

Color information

#BE5E3B (or 0xBE5E3B) is unknown color: approx Smoke Tree. HEX triplet: BE, 5E and 3B. RGB value is (190,94,59). Sum of RGB (Red+Green+Blue) = 190+94+59=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E3B is #41A1C4. Grayscale: #767676. Windows color (decimal): -4301253 or 3890878. OLE color: 3890878.

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

Color convert

RGB1909459-
CMYK00.510.690.25
HSL16.03º52.61%48.82%-
HSV(B)16.03º68.95%74.51%-
XYZ26.0319.276.49-
YUV118.7194.3178.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.39%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 59 (23.44% from 255) = 17.20%
R=55.39%
G=27.41%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190945900.510.690.2516.0352.6148.82
HexBE5E3B0334519103531
Octal2761367306310531206561
Binary101111101011110111011011001110001011100110000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5E3B; }

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

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

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

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

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

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

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

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