#BEA166

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

Shades of Fallow #BEA166

Tints of Fallow #BEA166

Color information

#BEA166 (or 0xBEA166) is unknown color: approx Fallow. HEX triplet: BE, A1 and 66. RGB value is (190,161,102). Sum of RGB (Red+Green+Blue) = 190+161+102=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA166 is #415E99. Grayscale: #A3A3A3. Windows color (decimal): -4284058 or 6726078. OLE color: 6726078.

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

Color convert

RGB190161102-
CMYK00.150.460.25
HSL40.23º40.37%57.25%-
HSV(B)40.23º46.32%74.51%-
XYZ36.3837.417.87-
YUV162.9493.61147.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 161 (63.28% from 255) = 35.54%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=41.94%
G=35.54%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016110200.150.460.2540.2340.3757.25
HexBEA1660F2E19282839
Octal2762411460175631505071
Binary101111101010000111001100111110111011001101000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA166; }

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

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

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

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

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

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

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

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