#BE986F

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

Shades of Fallow #BE986F

Tints of Fallow #BE986F

Color information

#BE986F (or 0xBE986F) is unknown color: approx Fallow. HEX triplet: BE, 98 and 6F. RGB value is (190,152,111). Sum of RGB (Red+Green+Blue) = 190+152+111=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE986F is #416790. Grayscale: #9E9E9E. Windows color (decimal): -4286353 or 7313598. OLE color: 7313598.

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

Color convert

RGB190152111-
CMYK00.20.420.25
HSL31.14º37.8%59.02%-
HSV(B)31.14º41.58%74.51%-
XYZ35.3334.5519.85-
YUV158.69101.09150.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 152 (59.77% from 255) = 33.55%
BLUE value IS 111 (43.75% from 255) = 24.50%
R=41.94%
G=33.55%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015211100.20.420.2531.1437.859.02
HexBE986F0142A191f263b
Octal2762301570245231374673
Binary101111101001100011011110101001010101100111111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE986F; }

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

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

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

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

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

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

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

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