#BE5E36

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

Shades of Smoke Tree #BE5E36

Tints of Smoke Tree #BE5E36

Color information

#BE5E36 (or 0xBE5E36) is unknown color: approx Smoke Tree. HEX triplet: BE, 5E and 36. RGB value is (190,94,54). Sum of RGB (Red+Green+Blue) = 190+94+54=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E36 is #41A1C9. Grayscale: #767676. Windows color (decimal): -4301258 or 3563198. OLE color: 3563198.

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

Color convert

RGB1909454-
CMYK00.510.720.25
HSL17.65º55.74%47.84%-
HSV(B)17.65º71.58%74.51%-
XYZ25.919.225.83-
YUV118.1491.8179.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.21%
GREEN value IS 94 (37.11% from 255) = 27.81%
BLUE value IS 54 (21.48% from 255) = 15.98%
R=56.21%
G=27.81%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190945400.510.720.2517.6555.7447.84
HexBE5E360334819123830
Octal2761366606311031227060
Binary101111101011110110110011001110010001100110010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5E36; }

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

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

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

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

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

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

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

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