#BEA16F

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

Shades of Fallow #BEA16F

Tints of Fallow #BEA16F

Color information

#BEA16F (or 0xBEA16F) is unknown color: approx Fallow. HEX triplet: BE, A1 and 6F. RGB value is (190,161,111). Sum of RGB (Red+Green+Blue) = 190+161+111=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA16F is #415E90. Grayscale: #A4A4A4. Windows color (decimal): -4284049 or 7315902. OLE color: 7315902.

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

Color convert

RGB190161111-
CMYK00.150.420.25
HSL37.97º37.8%59.02%-
HSV(B)37.97º41.58%74.51%-
XYZ36.8537.5820.35-
YUV163.9798.11146.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 161 (63.28% from 255) = 34.85%
BLUE value IS 111 (43.75% from 255) = 24.03%
R=41.13%
G=34.85%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016111100.150.420.2537.9737.859.02
HexBEA16F0F2A1926263b
Octal2762411570175231464673
Binary101111101010000111011110111110101011001100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA16F; }

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

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

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

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

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

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

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

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