#BE5931

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

Shades of Smoke Tree #BE5931

Tints of Smoke Tree #BE5931

Color information

#BE5931 (or 0xBE5931) is unknown color: approx Smoke Tree. HEX triplet: BE, 59 and 31. RGB value is (190,89,49). Sum of RGB (Red+Green+Blue) = 190+89+49=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5931 is #41A6CE. Grayscale: #727272. Windows color (decimal): -4302543 or 3234238. OLE color: 3234238.

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

Color convert

RGB1908949-
CMYK00.530.740.25
HSL17.02º59%46.86%-
HSV(B)17.02º74.21%74.51%-
XYZ25.3618.315.1-
YUV114.6490.96181.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.93%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 49 (19.53% from 255) = 14.94%
R=57.93%
G=27.13%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190894900.530.740.2517.025946.86
HexBE59310354A19113b2f
Octal2761316106511231217357
Binary101111101011001110001011010110010101100110001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5931; }

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

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

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

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

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

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

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

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