#BE9471

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

Shades of Fallow #BE9471

Tints of Fallow #BE9471

Color information

#BE9471 (or 0xBE9471) is unknown color: approx Fallow. HEX triplet: BE, 94 and 71. RGB value is (190,148,113). Sum of RGB (Red+Green+Blue) = 190+148+113=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9471 is #416B8E. Grayscale: #9C9C9C. Windows color (decimal): -4287375 or 7443646. OLE color: 7443646.

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

Color convert

RGB190148113-
CMYK00.220.410.25
HSL27.27º37.2%59.41%-
HSV(B)27.27º40.53%74.51%-
XYZ34.8133.3220.22-
YUV156.57103.41151.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=42.13%
G=32.82%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014811300.220.410.2527.2737.259.41
HexBE947101629191b253b
Octal2762241610265131334573
Binary101111101001010011100010101101010011100111011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9471; }

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

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

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

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

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

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

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

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