#BE5A29

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

Shades of Smoke Tree #BE5A29

Tints of Smoke Tree #BE5A29

Color information

#BE5A29 (or 0xBE5A29) is unknown color: approx Smoke Tree. HEX triplet: BE, 5A and 29. RGB value is (190,90,41). Sum of RGB (Red+Green+Blue) = 190+90+41=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A29 is #41A5D6. Grayscale: #727272. Windows color (decimal): -4302295 or 2710206. OLE color: 2710206.

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

Color convert

RGB1909041-
CMYK00.530.780.25
HSL19.73º64.5%45.29%-
HSV(B)19.73º78.42%74.51%-
XYZ25.2918.424.32-
YUV114.3186.63181.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.19%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 41 (16.41% from 255) = 12.77%
R=59.19%
G=28.04%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190904100.530.780.2519.7364.545.29
HexBE5A290354E1914412d
Octal27613251065116312410155
Binary1011111010110101010010110101100111011001101001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A29; }

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

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

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

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

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

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

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

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