#BE9A66

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

Shades of Fallow #BE9A66

Tints of Fallow #BE9A66

Color information

#BE9A66 (or 0xBE9A66) is unknown color: approx Fallow. HEX triplet: BE, 9A and 66. RGB value is (190,154,102). Sum of RGB (Red+Green+Blue) = 190+154+102=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A66 is #416599. Grayscale: #9F9F9F. Windows color (decimal): -4285850 or 6724286. OLE color: 6724286.

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

Color convert

RGB190154102-
CMYK00.190.460.25
HSL35.45º40.37%57.25%-
HSV(B)35.45º46.32%74.51%-
XYZ35.1935.0217.47-
YUV158.8495.93150.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 154 (60.55% from 255) = 34.53%
BLUE value IS 102 (40.23% from 255) = 22.87%
R=42.60%
G=34.53%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015410200.190.460.2535.4540.3757.25
HexBE9A660132E19232839
Octal2762321460235631435071
Binary1011111010011010110011001001110111011001100011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A66; }

 p { color: rgb(190,154,102); }

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

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

 a { background-color: rgb(190,154,102); }

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

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

 span { border-color: rgb(190,154,102); }

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