#BE5D32

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

Shades of Smoke Tree #BE5D32

Tints of Smoke Tree #BE5D32

Color information

#BE5D32 (or 0xBE5D32) is unknown color: approx Smoke Tree. HEX triplet: BE, 5D and 32. RGB value is (190,93,50). Sum of RGB (Red+Green+Blue) = 190+93+50=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D32 is #41A2CD. Grayscale: #757575. Windows color (decimal): -4301518 or 3300798. OLE color: 3300798.

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

Color convert

RGB1909350-
CMYK00.510.740.25
HSL18.43º58.33%47.06%-
HSV(B)18.43º73.68%74.51%-
XYZ25.7319.015.33-
YUV117.190.14180-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.06%
GREEN value IS 93 (36.72% from 255) = 27.93%
BLUE value IS 50 (19.92% from 255) = 15.02%
R=57.06%
G=27.93%
B=15.02%

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
Decimal190935000.510.740.2518.4358.3347.06
HexBE5D320334A19123a2f
Octal2761356206311231227257
Binary101111101011101110010011001110010101100110010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5D32; }

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

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

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

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

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

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

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

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