#BE9E69

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

Shades of Fallow #BE9E69

Tints of Fallow #BE9E69

Color information

#BE9E69 (or 0xBE9E69) is unknown color: approx Fallow. HEX triplet: BE, 9E and 69. RGB value is (190,158,105). Sum of RGB (Red+Green+Blue) = 190+158+105=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E69 is #416196. Grayscale: #A1A1A1. Windows color (decimal): -4284823 or 6921918. OLE color: 6921918.

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

Color convert

RGB190158105-
CMYK00.170.450.25
HSL37.41º39.53%57.84%-
HSV(B)37.41º44.74%74.51%-
XYZ36.0136.4218.5-
YUV161.5396.1148.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 158 (62.11% from 255) = 34.88%
BLUE value IS 105 (41.41% from 255) = 23.18%
R=41.94%
G=34.88%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015810500.170.450.2537.4139.5357.84
HexBE9E690112D1925283a
Octal2762361510215531455072
Binary1011111010011110110100101000110110111001100101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E69; }

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

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

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

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

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

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

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

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