#BEA471

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

Shades of Fallow #BEA471

Tints of Fallow #BEA471

Color information

#BEA471 (or 0xBEA471) is unknown color: approx Fallow. HEX triplet: BE, A4 and 71. RGB value is (190,164,113). Sum of RGB (Red+Green+Blue) = 190+164+113=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA471 is #415B8E. Grayscale: #A6A6A6. Windows color (decimal): -4283279 or 7447742. OLE color: 7447742.

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

Color convert

RGB190164113-
CMYK00.140.410.25
HSL39.74º37.2%59.41%-
HSV(B)39.74º40.53%74.51%-
XYZ37.4938.6921.11-
YUV165.9698.11145.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 113 (44.53% from 255) = 24.20%
R=40.69%
G=35.12%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016411300.140.410.2539.7437.259.41
HexBEA4710E291928253b
Octal2762441610165131504573
Binary101111101010010011100010111010100111001101000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA471; }

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

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

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

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

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

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

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

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