#BE5E32

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

Shades of Smoke Tree #BE5E32

Tints of Smoke Tree #BE5E32

Color information

#BE5E32 (or 0xBE5E32) is unknown color: approx Smoke Tree. HEX triplet: BE, 5E and 32. RGB value is (190,94,50). Sum of RGB (Red+Green+Blue) = 190+94+50=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E32 is #41A1CD. Grayscale: #757575. Windows color (decimal): -4301262 or 3301054. OLE color: 3301054.

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

Color convert

RGB1909450-
CMYK00.510.740.25
HSL18.86º58.33%47.06%-
HSV(B)18.86º73.68%74.51%-
XYZ25.8119.185.36-
YUV117.6989.8179.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.89%
GREEN value IS 94 (37.11% from 255) = 28.14%
BLUE value IS 50 (19.92% from 255) = 14.97%
R=56.89%
G=28.14%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190945000.510.740.2518.8658.3347.06
HexBE5E320334A19133a2f
Octal2761366206311231237257
Binary101111101011110110010011001110010101100110011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5E32; }

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

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

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

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

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

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

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

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