#BE9A63

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

Shades of Fallow #BE9A63

Tints of Fallow #BE9A63

Color information

#BE9A63 (or 0xBE9A63) is unknown color: approx Fallow. HEX triplet: BE, 9A and 63. RGB value is (190,154,99). Sum of RGB (Red+Green+Blue) = 190+154+99=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A63 is #41659C. Grayscale: #9E9E9E. Windows color (decimal): -4285853 or 6527678. OLE color: 6527678.

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

Color convert

RGB19015499-
CMYK00.190.480.25
HSL36.26º41.18%56.67%-
HSV(B)36.26º47.89%74.51%-
XYZ35.0434.9616.71-
YUV158.4994.43150.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 154 (60.55% from 255) = 34.76%
BLUE value IS 99 (39.06% from 255) = 22.35%
R=42.89%
G=34.76%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901549900.190.480.2536.2641.1856.67
HexBE9A630133019242939
Octal2762321430236031445171
Binary1011111010011010110001101001111000011001100100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A63; }

 p { color: rgb(190,154,99); }

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

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

 a { background-color: rgb(190,154,99); }

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

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

 span { border-color: rgb(190,154,99); }

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