#BEA46E

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

Shades of Fallow #BEA46E

Tints of Fallow #BEA46E

Color information

#BEA46E (or 0xBEA46E) is unknown color: approx Fallow. HEX triplet: BE, A4 and 6E. RGB value is (190,164,110). Sum of RGB (Red+Green+Blue) = 190+164+110=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA46E is #415B91. Grayscale: #A5A5A5. Windows color (decimal): -4283282 or 7251134. OLE color: 7251134.

HSL color Cylindrical-coordinate representation of color #BEA46E: hue angle of 40.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEA46E is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB190164110-
CMYK00.140.420.25
HSL40.5º38.1%58.82%-
HSV(B)40.5º42.11%74.51%-
XYZ37.3338.6220.24-
YUV165.6296.61145.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 110 (43.36% from 255) = 23.71%
R=40.95%
G=35.34%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016411000.140.420.2540.538.158.82
HexBEA46E0E2A1929263b
Octal2762441560165231514673
Binary101111101010010011011100111010101011001101001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA46E; }

 p { color: rgb(190,164,110); }

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

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

 a { background-color: rgb(190,164,110); }

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

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

 span { border-color: rgb(190,164,110); }

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