#BEA56F

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

Shades of Fallow #BEA56F

Tints of Fallow #BEA56F

Color information

#BEA56F (or 0xBEA56F) is unknown color: approx Fallow. HEX triplet: BE, A5 and 6F. RGB value is (190,165,111). Sum of RGB (Red+Green+Blue) = 190+165+111=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA56F is #415A90. Grayscale: #A6A6A6. Windows color (decimal): -4283025 or 7316926. OLE color: 7316926.

HSL color Cylindrical-coordinate representation of color #BEA56F: hue angle of 41.01º 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 #BEA56F is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB190165111-
CMYK00.130.420.25
HSL41.01º37.8%59.02%-
HSV(B)41.01º41.58%74.51%-
XYZ37.5639.0120.59-
YUV166.3296.78144.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 165 (64.84% from 255) = 35.41%
BLUE value IS 111 (43.75% from 255) = 23.82%
R=40.77%
G=35.41%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016511100.130.420.2541.0137.859.02
HexBEA56F0D2A1929263b
Octal2762451570155231514673
Binary101111101010010111011110110110101011001101001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA56F; }

 p { color: rgb(190,165,111); }

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

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

 a { background-color: rgb(190,165,111); }

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

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

 span { border-color: rgb(190,165,111); }

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