#BE5934

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

Shades of Smoke Tree #BE5934

Tints of Smoke Tree #BE5934

Color information

#BE5934 (or 0xBE5934) is unknown color: approx Smoke Tree. HEX triplet: BE, 59 and 34. RGB value is (190,89,52). Sum of RGB (Red+Green+Blue) = 190+89+52=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5934 is #41A6CB. Grayscale: #737373. Windows color (decimal): -4302540 or 3430846. OLE color: 3430846.

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

Color convert

RGB1908952-
CMYK00.530.730.25
HSL16.09º57.02%47.45%-
HSV(B)16.09º72.63%74.51%-
XYZ25.4318.345.45-
YUV114.9892.46181.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.40%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 52 (20.70% from 255) = 15.71%
R=57.40%
G=26.89%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190895200.530.730.2516.0957.0247.45
HexBE5934035491910392f
Octal2761316406511131207157
Binary101111101011001110100011010110010011100110000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5934; }

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

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

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

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

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

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

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

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