#BE5D31

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

Shades of Smoke Tree #BE5D31

Tints of Smoke Tree #BE5D31

Color information

#BE5D31 (or 0xBE5D31) is unknown color: approx Smoke Tree. HEX triplet: BE, 5D and 31. RGB value is (190,93,49). Sum of RGB (Red+Green+Blue) = 190+93+49=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D31 is #41A2CE. Grayscale: #757575. Windows color (decimal): -4301519 or 3235262. OLE color: 3235262.

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

Color convert

RGB1909349-
CMYK00.510.740.25
HSL18.72º59%46.86%-
HSV(B)18.72º74.21%74.51%-
XYZ25.7195.22-
YUV116.9989.64180.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.23%
GREEN value IS 93 (36.72% from 255) = 28.01%
BLUE value IS 49 (19.53% from 255) = 14.76%
R=57.23%
G=28.01%
B=14.76%

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
Decimal190934900.510.740.2518.725946.86
HexBE5D310334A19133b2f
Octal2761356106311231237357
Binary101111101011101110001011001110010101100110011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5D31; }

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

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

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

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

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

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

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

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