#BE5A2F

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

Shades of Smoke Tree #BE5A2F

Tints of Smoke Tree #BE5A2F

Color information

#BE5A2F (or 0xBE5A2F) is unknown color: approx Smoke Tree. HEX triplet: BE, 5A and 2F. RGB value is (190,90,47). Sum of RGB (Red+Green+Blue) = 190+90+47=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A2F is #41A5D0. Grayscale: #737373. Windows color (decimal): -4302289 or 3103422. OLE color: 3103422.

HSL color Cylindrical-coordinate representation of color #BE5A2F: hue angle of 18.04º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE5A2F is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1909047-
CMYK00.530.750.25
HSL18.04º60.34%46.47%-
HSV(B)18.04º75.26%74.51%-
XYZ25.418.464.91-
YUV11589.63181.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.10%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 47 (18.75% from 255) = 14.37%
R=58.10%
G=27.52%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190904700.530.750.2518.0460.3446.47
HexBE5A2F0354B19123c2e
Octal2761325706511331227456
Binary101111101011010101111011010110010111100110010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A2F; }

 p { color: rgb(190,90,47); }

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

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

 a { background-color: rgb(190,90,47); }

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

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

 span { border-color: rgb(190,90,47); }

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