#BEA06F

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

Shades of Fallow #BEA06F

Tints of Fallow #BEA06F

Color information

#BEA06F (or 0xBEA06F) is unknown color: approx Fallow. HEX triplet: BE, A0 and 6F. RGB value is (190,160,111). Sum of RGB (Red+Green+Blue) = 190+160+111=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA06F is #415F90. Grayscale: #A3A3A3. Windows color (decimal): -4284305 or 7315646. OLE color: 7315646.

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

Color convert

RGB190160111-
CMYK00.160.420.25
HSL37.22º37.8%59.02%-
HSV(B)37.22º41.58%74.51%-
XYZ36.6837.2420.29-
YUV163.3898.44146.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 111 (43.75% from 255) = 24.08%
R=41.21%
G=34.71%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016011100.160.420.2537.2237.859.02
HexBEA06F0102A1925263b
Octal2762401570205231454673
Binary1011111010100000110111101000010101011001100101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA06F; }

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

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

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

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

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

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

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

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