#BE9E73

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

Shades of Fallow #BE9E73

Tints of Fallow #BE9E73

Color information

#BE9E73 (or 0xBE9E73) is unknown color: approx Fallow. HEX triplet: BE, 9E and 73. RGB value is (190,158,115). Sum of RGB (Red+Green+Blue) = 190+158+115=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E73 is #41618C. Grayscale: #A2A2A2. Windows color (decimal): -4284813 or 7577278. OLE color: 7577278.

HSL color Cylindrical-coordinate representation of color #BE9E73: hue angle of 34.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE9E73 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB190158115-
CMYK00.170.390.25
HSL34.4º36.59%59.8%-
HSV(B)34.4º39.47%74.51%-
XYZ36.5636.6421.36-
YUV162.67101.1147.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 158 (62.11% from 255) = 34.13%
BLUE value IS 115 (45.31% from 255) = 24.84%
R=41.04%
G=34.13%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015811500.170.390.2534.436.5959.8
HexBE9E73011271922253c
Octal2762361630214731424574
Binary1011111010011110111001101000110011111001100010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E73; }

 p { color: rgb(190,158,115); }

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

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

 a { background-color: rgb(190,158,115); }

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

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

 span { border-color: rgb(190,158,115); }

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